• Rather than putting the add to favorite link on the post page itself, I want to add a link to each post on a list of posts of a custom post type page. I have create a small piece of code that grabs the ID, but cannot seem to get it to work with this plugin:

    $permalink = $property['permalink'];
    $post_id = url_to_postid( $permalink );

    The code works to grab other information from the individual posts (number of photos for each property). Any help is appreciated.

    Should mention that the above code gives me the post id, which is used to grab the information. Looking to see how I can integrate the post id in with wp favorite posts on the page of posts. Right now it is just grabbing the page id.

    http://wordpress.org/plugins/wp-favorite-posts/

The topic ‘Get Custom Post Type ID’ is closed to new replies.