Replace a Post Title from plugin
-
I have a plugin that dynamically changes the post content. I would also like to have it change the post title when on a single page as well as when on a list of posts page.
I have tried to use the ”
//add_filter('the_title', 'wordpress_title');” tags, but that changes the title for the next post on the list page and not at all on the single page.Any ideas?
The topic ‘Replace a Post Title from plugin’ is closed to new replies.