triggeru571
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post typeHi 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?
Forum: Plugins
In reply to: [WP Favorite Posts] Favorite in custom post type not workingHey, 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
Forum: Plugins
In reply to: [Widget Logic] Use custom field data with widget logic?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