Joy
Forum Replies Created
-
AuthorPosts
-
Hi Guust, I mean the categories, not CPT.
Thank you.
Blah! I don’t know what my problem was then. Lol.
Thank you.
Did you add that from the front-end? I think you did…can you please try to do one from the dashboard just to be sure?
Thank you.
P.S. Hi Kor!
This reply has been marked as private.Hi Jonathan,
Thank you for your response. I have decided to just manually create the category links. That way I can remove the location limitations. With remote services and online sales becoming so prevalent in the marketplace nowadays, limiting one’s research on listings to a location seems well…limiting. 🙂
Like the referenced post, I wish to keep the locations in the URL. Maybe @stiofan can follow up this possibility.
Thank you.
Thanks Alex and Kor.
The post Alex provided looks like it will do the trick but I haven’t had a chance to apply it yet. Once I do, I will report back my results.
Not sure I follow your question.
I’m using the Code Snippet plugin to add this above code to my site. We won’t be using “Special Offers” at all on the site, so at this time it’s just being removed as we’re only using it to populate a widget.
Thank you Alex, that is a good idea for a workaround. Thank you for your suggestion. 🙂
Figured it out. I was using this but for some reason I needed to refresh my page to activate.
// this line tells the tabs function to run our new function to remove a tab add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_remove_tab'); // this function removes the tab to the tabs list function geodir_detail_page_tab_list_remove_tab($tab_array) { // the $post var contains all the listing info so we can add conditions global $post; // only remove the tab if the post type is <code>gd_place</code> if ($post->post_type=='gd_place') { unset($tab_array['special_offers']);//remove the tab } return $tab_array; }
Just remove the emails from the listing information in your dashboard.
I didn’t figure it out, I just removed the label for now since it is actually a live site.
Can you add the label back in our would you like me to? Thank you.
This reply has been marked as private.Hi Guust. I do want it displayed on the front end, I just don’t want the text label to appear in the sidebar,it’s highlighted in the image I attached earlier.
Thank you.
-
AuthorPosts