viralm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Quest] Blog page Featured image resizecan you define image resize function in file and if you did it then please upload new image in post.
Forum: Themes and Templates
In reply to: [Quest] Blog page Featured image resizeCan you provide me your link?
Forum: Themes and Templates
In reply to: [Quest] Blog page Featured image resize@nestro You can try this : Get image on blog. Its work on blog page.
Forum: Themes and Templates
In reply to: [Quest] Blog page Featured image resizeYou can try this
add_image_size( 'imagename', weight, height ,true);
in function.php and retrive it on page where you want by wp_get_thumbail function.Forum: Fixing WordPress
In reply to: Dispaly taxonomy using custom post typeI tried this but when i selected two custom taxonomy in post its display two time post title why?
Forum: Fixing WordPress
In reply to: How to remove comment box from a post?welcome
Forum: Fixing WordPress
In reply to: How to remove comment box from a post?In single.php comment on this line or remove it .
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Get url siteI try this
[dynamichidden URL “CF7_URL”]Its work nicely thank u
Forum: Fixing WordPress
In reply to: How can i pass hidden value in wordpress@josephbydesign : i want to details that how can i use hidden value any demo pls.
Forum: Fixing WordPress
In reply to: How can i pass hidden value in wordpressnothing do pls help me how to do that.
Forum: Fixing WordPress
In reply to: How can i pass hidden value in wordpressyes i did it.
Forum: Fixing WordPress
In reply to: How can i pass hidden value in wordpress@andrew : yes in a form and other places that we use it .
In BWP recaptcha plugin just go -> general option ->Contact Form 7 Integration and select use “recaptcha” shortcode tag then save then after goto contact form and choose general tag bwp recaptcha and copy code and paste into your contact form .its work
i found it solution simple : please put [recaptcha v] into contact form 7 and its work nice. i also did it and its work.
simple message when validation field is blank.