Perhaps try this:
<?php
global $more;
$more = false;
?>
<?php the_content('<span>Continue Reading</span>'); ?>
<?php $more = true; ?>
Related Posts:
- get_the_excerpt() not returning anything when post has no excerpt
- Function to show only first instance of shortcode
- Automatically insert php function into post $the_content
- Limit length of first excerpt in the loop
- Remove links from the_content when using filters wp_trim_excerpt
- first paragraph of the_content as meta description
- Check if excerpt is empty at loop-portfolio
- Creating mixture of shortcodes to use in the visual/text editor
- How can i display the content in plaintext
- Difference between the_content() and get_post()?
- Check if the user has explicitly set an excerpt
- How to override function in functions.php of parent theme?
- AJAX handler throws 400 (Bad request) – why?
- Insert Ad Code in the Middle of a Post
- How to display the_post_thumbnail if a post has one or otherwise display the first image in a post?
- When is wp_trim_excerpt() called?
- Stripping shortcode from custom excerpt function
- Most elegant way to enqueue scripts in function.php with foreach loop
- Remove images from get_the_excerpt
- Custom page template how to check is_page from functions.php?
- display public excerpt for private post
- get excerpt without images
- Adding WooCommerce to a Custom Theme – not working [closed]
- Allow latex in wordpress excerpt
- Function to wrap the_content in a div
- Custom excerpt legnths for specific pages
- the_excerpt(), get_the_excerpt() and the_content() all killing “the Loop”
- Display WooCommerce subscriptions for user [closed]
- Custom Shortcode, functions PHP WP_Query loop
- Combining the_excerpt with the_content
- How to filter out shortcode when displaying the_excerpt() in the loop?
- Using “Read More” link with custom excerpt
- Custom excerpt function re-factoring
- str_replace function in theme
- Inserting a functions output after the content
- Add caption functionality to custom WordPress theme
- Having a Function Inside of the Loop
- Removing permalink from post thumb in twentyeleven
- Custom Post excerpt not working correctly
- Default Custom Field Value Automatically Update
- Multiple Loops Meta Data
- new_excerpt_more link not working properly
- Add Element as a Filter to the_content
- How to display retweet count and likes in the meta above the excerpt
- Setting a default text for excerpts of a particular category
- The Loop not looping?
- Insert template-part inside the content
- The_excerpt() doesn’t parse – how to change that?
- WordPress Excerpt – How to remove the first link using functions.php
- issue with if/elseif in_array inside foreach loop display only one post
- does wp function the_content(); accept another tag inside
- Undefined variable error in new function
- How to remove a specific word at the beginning of the content and add it to the end of the content
- Strip div From Excerpt
- Genesis Framework: How to exclude a specific author from archive custom loop
- The_content and Preg_replace in loaded Iframe [closed]
- Insert Content Before div#main from the functions.php File
- Adding Read More to Custom excerpts
- Breaking up multiple words and inserting an image after first word
- Limit number of characters in different excerpts
- If is_single in functions.php
- Strip from or something better?
- Conditional function for excluding first image from content, not working
- Simplest Way to Build Custom Archives Page?
- Problem in replacing the_content with the_excerpt()
- Woocommerce Variable Product Dropdown for Custom Shop Template
- the_date() and the_time() functions display actual date an time instead of published date and time
- How set a while with a function
- Pass post ID from archive template to functions file
- Appending „read more” to the excerpt conditionally
- Strip all HTML tags from product content and resave
- Prevent function from triggering on current page
- Remove External Links from WordPress posts Using add_filter() in Theme functions.php
- $content is empty while using DOMDocument
- Hide disclaimer from summary excerpts
- Code executes outside of Loop while same code gives ‘Uninitialized string offset’ notice inside a while loop
- Only seems to be displaying one child when there are supposed to be multiple
- How to make an If Else on Excerpt Filter
- Shortcode to eliminate and replace with
- getExcerpt: Make ellipsis appear only if character limit is reached
- Integrate WP Tiles into existing loop (index.php) and theme
- Function the_content
- need help with ‘… read more’ excerpt in functions.php
- Excerpt length: get 2 paragraphs
- Function to get the name in database table from the comma separated string
- How accomplish modification the_content if home/start page?
- More link – not text
- How to add an excerpt and read more link to a page?
- Way of getting queried loop before the query with a filter hook?
- Post variables not displaying correctly in custom function
- Adding a filter to my posts
- Why don’t some template tags work when querying information on single.php?
- Excerpt – First Sentence & Read More
- Parse error: syntax error, unexpected ‘endforeach’ (T_ENDFOREACH) in [closed]
- How do grab the main loop, with conditions, and output via shortcodes
- Excerpt all post content Content Same Size without word cutting off
- How I can show short content with short tag
- Get full slug for a WordPress Post
- Update post meta with wp cron
- function to show youtube videos within excerpt – if condition and apply_filters