Skip to content
Advertisement

Tag: wordpress

WordPress – Blur Image on Upload

So I’m following the example given here (which I modified to only blur, no watermark), to make a blurred image in WordPress on upload. The problem is, that if the uploaded file is the exact same size, or smaller, than the set size, then WordPress will not generate an image, and hence no blurred one will be made. I tried

Keep query string for external urls

A user can be sent to the main website by some referral id, using a query string: And when they click on a link to a login area, this query string must go with that external link: I am working with wordpress, so I cannot append ?ref=<?php echo $_GET[‘ref’]?> to that link. I have already changed .htaccess to: Every link

Can I merge two different wordpress themes and use it as one website?

Problem We are planning to create a small community directory website with our community business listings, events and some useful articles. No single WordPress theme is offering all 3 features in one theme. Thoughtful Solution We thought to buy one theme for listing, one for events and one for articles and somehow make one website. Question Is it possible to

Check if a User Has a Gravatar [WordPress]

Thanks Rene Korss for helping to resolve the issue almost and be there every time to reply in discussion. I want to check if the user who has posted comment is having an avatar or not? If user has avatar (means having gravatar account) show gravatar avatar else show image which I have defined in else portion. Any help would

Extract shortcode parameters in content – WordPress

Think about a post content like below: I have a shortcode that takes 3 or more parameters. I want to find out how many times the shortcode is used at the content and its parameters in an array like, I need to do this in the_content filter, wp_head filter or something similar. How can I do this ? Thank you,

Maximum upload file size not reflecting to phpinfo()

My problem is that when I check to wp-admin/media-new.php I see Maximum upload file size: 8 MB. Now I change the php.ini located at /usr/lib/php.ini I change the upload_max_filesize to 64M and post_max_size 64M. Then when I checked back to wp-admin/media-new.php it is now ‘Maximum upload file size: 15M’ it should be 64M I even try following this http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/ but

Advertisement