Hi esmi thank you for replying,
I’ve red that page, knew about it. But it doesn’t say anything about categories or showing only the picture of a post. Do you know how i should go about that?
with themplates? or can i edit some .php page inside wp that makes up the way the information is shown when i use this code
<?php
$args = array( 'numberposts' => 1 );
$lastposts = get_posts( $args );
foreach($lastposts as $post) : setup_postdata($post); ?><?php the_content(); ?><?php endforeach; ?>
Is there more documentation about this?