• Is it possible to edit the categories displayed on the page which currently are : “All” , “Current”, “Archive”. I can change “Current” and “Archive” or add new ones but I would like to get rid of the “All” category display. Anyone knows how to do it ? In which .php file to look for this option ? I’ve already analyzed several files but I don’t think I’ve figured out in which one to change it yet Thanks in advance

    This is about the page that displays “Blog” entries
    and it is the tab “Car Sales”

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The “All” is not a category. It’s your “Posts page”, or the index page that displays all your blog posts.

    You can hide the “All” (Wszystkie) from the menu with the following custom CSS code (put it in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS):

    .razzi-posts__taxs-list ul li:first-child {
    display: none;
    }

    Kindly try it and let me know how it goes!

    Thread Starter pracki215

    (@pracki215)

    Thank you !!! Okay hid 😉 Thank you beautifully 🙂
    do you know maybe how to make a change to make the blog page display by default posts from the selected custom category ?

    do you know maybe how to make a change to make the blog page display by default posts from the selected custom category ?

    You’ll have to link to that category’s own URL in the main menu.

    You’ll need to go to APPEARANCE => MENUS, and add one or both categories to the main menu.

    Note that you can edit the menu text/label… so you can label the new me “Car sales” but still have it link to the “Current” category to display that category by default.

    Thread Starter pracki215

    (@pracki215)

    great thank you, actually I didn’t think to do it in such a trivial way 😉

    And maybe you have an idea to make the “Car Sales” page display the description in the same way as it is on the main page ?

    And maybe you have an idea to make the “Car Sales” page display the description in the same way as it is on the main page ?

    Unfortunately, I dodn’t have a quick fix for this 😀

    The only hint I can see is that…

    The descriptions (excerpts) on the homepage are from the Elementor plugin’s excerpts feature, whereas the ones on the category pages are the default WordPress auto-generated excerpts inserted by your active theme.

    So, perhaps, the solution might be found in figuring out how to use the Elementor plugin’s excerpts on all archive pages on the site (Category archives, Date archives, Tag archives, search results, etc)… not just on the homepage.

    I’m not really familiar with the Elementor plugin, so I’m useless here. The good news is you’re using Elementor PRO, which should give you direct support from the plugin’s vendor. So I’ll recommend you log in to the Elementor.com portal and open a support ticket so the plugin’s support team can guide you: https://my.elementor.com/

    Good luck!

    Thread Starter pracki215

    (@pracki215)

    Thanks lovely 😉

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Blog Category’ is closed to new replies.