Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter theculinarytravelguide.com

    (@theculinarytravelguidecom)

    Please disregard. I’ve figured it out ??

    How did you solve it?

    Thread Starter theculinarytravelguide.com

    (@theculinarytravelguidecom)

    When I created a new project, it was showing automatically. I didn’t have to do anything for that. It looks like the plug-in treats them the same as posts.

    It doesn’t show on Pages (including the Portfolio page) but I don’t really need it to.

    Unfortunately not in my case. The plugin works fine on custom post types and the sidebar widget does as well. But to get the list of user favorites using {{wp-favorite-posts}} only works on posts.

    Odd mine used to work with CPT [wp-favorite-posts].
    Now it doesnt work at all even with {{wp-favorite-posts}}

    So…. it does not work on Pages and there is no hope to make it working?

    In response to Chris_Homan:

    Open wpfp-page-template.php in the plugin folder.

    Look for this line:

    // custom post type support can easily be added with a line of code like below.
            // $qry['post_type'] = array('post','page');

    Delete the // in front of $qry[‘post_type’] and add your post type to the array. Below is an example:

    // custom post type support can easily be added with a line of code like below.
     $qry['post_type'] = array('post','page', 'YOUR_POST_TYPE');

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Only works on Posts?’ is closed to new replies.