Abban szeretnék segítséget kérni hogy megvan adva a posztok neve mellet egy kép és ugyan ez a kép a sidebaron lévők írásoknak is.
De azt szeretném, hogy a posztok mellet más kép legyen.
Ezt hoyg az az egy kép jelenjen meg a téma készítője így oldaotta meg:
h2 {
color: #D0D3CC;
margin: 0px 0px 2px;
border-bottom: 1px dotted #E8E8E7;
background: url(images/ch1-bg.png) left no-repeat;
font: normal 190%/100% Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
padding-bottom: 3px;
padding-left: 24px;
}
a page.php pedig:
<div class="post" id="post-<?php the_ID(); ?>">
<h2><?php the_title(); ?></h2>
<?php if(function_exists('the_views')) { the_views(); } ?>
<div class="post-content">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
</div>
</div>
Valaki tudna segíteni?














