Tag: WordPress

  • Set Meta Links For WordPress Plugins

    In the past I explained in the article „How To Improve WordPress Plugins“ , how you can expand Plugins with useful functions and therefore optimize their usage. One of the suggestions was a simple link to the options page of your Plugin. With WordPress 2.8 the Plugin page will be a little bit different and…

  • Joomla to WordPress – Content Converter!

    More and more people using WordPress as CMS nowadays and replacing systems like Joomla on their website. Marco from solariz.de provides a handy script to convert your Joomla content to your WordPress installation. One Click Solution? No, for sure not. This process is not just click and done. Users, who don’t have any experience with…

  • 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…