As a proof of concept, I’d like to create a simple plugin that loads some content, say “hello world” just after the_content on the home page only. How can I do this from a plugin?
Leave a Reply
You must be logged in to post a comment.
As a proof of concept, I’d like to create a simple plugin that loads some content, say “hello world” just after the_content on the home page only. How can I do this from a plugin?
You must be logged in to post a comment.
You mean a filter and a check for
is_home()
?