• Resolved jmill23

    (@jmill23)


    Can you remove the ‘related posts’ and ‘popular posts’ sections from the idea page – they get in the way of the commenting section and distract from the main topic/not really relevant.
    I’ve added this CSS as a workaround for the time being:
    /*Hide popular and related blog sections*/
    .related-post, .popular-post{
    display:none;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @jmill23,

    This is being done by your theme not our plugin. So you either need to use CSS like you have done or create a custom template file for the single idea post in your theme single-idea.php and customise this file however you would like. Our pro version does output related posts, but this uses a different class then you specified so this suggests you are using the free version and your theme or perhaps another plugin is doing this. Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Remove related & popular posts section’ is closed to new replies.