• Hello,

    I’m looking to show on my wp homepage: the latest sticky post (exclude old ones and keep the latest every time) + normal posts

    Could anyone help me with that or tell me from where I can start ?

    Thank you & have a nice day !

Viewing 1 replies (of 1 total)
  • Thread Starter Weboxeur

    (@weboxeur)

    Sorry.

    I’m using custom post format (aside for sticky posts), here’s my wp loop :

    <?php while ( have_posts() ) : the_post(); ?>
    <?php get_template_part( 'content', get_post_format() ); ?>
    <?php endwhile; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Latest sticky post on homepage’ is closed to new replies.