Viewing 7 replies - 16 through 22 (of 22 total)
  • To add more info:

    In my case i am calling the suggested function like this register_post_type( ‘investment-idea’, array(‘yarpp_support’ => true) in functions.php file. Earlier it was like register_post_type( $post_type, $args )

    Please help!

    Hello Mitcho,

    I actually understood what you were saying and when I corrected that, it starts picking what I wanted.

    Thanks a lot for your kind help!

    Regards,
    Amit

    Glad you resolved this. What was the problem?

    Sorry for my late response!

    Actually i wan not defining ‘yarpp_support’ => true parameter at the correct place and that is why it could not pick the custom tag. Now YARPP is working flawlesly and helping me in getting some traffic ??

    Thanks a lot!

    Regards,
    Amit

    Wonderful! ??

    Hello Guys,
    I am very new with wordpress, but I think I am doing well.. I have a little question, How can I make it work ?, because I did the modification about the definition of yarpp_support at the moment to register ( I got every single post type on the settings), but I think I don’t achieve it because I didn’t define taxonomies.
    I am trying to do a project of real state company, so I would like to related some post that are similar, houses with houses, buildings with building , but with similar characteristics.
    This is my current configuration on the bottom of my page
    <?php yarpp_related(array(‘post_type’ => array($post_type)));?>

    @romybompart it sounds like you’ve done well. ?? I don’t think you need to specify the array(...) there… I think you can just call yarpp_related();.

    If you’re not getting results, I suggest you lower the “match threshold”. In YARPP settings, go to the “screen options” tab, turn on the “Relatedness” options, and you will see it. Try lowering the number to 1 or 2 and save. Hopefully you will get results then.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘[Plugin: Yet Another Related Posts Plugin] Custom Post Type Support’ is closed to new replies.