Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Excerpts, Read more, Pagination »

Adding shortcode function for excerpts


 
Prev Previous Post   Next Post Next
  #1  
Old Aug 9, 2011, 11:14 AM
bswb97
 
158 posts · Aug 2010
Adding shortcode function for excerpts

I want to use some shortcode functionality on excerpts posted on the home page. I know this can be a bit tricky, but this fellow claims to have figured it out:

http://www.mummey.org/2009/02/wordpr...de-an-excerpt/

Quote:
When displaying the post’s excerpt, Wordpress uses a function called the_excerpt(). Here it is in the default sandbox template:

HTML Code:
the_excerpt(''.__('Read More <span class="meta-nav">&raquo;</span>', 'sandbox').'') ;
The problem with the_excerpt is that is echoes the excerpt directly to the screen. In order to return the excerpt value as a string we need to use get_the_excerpt(). Next after checking the shortcode API, I discovered a function that will run all the shortcodes on a given string and return the output as a string, do_shortcode().

So all we need to do now is combine these two functions, and move it into the template:

HTML Code:
echo do_shortcode(get_the_excerpt());
And there it is!
I haven't been able to experiment with this too much because I wanted to know WHERE to place this before I potentially had to revert to backup files. He's saying move it into the template -- does that mean a Body HTML insert? Or should I write it directly into the index.php file, and if so, where?
 

Bookmarks

Tags
shortcode excertps

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
I want to get shortcode working in the sidebar... Velma Plugins & Atahualpa 7 Sep 28, 2012 08:05 AM
Adding php or function inside content Miak Post-Kicker, -Byline & -Footer 0 Sep 7, 2009 06:50 AM
Adding shortcode in custom template paulae Plugins & Atahualpa 1 May 21, 2009 04:20 PM
How do I enter shortcode? LemBook Sidebars & Widgets 8 May 17, 2009 06:40 PM


All times are GMT -6. The time now is 11:38 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.