On a mobile version of my site, I want to ignore the tag and display the full text of every post. How can I do this? This cuts off the text and inserts (more…):
<?php the_content(); ?>
On a mobile version of my site, I want to ignore the tag and display the full text of every post. How can I do this? This cuts off the text and inserts (more…):
<?php the_content(); ?>
You must be logged in to post a comment.
In your PAGE.PHP underneath this code you are using EXCERPT function, either remove EXCERPT from there.