Edit Signup page

This topic contains 1 reply, has 2 voices, and was last updated by  Simone 9 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #35482

    will-wink
    Expired Member
    Post count: 33

    Hi is it possible to add a widget area tot he signup page template or be able to add in additional content to it?, i can see from the geodir-signup.php page that there is code in there for a “geodir_sidebar_signup_top” but this position doesn’t seem to appear for me to add a widget to, any ideas?

    #35492

    Simone
    Expired Member
    Post count: 3515

    Hello, that is an hook.

    you can use functions like the following,

    
    
    add_action('geodir_sidebar_signup_top','signuptext',10);
    		 
    		
    		function signuptext() {
    		
    		
    		echo "text here";	
    			}
    

    and, in this case, a text will be added in the geodir_sidebar_signup_top hook

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

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

Open Support Ticket