Directory Code–Remove Ratings/Reviews, Title Field

Hi There!

I have figured out how to remove ratings and reviews from individual listing pages, but how do I remove them from from the multi-listings pages that list all results for a given category? Is there something I can remove from a certain template, or a piece of code or CSS I can input?

Second, I was wondering if there is a piece of code that allows me to auto-populate the “excerpt” and/or title field with the information provided in another custom field.

Thank you!

Aaron

  • aristath
    • Recruit

    Hello there @Aaron, I hope you’re well today!

    Is there something I can remove from a certain template, or a piece of code or CSS I can input?

    Can you please post a link to your website so that I may see this in action? We may be able to hide this using some CSS…

    Second, I was wondering if there is a piece of code that allows me to auto-populate the “excerpt” and/or title field with the information provided in another custom field.

    That’s tricky….

    You will have to manually write some code for that and hook into the save_post action: http://codex.wordpress.org/Plugin_API/Action_Reference/save_post

    Perhaps if you provide some more details we’ll be able to helo you out some more…

    Cheers,

    Ari.