• tiaurus

    (@tiaurus)


    I use
    {{wp-favorite-posts}}

    but list of favorite post in page is empty.

    Trying create template for favorite post. Code

    <?php query_posts('post_type=any&meta_key=wpfp_favorites&meta_value=1&orderby=date&order=ASC'); ?>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    don’t work.

    WTF?

    https://www.ads-software.com/plugins/wp-favorite-posts/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘List of favorite post in page is empty’ is closed to new replies.