• Resolved msephton

    (@msephton)


    Hi,

    Just to say thanks for the plugin, it “just worked” with my custom post types.

    The only suggestion is that I needed to be in control of the display more, and had to edit the code manually to change the markup.

    I needed custom layout in my list, and lso to display thumbnails using the standard get_the_post_thumbnail function, which gave me back a cropped image – unlike the images crp was giving back.

    It would be great if we could use templates (like with YARPP), or even if we could simply get a list of the related posts back so we can parse it ourselves.

    Thanks again
    matt

    https://www.ads-software.com/extend/plugins/contextual-related-posts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    I’ve had the template plan on my mind for a while. I still need to figure out how to implement this.

    However, I do like the idea of getting the list of related posts, which should be relatively easy to implement. I can throw in a function that returns an array of related posts.

    I’ll put this part on a priority list of when I release the next version.

    Thread Starter msephton

    (@msephton)

    Thanks muchly

    Plugin Author Ajay

    (@ajay)

    I’ve implemented the returning a list of posts feature. You can use get_crp_posts to fetch the related posts in an array.

    Check out the FAQ on the parameters it takes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Great plugin, one suggestion’ is closed to new replies.