• Resolved guiltyj

    (@guiltyj)


    I’m using the inove theme.

    Can anyone tell me how to remove the tags at the bottom of each post? I’ve used a few themes in the past where this was possible. I just think they look a bit messy especially with this theme.

    Thanks.

    My blog – https://www.grindefx.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter guiltyj

    (@guiltyj)

    Ok i figured out how to do it. But when i remove the code for some reason the sidebar messes up and goes to the bottom on the page.

    Thread Starter guiltyj

    (@guiltyj)

    Ok never mind i’ve sorted it myself.

    Sure wish you’d share your technique. I want to do the same thing but don’t understand code well enough yet.

    yeah me to….

    I’ll also join in that request. . .

    Ok, here how it goes.

    FIRSTLY
    Main page
    1. Open and edit your ‘index.php’

    2. Look for this line of code.

    <?php if ($options[‘tags’]) : ?><span class=”tags”><?php _e(‘Tags: ‘, ‘inove’); ?></span><span><?php the_tags(”, ‘, ‘, ”); ?></span><?php endif; ?>

    3. Delete those line OR put <!– at da beginnning of those code and –> at d ending of the code. This is just in case u wanna the tag to reapper, just delete the <!– and the –>.

    4. Save (update file)

    SECONDLY
    Single page
    1. Open and edit your ‘single.php’

    and repeat step 2,3 and 4.

    Hope this help u guys.
    Happy new year.
    neorackle.com/v2

    Before that, i would like to remind you.

    Using tags allowing web crawler to easily detect and list your post in the search engine.

    It is not SEO friendly if you remove it.

    Thanks and best regards.

    Thanks Neorackle…

    One more question about this though… I actually don’t want to remove them entirely, but would like to adjust the height of whatever is cutting the second line of tags so that it looks kinda messy. I have an author who loves lots of tags.

    If I remove them from the index page, but leave them in the single pages, will that effect SEO much?

    Look here… It does it in Safari and Firefox on my Mac., although slightly differently.

    https://www.blog.f-elevenbooks.com/

    I hope a bump is OK.. Anyone have thoughts on my question?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[inove] Remove Tags?’ is closed to new replies.