This is such a simple question it seems yet I can’t find a definite answer on it. So how do you make get_the_content() obtain all the content of a...
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...
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...
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...
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...
I need to be able to hide/show arbitrary content (paragraphs, lists, maybe pictures) based on a user clicking a link. This is easy enough, but I am running into...
I need to determine if the current post has a “more” tag. I’m currently using $pos=strpos($post->post_content, '<!--more-->'); Am I missing a built in method similar to has_excerpt()? 4 s...
Is there a way I can add some kind of pre_get_posts() filter to strip out the “read more” link that appears at the end of the_excerpt() for only 1...
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...
Here is the excerpt of the post on my home page. I want to end the excerpt with a sentence. In this case it is ‘ opportunities. ‘. I...