homepage title

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

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

Open Support Ticket
  • Author
    Posts
  • #14370

    czar
    Buyer
    Post count: 316

    Hi, With Enfold and GD, homepage title is “Location“. I do not want to remove title option to whole site, but only in homepage. You can not change this title “Location” with the city name? (see image)

    thanks

    #14377

    John Allsopp
    Expired Member
    Post count: 399

    That’s a nice idea, i will look into it to see what would be involved…

    #14380

    czar
    Buyer
    Post count: 316

    Thanks John ;-), of course, also appears in title page

    Location - SFOGLIA CITTÀ
    #14886

    czar
    Buyer
    Post count: 316

    Hi, any solution for this?

    #15813

    czar
    Buyer
    Post count: 316

    Hi, with support of Kriesi for Enfold, I found a solution (maybe) to Location, but I have problems with formatting title generated by GD. Can anyone help me?
    thanks

    Code to add to function.php:

    
    
    add_filter('avf_title_args', 'avia_change_title', 10, 2);
    
    function avia_change_title($args, $id)
    {
    	if(!is_page(22)){
    		$current_location = geodir_get_current_location();
    		$args['title'] = $current_location;
    	}
    	return $args;
    }
Viewing 5 posts - 1 through 5 (of 5 total)

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

Open Support Ticket