Through searching this forum, I found how to remove tags from my post.
I’d like to also remove the line at the top of the page that has the author, category and date on it.
A CSS fix would be awesome.
]]>I used the remove category, and left any other categories alone. Did exactly what I asked it to do.
Thank you!!!
]]>Please take a look at the screenshot first here: https://imgur.com/Z9e1iSK.
The problem I’m having right now is that ‘News’ category of posts shows up on the search result page. I’ve been looking for an option for Search page in the admin but there seems to be no such feature available. Why is generating the unnecessary category? The template file is ‘search.php’.
]]>This should be placed as sticky topic at top, as many seem to ask the same question on how to do this or similar.
https://www.ads-software.com/plugins/breadcrumb-navxt/
]]>Mine looks like this:
<section id=”primary” class=”site-content”>
<div id=”content” role=”main”>
<?php if ( have_posts() ) : ?>
<header class=”archive-header”>
<h2 class=”archive-title”><?php printf( __( ‘Category: %s’, ‘badjohnny’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ ); ?></h2>
<?php if ( category_description() ) : // Show an optional category description ?>
<div class=”archive-meta”><?php echo category_description(); ?></div>
<?php endif; ?>
</header><!– .archive-header –>
<?php
/* Start the Loop */
while ( have_posts() ) : the_post();
Does anyone know how to solve this?
Thank you!!