thebindlestick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages in Topics ListRudolf, that worked thank you.
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?I cannot get it to work. I uninstalled the plugin, re-installed it and changed that one line, and it doesn’t change anything. My one post is well over the default 120 words so it should affect it, and I do not have an extra excerpt set in the ‘manage post’ area, no other special settings. What could I be doing wrong?
My page: http://www.crawlmag.com/wordpress/
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?The plugin’s website has the following:
Usage:
<?php the_excerpt_reloaded(excerpt_length, ‘allowedtags’, ‘filter_type’, use_more_link, ‘more_link_text’, force_more_link, fakeit, fix_tags); ?>
so this is the function, where does this code go?
<?php the_excerpt_reloaded(); ?>
this calls the function and should be in the Loop correct?
Do they both go in the Loop or does the function go elsewhere?
Forum: Fixing WordPress
In reply to: How To Add […] After A Certain Number of Words?I downloaded and installed this plugin (excerpt reloaded) and cannot get it to work correctly. I installed it thru the control panel, but what code do I need to put in the loop of my index file to make it work? is this my template index file or the overall wordpress index in the root folder?