
Egy kis div style div.table{ margin: 100px; padding: 100px; width: 1025px; border: 0px solid; background: #fff; border-radius:0px; }
Egy kis div style div.table{ margin: 100px; padding: 100px; width: 1025px; border: 0px solid; background: #fff; border-radius:0px; }
Ha szeretnénk egy témát módosítani, hogy egy plusz aloldalt töltsön be például a kezdőlapon, akkor az alábbi kódot kell alkalmaznunk. Az ID helyére az oldal ID azonosítóját kell beilleszteni. <?php $recent = new WP_Query(“page_id=**ID**”); while($recent-> have_posts()) : $recent->the_post();?> <h3><?php the_title(); ?></h3> <?php the_content(); ?> <?php endwhile; ?>
Legutóbbi hozzászólások