Individual fields for Template of Details Page

This topic contains 5 replies, has 3 voices, and was last updated by  Paolo 9 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #51521

    Dylan
    Expired Member
    Post count: 40

    Does anyone have an example of a modified listing-details.php template with all the data fields being called individually? The currently template has many of the fields grouped together in actions, which is making it hard to move them around.

    I greatly appreciate any help here.

    #51555

    Guust
    Moderator
    Post count: 29970

    Can you explain what fields you want to move?
    Most of the fields can be moved by changing the custom field settings:
    https://wpgeodirectory.com/docs/core-place-settings/#custom

    #51598

    Dylan
    Expired Member
    Post count: 40

    Guust,

    We’re looking to move most of the fields, even if slightly.

    We’ll be creating an almost completely new template for the page, but are having a hard time finding how to call each individual item from the page, that’s why we were looking to see if anyone else has made a custom template before, because we’d be able to see how they called each item.

    Are the calls for each individual item available in the docs?

    Thanks again

    #51694

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    adding this code to your functions.php will print all geodir paramenters present in the $post variable on any of your detail page.

    
    
    add_action( 'geodir_details_main_content', 'my_custom_action',35);
    
    function my_custom_action(){global $post; print_r($post);}

    Once you have rebuilt the template, you can echo them individually like this:

    echo $post->geodir_email;

    More info here: https://wpgeodirectory.com/support/topic/change-layout-of-details-page/#post-40573

    Every single function can be found in the codex.

    Thanks

    #52282

    Dylan
    Expired Member
    Post count: 40

    Perfect. Thanks!

    #52283

    Paolo
    Site Admin
    Post count: 31211

    You are welcome! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount