• This plugin is extremely simple and yet so powerful!

    Sidenote: can you please add also taxonomy as a source? Just edit row 255 as it follows:
    $post_id = is_tax() ? ‘term_’.get_queried_object_id() : get_the_ID();

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author slickwebdeveloper

    (@slickwebdeveloper)

    Hi @davidedev, thank you so much! Really glad you found the plugin simple and powerful — that was exactly the intention.

    And yes, great suggestion!
    I’ve noted your taxonomy support request. The line you shared is spot-on:
    $post_id = is_tax() ? 'term_' . get_queried_object_id() : get_the_ID();

    I’ll include this in the next update so the plugin can pull data from taxonomy pages as well. Appreciate you taking the time to share this improvement!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this review.