Adding text to Add listing

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

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

Open Support Ticket
  • Author
    Posts
  • #61185

    ireally
    Expired Member
    Post count: 14

    Hi

    where can I add html/text to the add listing page?

    I want to add this text after the image upload section for the Premium listing only

    “For assistance with professional photography and/or video production, please contact us for pricing.”

    Add listing page

    many thanks for any help

    #61267

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    this is the only way I see this possible:

    1) In functions.php file of your theme, create a function to add your text only for the premium listings plan.

    Somthing like this should do it:

    
    
    add_action('geodir_after_main_form_fields', 'my_geodir_after_main_form_fields', 0);
    
    function my_geodir_after_main_form_fields()
    {
    
    if (isset($_GET['package_id'])){
    $pid = $_GET['package_id'];
    if ($pid == 5) {
    
    echo '<h3>For assistance with professional photography and/or video production, please contact us for pricing.</h3>';
    
    	}
    		}
    			}
    
    

    5) Add your new function to the action “geodir_after_main_form_fields” (still in functions.php of your theme):

    add_action('geodir_after_main_form_fields', 'my_geodir_after_main_form_fields', 0);

    Let us know if this helped.

    Thanks

    #61970

    ireally
    Expired Member
    Post count: 14

    Brilliant, thats worked perfectly!

    #61991

    Paolo
    Site Admin
    Post count: 31211

    You are welcome.

    Thanks

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