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 -- and this forum will be removed on July 1st, 2013.

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 05-14-2009, 09:21 PM
diepro diepro is offline
Registered User
Genesis Member
 
Join Date: Apr 2009
Posts: 15
Default Featured Top Left - Change link destination - Help needed!

Hello,

I searched but couldn't find the answer so here goes...

Have a look here http://www.theloveprojectinc.com

Look at featured top left, you will see the 3 bloggers and their post's...

Deborah ( Why is the world obsessed)

Markus ( Missing God )

Chris ( ect... )

Now if you click on one of those links it takes you to a page displaying that one post

I'm guessing I need to change something in this code?

Code:
<div id="homepageleft">
				
			<div class="hpfeatured">
			<?php $feature_cat_1 = get_option('lifestyle_feature_cat_1'); $feature_cat_1_num = get_option('lifestyle_feature_cat_1_num'); if(!$feature_cat_1) $feature_cat_1 = 1; //setting a default ?>
			<h3><?php echo cat_id_to_name($feature_cat_1); ?></h3>
			
				
                
				<?php $recent = new WP_Query("cat=".$feature_cat_1."&showposts=".$feature_cat_1_num); while($recent->have_posts()) : $recent->the_post();?>
				<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
				    [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
				<?php else: ?>
				<?php endif; ?>				
				<?php the_title(); ?>
				<?php the_content_limit(80, ""); ?>
				
				<div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
				
				<?php endwhile; ?>
				
				Read More Posts From This Category
				
			</div>			
				
		</div>
My client wants it to take you to a page that shows all of that bloggers respective post's

So my question is how/where can I find the proper code to edit and switch the link addresses?

Any help/guidance is greatly appreciated!!!

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
Change Home Page Destination dePaulus General Discussion 2 11-13-2009 03:20 PM


All times are GMT -5. The time now is 09:41 PM.

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