Best Free CSS Optimization Tools
This is not a WordPress related article. WordPress has some amazing plugins that will optimize the CSS for you. Still, there are cases were installing WordPress site for a client is not beneficial. If the site’s requirements is from one to few pages, with static content, the best choice is to build a simple HTML template. […]
Cool Music For you While You’re Working
Music can help concentrate and I do enjoy to listening to calm music while working Let me know if you have any other fav music list
How To Add CSS Code In MU Plugin
A must-use plugin (also called a ‘mu-plugin’) is a plugin that will always be activated by default, without you needing to do it yourself. To activate a mu-plugin, you just have to upload it in the right directory, and WordPress will automatically know that this plugin must be used. Moreover, a mu-plugin cannot be deactivated: […]
Girl Post: How to Be Clean While Working From Home And Not Falling Into A Depression
Admit it, girl, working from home is a blessing for us women. Working from home is both awesome and horrible. The awesome staff is a flexible schedule the bad thing is that sometimes we relax for a long period, doesn’t change our pajamas and don’t care about taking a shower since we are not going […]
Show the Featured Image Inside A Post On A Site Using Shortcode
If you are looking at how to insert a featured image inside a post, you can try the following solution. Add the following code inside the functions.php of your theme: Control the features images with the shortcode: The side can be changed to small, medium and large values and/or align can be none, center, right or left....