• Hello,
    I’m currently editing the Kubrick theme and making good progress so far. In the sidebar, I have the categories widget which I want to modify. It should display only categories, no subcategories (there aren’t any) and I want to change font sizes etc. The problem is – I absolutely don’t find this widget and the CSS for it! Can somebody please point me to the right file? The same applies to the “Tag Cloud” widget, I want to edit it too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • the widgets’ code is in /wp-includes/default-widgets.php;

    however, any edits will be overwritten with the next upgrade of wordpress.

    things like text size can be changed in the style.css of the theme.

    Thread Starter el3ktro

    (@el3ktro)

    Thanks a lot, I’ll have a look there. Is it possible to add widgets to a theme?

    (?)

    Is it possible to add widgets to a theme

    there are two possible ways to interprete your question:

    1 – when you design a theme, you can take the wordpress function of a widget and hardcode them into a sidebar file – so it looks like a ‘widget’ – in the same way as most themes have a kind of default ‘widgets’ in the sidebars.

    2 – when you work with a theme, you can obviously drag widgets into the sidebar, or download and activate plugins to add new widgets to your site.

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

The topic ‘Edit “Categories” widget in Kubrick theme’ is closed to new replies.