Re; www.grubbylens.com
When I click on a category (on my blog front page), it tries to load then gives the message:
Fatal error: Call to undefined function the_excerpt_reloaded() in /home6/grubbyle/public_html/wp-content/themes/VP_Double_Feature_Black_Polished/archive.php on line 14
This is the code in archive.php:
<!--<?php the_excerpt(); ?>-->
<?php the_excerpt_reloaded(50, '', 'none', TRUE, 'Keep reading >>', FALSE, 2); ?>
<!--<?php the_excerpt_reloaded(); ?>-->
[Please post code snippets between backticks or use the code button.]
ANY ADVICE OUT THERE ?
Thank you,
grubby
I’d like the “Read More…” to simply link to the post’s permalink rather than the permalink + #more + post id.
Here’s what I believe is the pertinent code from the search page template:
<?php if(function_exists('the_excerpt_reloaded')) {
echo '<p>'; the_excerpt_reloaded(25,'<i><b><span>','none',true,'<em class="morelink">Read more »',true,1,1,1,'span'); echo '</p>';
} else {
the_excerpt();
} ?>
Any suggestions would be greatly appreciated!
]]>How i can do two different size with two different excerpt size in WordPress? In example: I want to do first featured post will be 380 character and other posts will be 270 character.
By the way this is my work sample is here: https://www.xhmlmutfagi.com/sinemalardan/
Thanks.
]]>My Code:
<?php the_excerpt_reloaded(25, ”, ‘none’, TRUE, ‘Keep reading >>’, FALSE, 2); ?><?php endforeach; ?>
Thanks in advance!
Brandon