Kim Gjerstad
Member
Posted 3 years ago #
My goal: I'm trying to list posts without theirs titles.
Purpose: has some quick shared short posts in my right column, Twitter style.
What I tried: I read the codex but couldn't find parameters to remove the title. Otherwise, I wasn't sure how to use the filter hooks listed on the plugins FAQ.
Solution anyone? Thx ahead of time!
if you are using the default template you need to go into wp-content/default and open up index.php and remove <h2>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></h2>
if you are using a custom template you need to remove the <?php the_title(); ?>
@kgjerstad: A link to your site would help.
Ptah Dunbar
Member
Posted 3 years ago #
@kgjerstad: Are you using the WordPress Loop plugin or is this a general question?
In the case of WordPress Loop:
.entry-title { display: none; }