Wondercore
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Password Protected page doesn't workI’ve the same problem. Everybody got the same problem with password protected page across actual and past wordpress version.
it seems it has never worked good.Forum: Plugins
In reply to: [Intuitive Custom Post Order] Custom Taxonomy Orderyeeeeeee !!!
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Custom Taxonomy Orderplease update 🙂 … i need too to order custom taxonomy
tankyou !!!Forum: Plugins
In reply to: [ALO EasyMail Newsletter] size does not reflect what I chooseuse:
<?php if ( has_post_thumbnail()) { $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($newsletter->ID), 'large'); //print_r($large_image_url); $link_img = $large_image_url[0]; //print_r ($link_img); } ?> <img src="<?php print_r($link_img); ?>" alt="image" />use:
<?php if ( has_post_thumbnail()) { $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($newsletter->ID), 'large'); //print_r($large_image_url); $link_img = $large_image_url[0]; //print_r ($link_img); } ?> <img src="<?php print_r($link_img); ?>" alt="image" />Forum: Fixing WordPress
In reply to: [Plugin: Thumbnail For Excerpts] Not work’n in WPMUI’ve the same problem !
Viewing 6 replies - 1 through 6 (of 6 total)