Zuki theme's excerpt

  • Unknown's avatar

    Hi how can I reduce the excerpt text in the categories of Zuki theme.
    I did have this code in function.php (child theme), but it doesn’t work

    function hstg_short_excerpts( $length ) {
    // Don’t change anything inside /wp-admin/
    if ( is_admin() ) {
    return $length;
    }
    // Set excerpt length to 55 words
    return 55;
    }
    add_filter( ‘excerpt_length’, ‘hstg_short_excerpts’, 999 );

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, it looks like your site is hosted at Dreamhost and not here on the WordPressdotcom platform.

    In general, for help with a site using the open source WordPress software, you’ll want to head over to https://wordpress.org/support where they have more experience with the software you are using. If you don’t have a username on the ORG forums you can register one on the top of that page. You can also contact the theme author’s support page as well for assistance with this question.

    Just to clarify, this support forum assists users of the WordPressdotcom platform. WordPressdotcom (where we are ) and WordPress are separate entities with different documentation and support forums. More information about the differences can be found here: https://en.support.wordpress.com/com-vs-org/

    Best wishes

  • Unknown's avatar

    Hi justjennifer.
    Thank a lot. I will head over to WordPress.org for support.

  • Hi there,

    As Zuki is a premium WordPress theme, rather than a free theme listed in the theme directory on WordPress.org, it would be better to contact support for that theme directly via the theme developer’s website:

    https://www.elmastudio.de/en/themes/zuki/

    The WordPress.org forums only provide support for the open source WordPress software, and free themes and plugins listed on WordPress.org.

  • The topic ‘Zuki theme's excerpt’ is closed to new replies.