lnv77
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WARNING .. DESTROYS YOUR SITEContent deleted. Silly mistake found!
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Images show as a number.That worked! Thanks a lot and thanks for the plugin.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Images show as a number.That didn’t work. Should I put it in context? This is how the whole thing looks (without your code):
<?php $productdetails = get_post_meta($post->ID, 'productdetails', true); echo '<ul>'; foreach($productdetails as $subproduct){ echo '<li>'; echo '<img src="' .$subproduct['product-img'] . '" class="alignleft" />'; echo '<h3>' .$subproduct['product-title']. '</h3>'; echo '<p>' .$subproduct['product-description']. '</p>'; echo '</li>'; } echo '</ul>'; ?>
So when I tried replacing the line with your code no output was there at all in the source. Please help! Thanks.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Images show as a number.Hi and thanks for the answer. I guess I’m a little confused where this code should go exactly. Do I just replace:
echo '<img src="' .$subproduct['product-img'] . '" class="alignleft" />';
With your code?
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Images show as a number.Hi, I have the same problem but the solution above didn’t help me. Currently, my code is like this (based on the video tutorial by sareiodata):
echo '<img src="' .$subproduct['product-img'] . '" class="alignleft" />';
So how can I get the image to show, not the numbers?
Thanks.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Does not work when WP is in a subfolderThanks John, I deleted the other 2 plugins I had running and it worked. Cheers.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Does not work when WP is in a subfolderHi John, I followed those instructions exactly and it worked fine. The problem is that even though I am logged in I still see the Coming Soon page instead of the actual site. What do you think? Thanks.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Does not work when WP is in a subfolderHi, has anybody got this working yet? I’ve tried refreshing the permalinks to no avail. I have the same directory setup as the first poster. Any help would be superb!
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Change speed of rotation?Thanks Michael. The term “Refresh Interval” makes sense now but not very intuitive for non cody people like myself! Cheers.
OK forget about this, the 1 or 0 in the custom field is to show the job as closed or open. When it is closed it won’t appear on the listings page. If anyone wants to know…