tinkleondabeach
Member
Posted 1 year ago #
I have posts which basically includes another page using exec-php. However, I have the WPhtml <!--more--> tag on the included page, though is unable to be interpreted. The full content is still available on the main page rather than just the post page.
Has anyone figured out this problem yet? I'm seeing it, too, and I'm hoping to find a pre-existing solution rather than having to debug. :)
alchymyth - That's more about putting more in a WordPress Page. I believe tinkleondabeach and I (I am, for sure) are more concerned with it seemingly not working with the exec-php plugin.
alchymyth - That's more about putting more in a WordPress Page. I believe tinkleondabeach and I (I am, for sure) are more concerned with it seemingly not working with the exec-php plugin.
sure, but the exec-php is on a page.
have you tried the suggestion in http://codex.wordpress.org/Customizing_the_Read_More#How_to_use_Read_More_in_Pages ?
besides, what is the code you (and the starter of this thread @tinkleonbeach) are trying to execute in the page?
please use a http://wordpress.pastebin.com/ for longer codes.
tinkleondabeach
Member
Posted 1 year ago #
@alchymyth: exec-php can be used in posts and pages. However, when code that is used with execphp on a post, the more link is not visible on homepage.
global $more;$more=0;the_content('MORE');