Support » Theme: Hueman » category_description

  • Resolved Anonymous User 12851872

    (@anonymized-12851872)


    Hi,

    last update of WordPress, I have in the configuration of WordPress SEO by Yoast, 2 error messages, tab: titles and Metas

    Categories :
    Warning: the variable %%category_description%% cannot be used in this template. See Help for more information tab.

    Tags:
    Warning: the variable %%tag_description%% cannot be used in this template. See Help for more information tab.

    What should I do? Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • You shouldn’t do anything. I broke it. Sorry. This’ll be fixed in the next release.

    Fixed in WP SEO Trunk, for reference, this was the bug on GitHub, this is the commit that fixed it.

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    thank you

    Thread Starter Anonymous User 12851872

    (@anonymized-12851872)

    hi,

    lien 74
    var taxonomyVariables = ['term_title', 'term_description', 'category', 'category_description', 'tag', 'tag_description'];

    line 98
    if (e.val().search('%%' + variable + '%%') !== -1) {

    line 10

    var msg = wpseoAdminL10n.variable_warning.replace('%s', '%%' + variable + '%%');

    line 109
    if (jQuery('#' + error_id).length) {
    my file is line 109 and not 108, updated plugin.
    this makes 4 changes where is the fifth?

    Thank you

    So can a user update without fear and the update will resolve the issue.

    Secondly out of curiosity, are things like this not tested ?

    Phew – thanks Joost !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘category_description’ is closed to new replies.