Move Listing Title below the slider

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

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

Open Support Ticket
  • Author
    Posts
  • #114400

    mb
    Buyer
    Post count: 151

    Hi,

    after looking in the support topics around half an hour, I couldn’t find the a hint how to move the title on listing details page below the slider.

    May be it is a simple matter of 2 lines action code but I am not much familiar with it, so pointing me to the right direction will be great!

    Thanks.

    #114412

    Guust
    Moderator
    Post count: 29970

    This should work:

    
    
    remove_action('geodir_details_main_content', 'geodir_action_page_title', 20);
    add_action('geodir_details_main_content', 'geodir_action_page_title', 35);

    See also: https://wpgeodirectory.com/support/topic/how-to-move-title-from-main-content-to-sidebar/#post-65957

    #114457

    mb
    Buyer
    Post count: 151

    Thanks for this!

    And the link for the other post too. I was trying to find something on the topic in the forum for half an hour and finally gave up. I have noticed that sometimes it is difficult to find what I am searching for.

    Thanks again.

    #114461

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

    [I found it searching for “move title detail page”]

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