Adding things to the list of results
-
Hello again.
I found the hook to add custom meta to the results list which has allowed me to take some control over the results view. However, it’s using a template language <% %>, I imagine for the JavaScript filler.
add_filter( 'wpsl_listing_template', 'custom_listing_template' );
Is there any way to get the store post ID? What I need, in short, is to pass the value of <%= id %> to a new query.
Is there a way to get the store post ID off of global $wpsl?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Adding things to the list of results’ is closed to new replies.