Gaurav Tiwari
Forum Replies Created
-
In the code on the right side first line – php code, who write category name.
Can you share the exact code, please?
Edit: I see that has been fixed too. ?? Well done.
- This reply was modified 1 year ago by Gaurav Tiwari.
Can you try changing the
if (get_field('category_short_name', 'category_'.$terms->term_id)) { $cat_title = get_field('category_short_name', 'category_'.$terms->term_id); } else { $cat_title = $terms->name; }
with:
if (get_field('category_short_name', 'category_'.$terms->term_id)) { $cat_title = do_shortcode(get_field('category_short_name', 'category_'.$terms->term_id)); } else { $cat_title = do_shortcode($terms->name); }
(This is in //crumbs part.)
I see. Can you please share the PHP code for the Breadcrumb and also that of Table of Contents that you have on right?
Hi @buldog52, I have released an update. Please update to 1.3.6 and let me know how this works for you.
Wait, I was able to reproduce the issue. Releasing a fix now.
Looks like this has something to do with the Theme (or page builder) that you are using. Can you tell me which theme should I install to test it out?
Hi @techearth, #2 will do that for you.
Also this is kind of a custom request and doesn’t fall under support on WordPress forums.
Be sure send me an email via https://gauravtiwari.org/contact/ and we will take it forward.
Hi @techearth, I guess you are trying to bulk update titles that had 2023 in it with [year] shortcode.
You can do this two ways:
- Use Admin Columns plugin and quick edit titles one by one. It won’t take much time.
- Use Search Regex plugin and bulk replace
2023
with[year]
(be sure to add extra space before 2023 and [year] both). Always take backup of your database before you perform bulk replacement.
Or, is it that the shortcode isn’t working for you?
Forum: Reviews
In reply to: [Dynamic Month & Year into Posts] Plugin and support rock!Thank you so much for this lovely review. ?
Cheers, Dejan. I am glad that I could help. Marking this thread as resolved for time being. Do let me know if you have some other questions.
In my personal experience (refer https://gauravtiwari.org/the-best-chegg-alternatives-in-2020/ ), numbers in slugs don’t matter. This URL has been updated regularly but slug still contains 2020.
See Use a recurring URL heading on this page: https://developers.google.com/search/blog/2020/10/best-practices-black-friday
and yes, the slug needs to be updated manually.
Forum: Reviews
In reply to: [Dynamic Month & Year into Posts] GreatUnderstood. I’ll check on it by installing the plugin WPDataTables myself and release an update.
Forum: Plugins
In reply to: [Dynamic Month & Year into Posts] Buddhist CalendarHi @panpipath, I have added this functionality where you can place [year n=543], and it will render the Buddhist year.
Regards from Kushinagar, the place where Lord Buddha sleeps.
Forum: Reviews
In reply to: [Dynamic Month & Year into Posts] GreatHi, it is already there. You just need to turn on the option “Parse shortcodes” in main Settings of the wpDataTables plugin.
Please refer: https://wpdatatables.com/faqmd/can-use-shortcodes-table-cells/For the time being I have marked this as resolved. Feel free to revert back if the issue still persists.