Tag: WordPress Hacks
-
Ping Problem?
Since version 2.7 of WordPress, there have been several issues that Pingbacks in WordPress don’t work. WordPress works with it in the request-function (wp-includes/cron.php), not to be confused with the wp-cron.php. There is a time limit of 0:01 seconds set, which is not sufficient under all conditions. It is known and the developers of WordPress…
-
FirePHP and WordPress
WordPress uses a whole series of constants and variables that may be useful. Even better if you know what is in there. A clean output of the contents can be realized with the Firefox add-on FirePHP for Firebug. To symplify and accelerate my development, I always have a plugin activated, which outputs various contents, directly…
-
Bye Bye my-hacks.php?
Soon the new 2.8 version of WordPress will be released, but the hype is not as much as it was some years ago, when version 2.0 was released for example. But the new version brings many new things, fixes a large number of problems and WordPress is in my view, more open than in the…
-
Embed WordPress Functions Outside WordPress
From time to time you need data from WordPress, but should not displayed in the system; they are necessary outside the installation. There are basically two options. Content can be quite easy provide via feed and processed or you gain access to the system. And that is basically very simple and is briefly described here.
-
Tweet This with WordPress
Twitter seems to continue to gain in popularity and one or the other has even completely move – not a blog anymore, only an address in Twitter. After going through my subscriptions in my feed reader, I noticed several articles where one or the other Plugin was recommended, which place a Twitter button to recommend…
-
Removing WordPress Login Design
In a previous post, I showed the possibility, how to use WordPress in regard to Corporate Identity. For example adjusting the login area. This shouldn’t be a tough task with the according articles. Create Your Own WordPress Login Design 10 Checks to the Perfect WordPress theme In both cases I didn’t talk about how to…