How to remove entry_content excerpt on this theme
-
Hi everyone,
- HERE IS MY WEB
I’m trying to remove the entry_content excerpt that appears at this category page. I mean how can I remove the excerpt of all the entries that appears below of the entry title and the meta
I think something have to be removed or modified from (look at this code) here but I’m not sure.
[ Moderator note: Code edited with backticks, when sharing code examples, please wrap the code in backticks or use the code button. ]
<div class="entry_content"> <?php if (get_option('trim_blog_style') == 'on') the_content(''); else { ?> <p><?php truncate_post(1000); ?></p> <?php } ?> </div> <!-- end .entry_content -->I used firebug to locate the CSS and code but I’m unable to resolve this by myself…I need help. Also I trying looking for some help in the net but It was in vain.
Thanks a lot,
Daniel.
The topic ‘How to remove entry_content excerpt on this theme’ is closed to new replies.