Title: Erase links
Last modified: August 24, 2016

---

# Erase links

 *  Resolved [jfjrr](https://wordpress.org/support/users/jfjrr/)
 * (@jfjrr)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/erase-links/)
 * 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](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/erase-links/#post-5984559)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.3/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

## Tags

 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 1 reply
 * 2 participants
 * Last reply from: [Themonic](https://wordpress.org/support/users/themonic/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/erase-links/#post-5984559)
 * Status: resolved