[Plugin: Business Directory Plugin] Displaying specific sticky listing fields
-
My previous question on this topic was marked as resolved but the suggested solution does not work in my situation. I have followed the instructions for “Matching the design to your theme” and this works fine for the regular listings. However, the sticky listings are generated by “function wpbusdirman_sticky_loop();” in “wpbusdirman.php” which performs an “echo wpbusdirman_post_excerpt();” and doesn’t allow you to template the individual fields of the sticky post separately in your theme like you can with the regular listings.
The function “view_listings” in “views.php” uses “wpbusdirman_sticky_loop()” for the sticky listings which are then rendered using “echo wpbusdirman_post_excerpt();” and then renderes the regular listings using the “businessdirectory-listings.tpl.php” template. As a result, I am looking for a way to render my sticky listings in the same format as my regular listings.
https://www.ads-software.com/extend/plugins/business-directory-plugin/
- The topic ‘[Plugin: Business Directory Plugin] Displaying specific sticky listing fields’ is closed to new replies.