0
2632
How to Add Custom Image Sizes to WordPress Uploader
WordPress 3.3 is finally out, and features a host of new improvements in the UI, along with other novelties. A new feature I’m digging is the image_size_names_choose filter, which enables us to add new image sizes to the media upload/insert... Read more
0
2590
How to make a mobile friendly responsive dropdown menu
Just add this code to your head section Then add this CSS to your css file That’s it. You are good to go. Read more
0
2456
Integrate custom font to website
At first you need to collect font with all required format. Then in CSS file Just include like this. So font type should be .otf, .ttf, .eot, .woff, .svg to make it all major browser compatible. Then you can use... Read more
0
2537
Facebook share link customization
How to Customize Facebook share link? Sometimes we need to customize share link to post show our selected thumbnail, our custom short description and also custom link we can set. Customize Website link to share/post in Facebook time link is... Read more
0
2744
Remove canonical per post or page [SEO by Yoast]
WordPress SEO by Yoast Remove canonical per post or page Read more
0
3217
How to provide dynamic styles for various browsers
An example of providing dynamic styles for various browsers: Read more
0
3486
WordPress Gallery Shortcode Customization
We can customize WordPress gallery short code easily. It is on pluagable file so, this function can be override by theme functions.php or through plugins. Say How to customize the output of the WP image gallery shortcode from a plugin?... Read more