elevenmary
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Etsy Importer] Products not publishingthank you, i’ll make you a donation with gratitude!
Forum: Plugins
In reply to: [Etsy Importer] Products not publishingHi,
This plugin is working great for me, the only issue is that products do not import in full. Do you know why can that be?Thanks a lot!
Forum: Fixing WordPress
In reply to: query categories when it has at least 3 postsThank you, it was very usefull for me.
Forum: Themes and Templates
In reply to: Pagination with custom post type listingthis code worked for me:
<?php global $wp_query; query_posts( array('post_type' => array( 'postypename' ),'showposts' => 3, 'paged'=>$paged ) );?>thanks everyone!
Forum: Fixing WordPress
In reply to: How to add a url link in a value field?this is how i use it = with image opening in a new window
<a href=" <?php $link = get_post_meta($post->ID, "link", true); if ($link !=='') {echo "$link";} ?> " target="_blank"><img srce="<?php $banner1 = get_post_meta($post->ID, 'banner1', true); echo wp_get_attachment_image($banner1); ?></a>Forum: Fixing WordPress
In reply to: How to add a url link in a value field?Thanks richarduk, it works fine for me!
how can i make it to open in a new window?
Viewing 6 replies - 1 through 6 (of 6 total)