• The website i’m trying to do this with is https://modernmuckraker.com

    I’d like to remove it and just start the page with the posts themselves.

    Also, is there a way to make the flickr icon a different color than the background? Or a border?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jcoinster

    (@jcoinster)

    Also, how can I keep the featured image but not display it in the post? Half my posts have duplicate images now

    Good Day!

    Please take backup of the site/code before doing any changes or have child theme.

    **** In home.php **** replaced Recent Posts to Super Products. You can replace it with empty string.

    <div id=”home-title”>
    <span><?php _e(‘Super Products’,’bose’); ?></span>
    </div>

    **** if you want to remove totally the Recent Posts and Posts to showup in the main page, then remove all content of <div id=”primary” class=”content-area col-md-12″>.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove "RECENT POSTS"’ is closed to new replies.