Hello,
How can I change the wording from Blog-Latest News to something of my choice?
An example of a blog post is here: http://hummingbirdhall.org/fun-bridal-accessories-at-hummingbird-hall-in-montego-bay-jamaica/.
Thank you!
Hello,
How can I change the wording from Blog-Latest News to something of my choice?
An example of a blog post is here: http://hummingbirdhall.org/fun-bridal-accessories-at-hummingbird-hall-in-montego-bay-jamaica/.
Thank you!
Hi!
Open up single.php and search for following code:
$title = __('Blog - Latest News', 'avia_framework'); //default blog title
Replace Blog - Latest News with any text of your choice.
Regards,
Peter
Thank you.
Will I be able to have different blog titles for different blogs on the site?
Hi,
You can do that once you know the ID of each of the pages that are the blog archive pages. And then use an 'if/else if' to display the names of the various blogs depending on the ID. If you provide a url to the blog pages without pretty permalinks, I can give you the code specific for your website.
Thanks,
Nick
You must log in to post.