List of favorite post in page is empty
-
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?
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.