Remove "Popular Posts" and "Related Posts" on selective posts

resolved (3 posts) (2 voices)

  1. Reza_K
    Member

    Hi,

    Previously, Raspo helped me add some new code which would allow me to "not display" the Portfolio Fullsize Image when creating a new post... http://mysitemyway.com/support/topic/create-full-page-display-post-without-the-portfolio-fullsize-image

    I am now looking to have the ability to NOT DISPLAY "Popular Posts" and "Related Posts" on selective posts.

    >> Example ... On this page (http://www.rezak.com/f1/2010/abu-dhabi/)

    What needs to be done in order for me to able to REMOVE "Popular Posts" and "Related Posts" from this post ...

    Many thanks,
    Reza

    Posted 1 year ago #
  2. Ruderic
    Support

    Hi,

    Go to the theme folder, and open the file "lib/includes/template-single.php".

    In line #244, you will find this code:

    <?php if (!$related_popular_posts) { ?>
    <div id="popular_related_posts">
    	<div class="one_half"><?php webtreats_popular_post(); ?></div>
    	<div class="one_half last"><?php webtreats_related_post(); ?></div>
    	<div class="clearboth"></div>
    </div>
    <?php } ?>

    Replace it with this one:

    <?php if ( get_post_meta( $post->ID, 'show_related', true) != 'false' ) { ?>
    <?php if (!$related_popular_posts) { ?>
    <div id="popular_related_posts">
    	<div class="one_half"><?php webtreats_popular_post(); ?></div>
    	<div class="one_half last"><?php webtreats_related_post(); ?></div>
    	<div class="clearboth"></div>
    </div>
    <?php } ?>
    <?php } ?>

    Now, if you do not want to show the relates/popular posts list in a specific blog post, you have to create a custom field in the "Edit Post" WP screen, called "show_related", and with a value of "false".

    Please try that and let us know the results.

    Posted 1 year ago #
  3. Reza_K
    Member

    Hi Ruderic,

    Yet again, the team shows absolute SUPERB user support.

    Many thanks ... Issue resolved ... Thread closed.

    Cheers,

    Reza

    Posted 1 year ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme