Post Display Style
-
Hello everyone,
Im trying to change the way my posts are displayed which I think have to be changed in the CSS. But theres a few issues.
The site is located 2D-X Test
Right now I have a Top Stories area which displays only posts from one category with this code :
<ul> <?php global $post; $myposts = get_posts('numberposts=3&category=3'); foreach($myposts as $post) : ?> <li><a>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul>But I would like it to show up just like how IGN has their Top Stories area with a Picture Floating Left and the Post to the right.
Right now I only have them displaying Permalinks.
Any help would be great! Cheers.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Post Display Style’ is closed to new replies.