WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Easier Plugin Development by Moving Plugin Directory

If you're a experienced programmer you're testing your programs not only with the latest version of WordPress but also with some older versions since there are many dated installations. So you have several versions installed... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Implement a 404 image in your Theme

Every good Theme comes with a 404.php for requests that don’t match any post or page. But what to do with missing images? They are requested per an <img> element usually, your visitors may never... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Restrict Mime Types on WordPress Media Upload

WordPress has changed the library in version 3.3 - which I think is an improvement. The restrictions in terms of file types remains and you can control them via hook. So you can limit or... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Add Icon to Site Link in the WordPress Admin Bar

Each button in the Admin bar has a self-defining and space-saving icon. But the link to the blog frontend (which is represented as a blog title), has no icon. If you want, you can change... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Enqueue comment-reply.js – The Right Way

Since Google takes the loading time of a page as a ranking factor, it is always important for a theme designer to incorporate the required resources correctly. In Xtreme One WordPress Framework our JavaScripts are... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

unserialize() Error at Offset… Different solutions

The problem is not always obvious, for example the error message in relation to the function unserialize(). If you look around the net to help you find countless search and few answers, because usually the... read more...

Pages: Prev 1 2 3 4 5 6 ...51 52 53 Next