Press enter to see results or esc to cancel.

How to insert after Read More tag

WordPress allows you to a show a summary of your post on your homepage with a read more link. This is done by inserting a Read More tag into the post where you would like to end the summary and show Read more link on the homepage. In the post this tag shows nothing. However, it is a good place to insert ads there. Here we explain how to do that.

When you insert a Read More tag into the post the source code looks like this:


<p><!--more--></p>

However, when the code for the page is created, this code is converted into


<p><span id="more-xxx"></span></p>

Therefore, you only need to configure a block to be inserted after a paragraph containing span id="more.

ad inserter insert after read more