• I want to be abble to write text in blue cells here https://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)
  • 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

    (@marisolrey)

    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.