Place Title Appear as Listing Page Title

This topic contains 4 replies, has 2 voices, and was last updated by  Suleiman Ndakpoto 9 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #20124

    Suleiman Ndakpoto
    Free User
    Post count: 6

    Please take a look at this link http://cangho.com/business/abuja

    You will notice that the first Listing at the Top appears to be the page title, this could be theme problem i dont know, although i have tried another theme it doesnt happen that way, pls any suggestion.

    I used minamaze Theme

    #20129

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please post wp-admin in a private reply and i will take a quick look.

    Stiofan

    #20186

    Suleiman Ndakpoto
    Free User
    Post count: 6
    This reply has been marked as private.
    #20201

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks, unfortunately there is no easy way to fix this as the theme does not allow you to relace functions and does not have any hooks. my advice would be in the file admin/main/options/01.general-settings.php around line 295

    change this:

    if ( is_page() ) {

    to this:

    
    
    if(geodir_is_geodir_page()){return;}
    if ( is_page() ) {
    #20203

    Suleiman Ndakpoto
    Free User
    Post count: 6

    Thanks for the spared time, i really appreciate your effort.

    Thanks again

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