I have the following blog template with the the_content outputted. I have placed <!--more--> However it does not appear to be functioning, http://www.milknhny.co.uk/DVine/?page_id=19 Is there anything that needs to...
  • May 9, 2022
  • 0 Comments
I’d like to style differently the content before the link, but in single.php. To be more specific, all my posts on the homepage only have a summary, and the...
  • May 8, 2022
  • 0 Comments
I recently read this awesome post and I need help figuring out how to display the ‘Read More’ link only on posts with more content to display. As it...
  • May 6, 2022
  • 0 Comments
I want to add a class to the ‘Read more’ link. Actually I have this: <?php the_content( 'Read more...' ); ?> Which outputs: <a href="...?p=14#more-14" class="more-link">Read more…</a> How can...
  • May 5, 2022
  • 0 Comments
IT Nursery
I am using the Siren Template. In homepage.php this code is used to display the portfolio content print_excerpt(200); But I to need show the content only before <!--more--> I...
  • April 15, 2022
  • 0 Comments