resonant705
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image LinkThanks for replying!
I have a section that calls a certain cat to the page.
I want to have the option of putting a external link on the featured thumbnail (and title) if there is no external link in the custom field then it uses the reg. post or page link.Forum: Fixing WordPress
In reply to: Featured Image Linkhaving a little bit of trouble with having the title permalink link to the featured external link. The thumbnail works nicely but can’t get the text to match the featured external url
below is the code I used `<!–section_apparel–>
<div class=”section”>
<div class=”site_title” id=”apparel_site_title”><a name=”APPAREL”><img src=”<?php bloginfo (‘template_directory’); ?>/images/title_apparel.png”/></a> </div><!–site_title–>
<div id=”apparel”><?php query_posts(‘cat=6&showposts=-1’); ?>
<?php while (have_posts()) : the_post(); ?>
<?php $key=”featured_external”; $custom = get_post_meta($post->ID, $key, true); ?>
<div class=”latest-post-wrap”>
<div class=”latest-post”>
<div class=”latest-title”>
<h2></h2>
</div><div class=”feat-thumb”>
<?php if(has_post_thumbnail()) {
if($content = $post->post_content ) { ?>
<a href=”<?php the_permalink(); ?>” title=”<?php the_title(); ?>”>
<?php the_post_thumbnail(‘feat-loop2’); ?>
</a>
<?php } else { ?>
<a href=”<?php $key=”featured_external”; echo get_post_meta($post->ID, $key, true); ?>” title=”<?php the_title(); ?>”>
<?php the_post_thumbnail(); ?>
</a>
<?php } ?>
<?php } ?>
</div>
</div></div>
<?php endwhile;?>
<!– END –></div><!–apparel–>
</div><!–section_apparel–>`cheers
nateForum: Plugins
In reply to: [Video Thumbnails] Can't get it to work for Simple Video Embeddernot working for me either
Forum: Plugins
In reply to: [WP Carousel] Error MessageI am showing only one carousel. the content is custom content. I am linking to and taking images from my store.
Forum: Plugins
In reply to: [WP Carousel] Error Messagesorry it did not work. as for the images they are simple links to jpgs in our store.
any clue to what is going on ?
Forum: Plugins
In reply to: [WP Carousel] Error Messagethe images are not showing up and when you click on a link then go back to that page it gives you the counter error
Forum: Plugins
In reply to: [WP Carousel] Error MessageI reverted back to version .5.3 let me enable the new one. check now.
I just reverted 100% back to the new versionForum: Plugins
In reply to: [WP Carousel] Error Message with 1.0 update@sumolari Hello My wp-carousel will not pull external images.
I have it set up to pull images from my shopping cart. I also had the Counter error but I fixed that only by commenting out some of your code.here is my site… http://www.crooksncastles.com/testing123 the carousel is on the lower right just above the footer is is marked featured products.
thank you in advanceForum: Plugins
In reply to: [WP Carousel] Error Message@sumolari Hello My wp-carousel will not pull external images.
I have it set up to pull images from my shopping cart. I also had the Counter error but I fixed that only by commenting out some of your code.here is my site… http://www.crooksncastles.com/testing123 the carousel is on the lower right just above the footer is is marked featured products.
thank you in advanceForum: Fixing WordPress
In reply to: jQuery Hover featured thumbnail In loop?bump
Forum: Plugins
In reply to: [Plugin: Register Plus Redux] Adding signup in headerBump
Forum: Plugins
In reply to: [Plugin: Register Plus Redux] Adding signup in headeranyone?
Forum: Plugins
In reply to: Sliding Boxes or Thumbnail rollovers w/ caption?Anyone
Forum: Fixing WordPress
In reply to: rollover thumbnail display tag associated with that postI would like to know also
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] External Integration after moving domainHello,
I’m having a problem with adding a custom field for external links on my Wp-Carousel. I want to have the option enter in a external link in the custom field if needed or to not and have the images link to the post(like it does right now). I am not a super programmer but more of a noob. does anyone know how to do this?here is the website. kallusive.afinekreation.com it’s mid way down and has t-shirts on it.
this plug-in is awesome!
thank you in advance