• Anonymous User 1851795

    (@anonymized-1851795)


    Hi,
    as specified in the subject: Is it possible to flag an article not to be shown on the frontpage, even in the “Last Articles” area? I just want to write an ongoing text with new dates but more private. Anyway if someone wants to read that stuf he/she should be able.
    Hope it´s clear what I mean… Thanks for helping!

    Thomas

Viewing 1 replies (of 1 total)
  • If you were using the WordPress Default theme you would edit the wp-content/themes/default/index.php and add just before the <?php if (have_posts()) : ?>

    <?php query_posts(array('post__not_in' => array(2,6))); ?>

    Excludes post IDs 2 and 6

Viewing 1 replies (of 1 total)
  • The topic ‘suppress article to be shown on startpage?’ is closed to new replies.