Viewing 1 replies (of 1 total)
  • Plugin Author kgmservizi

    (@kgmservizi)

    Hi, WordPress don’t allow shortcode on title as default.

    You can add 2 filters on functions.php of child theme or custom plugin for allow it.

    add_filter('wp_title', 'do_shortcode', 10);
    add_filter('the_title', 'do_shortcode', 10);

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Can show year on title?’ is closed to new replies.