Instead of manually taking screenshot of any webpage, this process can be done automatically with a line of shortcode. However, we need to create a little function to enable this. Simply put the following code in your functions.php file, or even better, your functionality plugin: To output a live snapshot of any website, simply put
How To Optimize Your Image in WordPress
One of the most important elements in every article is the presence of image. If you have a very long article, you may consider putting few more images at the middle and bottom of the article to keep them focus to read till the very last sentence the article. Optimizing every image you use is important
Winners for 3 Premium WordPress Themes from Tokokoo Announced
Last week, we organized another giveaway from Tokokoo for our beloved readers. Thanks everyone for your support! Thanks to our generous sponsor, Tokokoo for sponsoring these great prizes - 3 Premium WordPress Themes. I’m pretty sure lots of you guys want to be one of the winners. The winners were chosen randomly, thanks to the
Great Deal: Premium Responsive Web Templates - 96% Off
Whether you’re a website owner or just a blogger, a great design website is very important to attract more readers to your site. If content is king, web design is queen. Hiring a professional web designer probably not a best option if you’re in a tight budget. Depending on the design, a professional web designer
Installing WordPress Locally With XAMPP and BitNami
Before this, we’ve shared an application called WordPress Portable to setup a localhost on your machine. However, it has very limited features and might not fit you needs. If you’re looking for more robust application, have a look at XAMPP. In this article, we’re not going to cover the details on how to setup a WordPress
How to Customize WordPress Tag Cloud Widget
One of the defaults WordPress widget is tag cloud widget. This widget allows you to display list of tags or categories or any custom taxonomies in your site. Today we’re going to learn how to customize the widget. To customize WordPress Tag Cloud widget, there is a widget_tag_cloud_args filter available. Here’s a list of parameters accepted For
How to Add Shortcode for Search Form in WordPress
Search form is a great feature in WordPress to allow your readers to search through your web contents. If your theme does not content searchform.php file, do not worry as WordPress has this feature built-in. To create a shortcode for search form in your WordPress site, simply put the code below in your functions.php or functionality plugin: