Add text into category

Home Forums Jevelin Theme Add text into category

Home Forums Jevelin Theme Add text into category

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • confrontador
    Participant

    Is it possible to add text to a category as if it were an article?

    This option is very good for improving the seo of the website.

    Hi @confrontador,

     

    I hope you are well today and thank you for your question.

     

    You can achieve this by enabling Unyson SEO extension and then add appropriate text in the SEO Description field of category by editing it as shown in the attached screenshots.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    confrontador
    Participant

    I do not mean the SEO description. I would like to add text to the category as this plugin does: https://es.wordpress.org/plugins/enhanced-category-pages/

    But with your template it does not work.

    The plugin also doesn’t work for others as reported here https://wordpress.org/support/topic/great-idea-but-didnt-work-1/ so please contact the plugin developer to find out why it is not working.

    confrontador
    Participant

    Solution for this topic

    I found the solution, this theme not have a code for show the wordpress category description. Just add

     

    <?php

    if(get_query_var( ‘paged’, 1 ) == 0) {

    echo category_description();

    }

     

    On index.php of the theme.

    Awesome great to see you got the solution found and thanks for helping out here in this forum by sharing the solution.

     

    Your help here is really appreciated.

     

     

    Lina
    Participant

    where to add it within index.php?

    HelgaPost
    Participant

    This code does not work for me.
    I’ve posted it in several places on index.php and no description appears with the category.

    Is there another way?

Viewing 8 posts - 1 through 8 (of 8 total)