• Resolved jfjrr

    (@jfjrr)


    Hi there,

    2 questions:

    1- On the home page, how do I delete “Category” and “Tags” from all posts (when showing excerpts).

    2- The search box on sidebar, I’d like it in Spanish (the “Search” word).

    Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Themonic

    (@themonic)

    Replace line 65 of content.php which is

    <span><?php _e('Category:','themonic'); ?> <?php the_category(' '); ?></span> <span><?php the_tags(); ?></span>

    with

    <?php if ( !is_home() ) : ?>
    <span><?php _e('Category:','themonic'); ?> <?php the_category(' '); ?></span> <span><?php the_tags(); ?></span>
    <?php endif;?>

    2) The word ‘search’ is provided by WordPress widget itself and not by theme, if you are using WordPress in your language it will translate out of the box. Refer the language folder in theme folder for translating theme. If any other word is missing, wait for the update which is already uploaded but waiting to become live by mods.

Viewing 1 replies (of 1 total)
  • The topic ‘Erase links’ is closed to new replies.