Thread Starter
bortas
(@bortas)
I solved it, thanks alot! (Y)
Thread Starter
bortas
(@bortas)
Its my design yes… So the index doesnt really look like anotther index.php
Thread Starter
bortas
(@bortas)
I Have paste the function into the funtcions.php
My code at the index looks like this.
<?php if (have_posts()) : ?>
<?php
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$args= array(
'cat' => 4,
'paged' => $paged
);
query_posts($args);
?>
<?php while (have_posts()) : the_post(); ?>
Where should i add eh exceprt?
Thread Starter
bortas
(@bortas)
Thanks alot esmi! I wonder if there is any way of getting a 300 signs roof, so i cant write more than 300 signs at the front page, to view the whole news i hade to click like “read more”.
Best Regards
Sebastian