• Resolved shankey

    (@shankey)


    Hello,
    I am running a Video Games Selling Website, All Post Title has the Name of Game. But i need videos related to Trailers or Demo of that game like
    Some thing like
    ‘relation’ => ‘postTitle + Trailer’,
    OR
    ‘relation’ => ‘postTitle + Demo’,

    Example –
    Lets says Post Title Name is – “Just Dance 2014 – Xbox 360”
    So i want the video like “Just Dance 2014 – Xbox 360 Trailer”

    Is that possible ?

    Please let me know.
    Thanks in Advance.

    Regards

    https://wordpress.org/plugins/related-youtube-videos/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris

    (@zenation)

    Hi,
    I know it’s not exactly intuitive 😉 but you can (or have to) add more terms by using the “filter” attribute. So, eg

    ‘relation’ => ‘postTitle’,
    ‘filter’ => ‘trailer’

    or
    ‘relation’ => ‘postTitle’,
    ‘filter’ => ‘demo’

    or maybe
    ‘relation’ => ‘postTitle’,
    ‘filter’ => ‘ingame demo’

    Thread Starter shankey

    (@shankey)

    Thanks, That worked nicely.
    Really appreciate your quick reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can i change the Relation tag ?’ is closed to new replies.