GeoDirectory SupportMore tabs on a listing – GeoDirectory Support https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/feed Mon, 16 Mar 2026 15:19:07 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23765 <![CDATA[More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23765 Sun, 07 Dec 2014 21:07:45 +0000 Fiskani Chirwa Hi GD Team,

I’d like to add more or similar tabs on my listings. Such as another gallery tab to add menu images for restaurants or supplies for supplier comapnys. Also I’d like to add another tab like related listing to display shops in malls. Don’t you think its a good idea.

Thanks

]]>
https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23769 <![CDATA[Reply To: More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23769 Sun, 07 Dec 2014 21:47:18 +0000 Guust To add tabs, look here: http://docs.wpgeodirectory.com/core-place-settings/#custom
Look for “Show as a tab on Detail page?”

Let us know how you went.

]]>
https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23778 <![CDATA[Reply To: More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23778 Mon, 08 Dec 2014 05:03:13 +0000 Fiskani Chirwa Hi Guust,

Nice to hear from you again. I’d like to add a field like gallery and related listing instead of the fields listed. Is that possible?

]]>
https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23856 <![CDATA[Reply To: More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-23856 Mon, 08 Dec 2014 19:42:05 +0000 Paolo Hi,

there is a hook to extend tabs and display custom content like you want to do.

With current options, it is not possible to do what you are looking for.

In this post you’ll find more info: https://wpgeodirectory.com/support/topic/exclude-selected-tabs-from-detail-page-if-empty/#post-7305

Thanks

]]>
https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24035 <![CDATA[Reply To: More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24035 Wed, 10 Dec 2014 19:28:20 +0000 Fiskani Chirwa Is it fine if I added a new image gallery like



    if(isset($tab_array['post_images'])){
         $new_tab_array['post_images'] = $tab_array['post_images'];// set in new array
		 unset($tab_array['post_images']);//unset in old one
	}

Also would the fact that I have no child theme change or add the code in?

]]>
https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24093 <![CDATA[Reply To: More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24093 Thu, 11 Dec 2014 16:49:53 +0000 Paolo it’s always better to work with a child theme to avoid losing customization after updating the theme.

Not mandatory though.

Thx

]]>
https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24096 <![CDATA[Reply To: More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24096 Thu, 11 Dec 2014 17:15:14 +0000 Fiskani Chirwa I meant to say I have no GD themes installed so I doubt it would work…

Is there no other way around it?

Could I ask someone to edit my site please?

]]>
https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24102 <![CDATA[Reply To: More tabs on a listing]]> https://wpgeodirectory.com/support/topic/more-tabs-on-a-listing/#post-24102 Thu, 11 Dec 2014 17:51:58 +0000 Paolo Other way around it, avoid to update the theme. Or before updating make sure to have your customization ready to be applied again.

There is no need to have a GD theme to use a child theme. All wordpress themes should be usable via child theme: http://codex.wordpress.org/Child_Themes

Thx

]]>