WordPress Hacks, Tips, Tutorials from the last decade.
-
WordPress Plugin Compatibility Checker
Right before the upcoming WordPress 2.8 you also should check out if all your Plugins are compatible with Version 2.8 before you upgrade. There is a great website which includes over 5000 Plugins, where you can see if the Plugin will work with WordPress 2.8. Also very interesting for all Plugin developer, you can see…
-
Correct Pagination with get_posts
If you like to show your posts a little bit different on your homepage or category page. For example having a different amount of posts showing on these pages, as it is set in your admin, you will get a problem with the pagination function. Because WordPress and several paging Plugins use $wp_query->max_num_pages.
-
Different Favicons For Backend And Frontend
Do you have the same problem? We all have a lot tabs open, especially of our own blogs and all tabs look the same, since there is the same favicon for backend and frontend in your tabs. It can be annoying to click around to find the admin tab between all the opened tabs of…
-
WordPress Proxysupport
Who is using WordPress in an intranet environment, will quickly realize, that despite internet connection, no feed content gets loaded in the backend. In general, it’s because of the proxy of the company. So far WordPress wasn’t particularly flexible in this case. As of WordPress 2.8 that will change and new constants make ensure that…
-
Publishing Extend of WordPress
Not always you want to solve things like WordPress provides and you seek for a different solution. Sometimes you don’t need various applications of the backend to publish posts. A simple example would be a form, no matter where, where the contents of the form should automatically published on your WordPress blog. Alternatively, you could…