Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Flick, great stuff. Could you please tell me, does your code above go into functions.php or does it go in one of the plugins files?

    Hey, the solution above
    query_posts(array('post__in' => $favorite_post_ids,'post_type' => 'any', 'posts_per_page'=> $post_per_page, 'orderby' => 'post__in', 'paged' => $page));
    worked well when I replaced post_trype any with the actual post type. The thing for me is that I have 4 differenet custom post types. Any idea how I can get all 4 working with this? The slugs are:

    directory, restaurant-cafe, events, travel-tip-review

    Thanks

    Thread Starter triggeru571

    (@triggeru571)

    Hey Alan,

    First of all, thanks so much for taking the time to answer. You have a great plugin here.

    global $post; return is_single() && get_post_meta($post->ID, 'featured-ads', true)=='featured';

    still did not work though. The widget simply does not show up across the site. Do you have paid support maybe I can give you access to the admin and you can check out what the issue is if you have time? I tried looking for your own site to hire you but cold not locate it 🙂

    Cheers

    M

Viewing 3 replies - 1 through 3 (of 3 total)