So using the ‘more’ button in WordPress inserts the following code into the post:
<!–more–>
That is the common code that is in most of my posts. (Some posts are too short and thus don’t have it inserted.) This code then gets translated somehow into the html as:
<span id=”more-1234″></span>
Not sure if it’s the theme or wordpress itself that does that translation. I’m not that familiar with the wordpress code so I don’t know where that translation takes place.
But yes, if you could add support for adding ads where the ‘more’ tag gets inserted, that would be great. Thanks.