Tag: WordPress
-
Use The Comments Of WordPress For More
You might want to have comments displayed on different spots. For example, displaying the last x comments in a central template. This requires the latest comments or all comments on your site. This is a small solution that scans all the comments, or a certain number, and is supplied with markup.
-
Stop WordPress From Ever Logging Out
You don’t always want to login in WordPress – so I’ve turned off the login for my local development environment, since I don’t need it. So far I know two ways how to do this, which I want to introduce you briefly. Decide for yourself which is the right way for you if you don’t…
-
Remove WordPress Multisite Feature – ToDo List!
You can activate the Multisite functionality of WordPress relatively quick and it is well explaind in the backend how to do it. But not always you like to keep it as a multi site installation and therefore you have to do some measures to remove the Network function again. Not easy and probably not an…
-
debugConsole with WordPress
For debugging inside of WordPress there are different approaches and preferences. I like xDebug and in some cases I use FirePHP. Now there is another possibility which I had to test at least once – debugConsole – I like it. The debugConsole is a tool for debugging and tracing PHP5 applications on productive servers without…
-

Memory Size of xxx Bytes Exhausted – It’s Really Annoying
Since the release of version 3.0 of WordPress more people are seeking for help because of this problem: My memory limit is exhausted! I also had some problems while testing my Plugin Codestyling Localization with the new version when it was editing a large Plugins or WordPress itself. So I started to research the problem,…
-
WP Admin Bar with Developer Informations
Not visible right now, but the Admin Bar, which will be available in version 3.1, provides additional information for developers and bug hunters. The Admin Bar is not final at all, so there will be more changes to come, but I’m happy to see, that it will support the developers and administrators on a daily…