Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Julio Potier

    (@juliobox)

    hello
    do you talk about manual posts or automated posts?

    and yes i removed it, i thought it was finally a bad idea to print this on homepage. did you use/need it?

    Thread Starter subinps

    (@subinps)

    Yes I am talking about manual option. I would like to have an option for the home page too. This is the website I am currently working on https://amagazine.thewebsitestore.net/

    Issues:
    Please check this screen shot https://prntscr.com/3fchjn of the related post display on “Amagazine” website. The manually selected related posts were not showing up, only a single one is visible though. (I think the plugin only fetching if the posts have a common/mutual “tag”)

    I want the auto post option(category and tag basis) along with the manual selection option

    Also there is no option for settings the cache days to “0” now ??
    I need it for the development time.

    Thanks

    Plugin Author Julio Potier

    (@juliobox)

    ok, i understand the problem with autoposts.

    “Also there is no option for settings the cache days to “0” now ??
    I need it for the development time.”
    Logically when you update a post, the cache is deleted.

    i’ll be back

    Thread Starter subinps

    (@subinps)

    Could you please advice me how to fix this issue?

    Plugin Author Julio Potier

    (@juliobox)

    redownload the 1.8.1 and test again thanks

    Thread Starter subinps

    (@subinps)

    Thanks

    Is there any way to sort correctly as we added on manual post option?
    Currently the sort order seems different.

    Plugin Author Julio Potier

    (@juliobox)

    Logically if you did not whose “random display”, you can reorder the manual selection with drag/drop, it will print it this way.

    Thread Starter subinps

    (@subinps)

    I did not selected the random option, but still the posts printed differently. See the screen shot here. https://prntscr.com/3gmm86

    Plugin Author Julio Potier

    (@juliobox)

    ok i don’t know hy but it’s a bug, will fix this thank you

    Thread Starter subinps

    (@subinps)

    Thanks.

    Is there a way for get the related posts in an external loop?
    like below

    <h2>Related Posts</h2>
    
    <ul>
    loop starts here
    (So that I can manually enter the post limit and display order ASC/DESC here)
    
    <li>post content</li>
    
    ...... loop ends here
    </ul>
    Plugin Author Julio Potier

    (@juliobox)

    yep you can use the “bawmrp_get_all_related_posts()” function, the parameter is a post, like this “bawmrp_get_all_related_posts( $post );”
    It will output an array of WP_Post objects

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Only showing related posts with mutual tags’ is closed to new replies.