[Support request] Как убрать название и описание рубрик

Home Forums Support [Support request] Как убрать название и описание рубрик

Home Forums Support Как убрать название и описание рубрик

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1600892
    Aleksandr

    Здравствуйте! Рубрика на сайте по умолчанию отображается с названием и описанием. Как отключить блок с названием рубрики и описанием на странице?

    #1601105
    Ying
    Staff
    Customer Support

    Hello Aleksandr,

    Since you didn’t attach your site link, we have no idea what kind of page it is.

    If you are talking about blog page, go to Customizing > Layout > Blog:
    1. Uncheck the Display post categories box.
    2. Set Content type to Excerpt.
    3. Set Excerpt word count to 0.

    If it’s a shop page, please link us the site in question, you can use the private info field.

    Let me know 🙂

    #1601128
    Aleksandr

    Мне нужно скрыть блок, помеченный красным цветом. Это страница рубрики.
    скриншот https://ibb.co/HBYY4fp

    #1601481
    David
    Staff
    Customer Support

    Hi there,

    add this PHP Snippet:

    add_action( 'wp', 'lh_remove_archive_title' );
    function lh_remove_archive_title() {
        remove_action( 'generate_archive_title', 'generate_archive_title' );
    }

    How to add PHP: https://docs.generatepress.com/article/adding-php/

    #1601484
    Aleksandr

    Большое спасибо! Работает так, как надо. С Новым годом!

    #1601732
    David
    Staff
    Customer Support

    You’re welcome. Happy New Year to you too !

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.