More Info Hook

This topic contains 7 replies, has 2 voices, and was last updated by  Giri 8 years, 4 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #287214

    EH
    Expired Member
    Post count: 96

    I way like to put a headline if the more info tab is present. I’m looking for something like
    if (is_more_info) {
    Say something here;
    }

    Any suggestions?

    #287594

    Giri
    Expired Member
    Post count: 3155
    
    
    $arr_detail_page_tabs = geodir_detail_page_tabs_list();
    if (isset($arr_detail_page_tabs['post_info']['is_display']) && $arr_detail_page_tabs['post_info']['is_display']) {
    	$geodir_post_detail_fields = geodir_show_listing_info( 'moreinfo' );
    	if ($geodir_post_detail_fields) {
    		// Say something here
    	}
    }
    #287753

    EH
    Expired Member
    Post count: 96

    What hook should I use to run this function in from functions.php?

    #287766

    Giri
    Expired Member
    Post count: 3155

    Where exactly you would like to place the headline?

    #287769

    EH
    Expired Member
    Post count: 96

    I have some custom fields I’m putting in the more info tab. They are all different types of Certifications, so I wanted to insert a header above those custom fields if the more info tab is present, kind of like this:

    #287773

    Giri
    Expired Member
    Post count: 3155

    Try this code instead.

    
    
    function geodir_before_post_info_content() {
        echo "<h2>Certifications</h2>";
    }
    add_action('geodir_before_post_info_tab_content', 'geodir_before_post_info_content');
    #287789

    EH
    Expired Member
    Post count: 96

    PERFECT! Thank you!

    #287797

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

Viewing 8 posts - 1 through 8 (of 8 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