How do I stop duplicate posts...

Discussion in 'ReThink WordPress Theme' started by selfmade, Feb 15, 2015.

  1. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Hi,

    I have created a menu with particular catergories that display my post reviews. How do I stop these same posts from showing on the home page as well. If this was to continue to happen I will have over 50 posts on the home page and if this showed in both places wouldnt this be viewed as duplicate content? Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    Please provide URL of your website.
    Do you want to remove home page all blog post as well as navigation?

    Thanks & Regards
    Pramod
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_content {
      display: none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page