Enable Shortcode in HTML Sitemap
-
I have several short codes that I use as part of the title. For example I have [auto-list-number display=”total”] that dynamically counts the items in the list and displays it.
How do I ensure the short codes are executed and displayed in my HTML sitemap?
Is there a PHP Code I can enable. I tried this but it doesnt work:
add_filter('rank_math/sitemap/html_sitemap/title', function ($title) { return do_shortcode( $title );} );
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Enable Shortcode in HTML Sitemap’ is closed to new replies.