This sounds very similar to my question from the other day https://wordpress.org/support/topic/display-categories-in-info-window
I think you should be able to do the same thing for the wpsl_listing_template filter
Thread Starter
S2000
(@s2000)
Hi..
I also think the same thing … but how? 🙂
Thread Starter
S2000
(@s2000)
add thiscode in function.php or underscore-functions? and after insert code in underscore-functions?:
$listing_template .= "\t\t\t" . '<% if ( terms ) { %>' . "\r\n";
$listing_template .= "\t\t\t" . '<span><%= terms %></span>' . "\r\n";
$listing_template .= "\t\t\t" . '<% } %>' . "\r\n";
HELP! 🙂
if you say HOW you have solved, maybe you can help someone else…
@gasparirob This post should help you get started.
That code shows the category list in the more info template, so you will have to change that to the wpsl_listing_template instead.