Title: Category code help
Last modified: August 19, 2016

---

# Category code help

 *  [marisolrey](https://wordpress.org/support/users/marisolrey/)
 * (@marisolrey)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/category-code-help/)
 * I want to be abble to write text in blue cells here [http://patitapatita.com/?cat=9](http://patitapatita.com/?cat=9)
   
   like i did with this code
 *     ```
       <div class="<?php if ($left) echo 'l '; ?>post">
       		<h3><a href="<?php the_permalink(); ?>"><?php the_excerpt(); ?></a></h3>
       		<div class="thumb"><a href="<?php the_permalink(); ?>"><?php dp_attachment_image($post->ID, 'medium', 'alt="' . $post->post_title . '"'); ?></a></div>
       ```
   
 * in the main page.
    But i cant find where to add it, and what exactly… any ideas?
 * Oh and in Fotos page every time i open a picture the videos come to front… how
   can i solve that?
 * THANKS!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/category-code-help/#post-1835546)
 * For the text in the blue cells, look in archive.php for these lines:
 *     ```
       <!-- begin post -->
       	<div class="<?php if ($left) echo 'l '; ?>post">
       		<h3><?php the_time('j m Y') ?></h3>
       ```
   
 * Replace the line with the h3 tags with the line you posted above.
 * I don’t have a clue about the videos.
 *  Thread Starter [marisolrey](https://wordpress.org/support/users/marisolrey/)
 * (@marisolrey)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/category-code-help/#post-1835651)
 * Thanks 🙂 i already find another way to solve the problem but i really apreciate
   your fast reply

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Category code help’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [marisolrey](https://wordpress.org/support/users/marisolrey/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/category-code-help/#post-1835651)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
