Weaver Xtreme WP theme problems.

3 replies
I am using the Weaver Xtreme WP theme and I have tags displayed at the bottom of my posts. I have seen this multiple times and I just can't figure out why someone would want them, unless it is for some SE purposes. Even so, they look so disgusting and not conducive to reader purposes.

Is anyone familiar with this theme, and can advise me of a simple way to remove them without much coding involved. I don't know code, or I suppose I could have fixed it.

Any help you can give would be appreciated.
#problems #theme #weaver #xtreme
  • Profile picture of the author HostMyBytes
    Without knowing the URL and with just a basic understanding/recollection of WP theme development, here is my advice.

    You should see this somewhere on the site:

    <?php wp_tag_cloud( ); ?>
    You need to remove the code surrounding it.

    If you need more help, PM me and I'll take a look at the code for ya
    {{ DiscussionBoard.errors[10193951].message }}
  • You could use your code inspector and find the div they are contained in. Get the nearest class and put the class with display:none in your css. It would help if you posted a link.
    Signature
    Premium WooCommerce & WordPress Plugins $10/ea. or FREE With Membership. PluginForage.com
    {{ DiscussionBoard.errors[10194270].message }}
  • Profile picture of the author Mark Singletary
    First off, are you adding tags to your posts? If you aren't going to use them, you don't need to enter them on each post.

    Second, you can hide the tags at the bottom of each post by going to your Dashboard --> Appearance --> Theme Options --> Main Options Tab (near top of screen) --> Post Specifics Sub Tab --> Post Meta Info Areas Section --> Hide Post Tags (make sure this box is unchecked).

    Hope that solves your issue.

    Mark

    Originally Posted by timpears View Post

    I am using the Weaver Xtreme WP theme and I have tags displayed at the bottom of my posts. I have seen this multiple times and I just can't figure out why someone would want them, unless it is for some SE purposes. Even so, they look so disgusting and not conducive to reader purposes.

    Is anyone familiar with this theme, and can advise me of a simple way to remove them without much coding involved. I don't know code, or I suppose I could have fixed it.

    Any help you can give would be appreciated.
    {{ DiscussionBoard.errors[10194417].message }}

Trending Topics