Author: Pixel Insert / Pixert

Change Default WordPress Logo Link from wordpress.org to Your Domain Name
When you open WordPress login page, the default logo links to WordPress.org. This is a quick tip for using your own link. Open the functions.php file. Then, add the following lines of code. And be sure to remember the PHP tag enclosure.

WordPress Theme Review : Pinboard by Themify
Pinterest has obviously gotten a lot of attention lately,it focuses on visual appearance to spread your words and it is one of the best way inspire people nowadays. Pinterest is using dynamic grid layout, features an auto stacking layout with infinite scroll. Themify created Pinterest style theme for WordPress name Pinboard that uses an auto stacking…
WordPress Limit Post
This function controls the maximum amount of characters displayed for an entry on the main page. If the set limit is surpassed, the text on the entry will be chopped to that amount of characters, otherwise the content will be showed unchanged. Add following code to functions.php in your theme folder usage : add this code inside…
PHP : Find Path to Base Directory
This script output the path to your base directory (aka “Document Root”), this code also useful to debug PATH in PHP errors This script output the path to your base directory with current working dir

Cropping Post Thumbnails from Top instead of Center in WordPress
WordPress Posts Thumbnails or Post Featured Images is a theme feature introduced with Version 2.9. Thumbnail is an image that is chosen as the representative image for Posts, Pages or Custom Post Types. The display of this images is up to the theme. This is especially useful for “magazine-style” themes where each post has an…
How to 301 Redirect All 404 Error Pages to Homepage in WordPress
404 Not Found errors are generated when users follow broken/dead links. You’d be amazed how many 404 errors even the best websites have. The quickest fix is to redirect your 404 errors to your home page. Almost every theme that you use with your self hosted WordPress Blog have an inbuilt 404 Page (404.php), which…