Okay
  Public Ticket #1810468
Show category description
Closed

Comments

  •  1
    oldschl started the conversation

    Hi! I want to show the category description under the heading. 
    And also hide the word "category"

    I can't find archive.php or category.php in the code editor. 

  •  8,996
    Tahir replied

    Hey Again,

    Please have a look at this Article :https://pagely.com/blog/create-wordpress-custom-category-pages/ .

    Best 


    ThemeNectar Support Team 

  •  1
    oldschl replied

    Thanks for the answer.
    But plugins are a bad way to customize.

    This problem is solved by two lines of code, but I can not find a place :( 

  •  8,996
    Tahir replied

    Hey Again,

    Category Pages are auto generated so you will have to create new php templates either manually or via Plugins. 

    See url : https://codex.wordpress.org/Category_Templates . 

    Best


    ThemeNectar Support Team 

  • Adam replied

    I have the issue too. In the past I was able to edit functions.php and remove the word "Category" from the 

    $subtitle = __(

    Now I can't find any category references in any theme files.

  •  8,996
    Tahir replied

    Hey Again,

    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    You can find the list of string in "salient/lang/nectar_salient_strings.pot" file next to the "msgid" variable as below.

    msgid "Leave a Reply"
    msgid "Cancel Reply"
    

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .

    9799383690.png


    Thanks 


    ThemeNectar Support Team