StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-11-2009, 02:35 PM
Granit Granit is offline
Registered User
Genesis Member
 
Join Date: Feb 2009
Posts: 48
Default Can i achieve this with the magazine theme?

I use the magazine theme and i love it, but i would like to change some parts to suite my need a little bit more.
I have been trying my self for some days now with error as result.

I use the original code for the left part of the theme which is this code:

Code:
<div class="featured">
				<?php $recent = new WP_Query("cat=3&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
				<h2><?php the_title(); ?></h2>
				<?php the_content(__('Read the story &raquo;'));?><div style="clear:both;"></div>
				<?php endwhile; ?>
			</div>
This code comes from the home.php file.

If you take a look at this image from another site it will display how i would like it to be.

[img=http://img44.imageshack.us/img44/5046/whatiwant.th.jpg]

First i would like to have a line just as the image that seperates the article from the title.
Second i would like to have the date under that line.

Also i would like just as in the image the Read More part to be seperated from the article.
Also i would like in the end of the article just as in the image to display the category the article comes from, and also the comment count.

Is there anyone that know how to achieve this?

Thanks
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to achieve a double column category view? dustbaby General Discussion 3 11-12-2009 11:07 PM
Best way to achieve this? StuUK General Discussion 4 02-17-2009 07:35 AM


All times are GMT -5. The time now is 01:03 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.