SJS719
Forum Replies Created
-
The code works great TC.K! Thank you so much for the unbeleivable plugin and for your help!
I just have one question, what is the best way to edit the height/size of the new multi-select box? Can I accomplish this within the code in my functions.php file, or do I need to target it through CSS?
Thanks again!
Forum: Fixing WordPress
In reply to: Custom Sort CategoriesYeah that plugin does reorder custom taxonomies but the custom order only applies to backend and menu items on frontend. I haven’t seen anything allowing me to reorder
get_terms();
or any other functions which pull categories or taxs.Forum: Fixing WordPress
In reply to: Custom Sort Taxonomies (Not in Menu or Category list)Thank you santeven, I will give this a try and get back to you!
Forum: Hacks
In reply to: How to Split Single Text into Multiple LinesOh okay, well thanks anyways catacaustic!
Forum: Fixing WordPress
In reply to: Custom Sort CategoriesI can’t use the native WordPress category functions because the categories I need to display are the categories of a custom page type called “Business Listing” and the wp_list_categories and get_categories functions displays the “post categories”.
Forum: Fixing WordPress
In reply to: Custom Sort CategoriesSorry it is a theme specific function of the theme “Vantage” by Appthemes.
Forum: Hacks
In reply to: How to Split Single Text into Multiple LinesIt is theme specific and it comes from the theme “Vantage” by Appthemes. Here is the link: https://www.appthemes.com/themes/vantage/
Forum: Hacks
In reply to: How to Split Single Text into Multiple LinesHi Catacaustic, thanks for your response!
Can you please show me where to insert nl2br() within the <?php the_listing_categories(); ?> function in order to split the address into separate lines?
Thanks!
Forum: Fixing WordPress
In reply to: Custom Sort Taxonomies (Not in Menu or Category list)Thanks for your reply Santeven!
If I add this additional parameter to the correct query won’t the resulting categories still be ordered alphabetically in ASC order? I need to override the alphabetical sort and instead use a custom sort which I am able to specify.
Thanks!
Forum: Fixing WordPress
In reply to: Custom Sort CategoriesHi Chad,
Thanks for your response. I have already tried this plugin, it works great to reorder the display of your taxonomies in the menu and category pages, but it doesn’t effect the order of taxonomies attached to a listing or post. For example, if I run a search for a certain business in my area the query results will display their taxonomies in alphabetical order rather than the order I specified through the plugin.
Thanks.
Forum: Fixing WordPress
In reply to: Split Single Custom Term into Multiple Lines (from single line).