Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #427740

    Hi, I have a lot of tags from an older blog. I want to limit the amount of tags that appear in the Tag Cloud as there are too many. Is there a way to do this?

    Thanks
    Vince

    #428172

    Hi Vincent!

    Thank you for coming back.

    If you are using the enfold combo widget you have to modify the core file
    enfold\framework\php\class-framework-widgets.php line 950

    Look for:

    
    			wp_tag_cloud('smallest=12&largest=12&unit=px');
    

    and replace with (adjust the value for number:

    
                        wp_tag_cloud('smallest=12&largest=12&unit=px&number=35');
    

    Cheers!
    Günter

    #428362

    Hi Gunter

    I am not using the Combo widget. I am using the Tag Cloud Widget that is included. Please advise?

    #428725

    Hi!

    I haven’t tried this out myself but maybe this could help? https://wordpress.org/plugins/ultimate-tag-cloud-widget/

    Cheers!
    Rikard

    #428818

    Okay, will try that then. I’m trying to keep teh amount of plugins instaleld to a minimum. Thanks Vince

    #428830

    No that did not work either. It was a nice plugin with extra features that were quite useful but it still did nto limit the amount of tags and there are too many. Is there another way to do this natively?

    #428848

    Hi Vincent,

    I have this plugin and it’s wonderful. Yes, you can limit the number of tags as well as filter them. There are some advanced features, have you checked them? In the Basic Appearance tab, enter a value for Max Tags. That should do it.

    Regards,

    Tameez

    #429310

    All working, thank you both for your help

    Vince

    #429314

    sorry to jump in here. Can anyone of you moderators answer my question here,

    https://kriesi.at/support/topic/using-child-theme-correctly-to-update-to-new-version/

    #429531

    Hey!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Regards,
    Günter

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Limit Amount of Tags in Widget’ is closed to new replies.