We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Show Posts by Tag Reply To: Show Posts by Tag

#18172
Tom
Keymaster

You would need to use the PHP function in a hook:

For example:

$tags = get_the_tags();
$tag_slug = $tags[0]->slug;
wpsp_display( 123, 'tax_term="' . $tag_slug . '"' ); 

You just need to hook that into single posts and update 123 with the ID of the list.