New Widget area on Detail page below tabbed section

This topic contains 1 reply, has 2 voices, and was last updated by  Paolo 7 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #221268

    Alastair Coombs
    Expired Member

    Hi

    I have been trying to add a new widget area to the detail page below the Tabbed area, see attached picture. I am using the GeoDirectory Framework Child Theme.

    all i really want is a single text widget in this area.

    Any help is very much appreciated.

    Thanks

    #221819

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you will need to create a function to add your new widget area and call it via action like this:

    add_action('geodir_details_main_content', 'my_function_to_add_new_wdiget_area', 100);

    Where “my_function_to_add_new_wdiget_area” is name of your new function.

    Let us know if that helped.

    Thanks

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