Tag: WordPress
-
WordPress 3.1 Admin Bar
A few minutes ago, a first version of the announced admin bar can be found in the current trunk. This feature will be included in WordPress 3.1. The admin bar can be accessed from the backend and the frontend as well.
-
Use WordPress Shortcodes outside the Editor
The Shortcode-API can help to make your Editor more advance especially with the help of Shortcodes to insert external content to your posts or pages easily. There are many possibilities, as you can see in this example Easy Way For Advertisement. But if sometimes you like to use a Shortcode in your Template or just…
-
Control WordPress Content via Userrights or Time
WordPress comes with its own user administration, therefore we can control on the basis of various roles and objects the content. In some cases, it is a typical request that you give access to a complete content only to registered users. The same is possible only for parts of the content. There are certainly different…
-
Understand WordPress Child Theme
With version 3.0 of WordPress, the much anticipated feature of Child Themes was integrated or some might say it was improved, since it was actually possible to use it. I like to show you an example based on the new default Theme TwentyTen how you use it. Another example can be found in my WP…
-
Custom Post Type and Permalink
Since WordPress 3.0 you can use Custom Post Types and you can define your own types of content – it’s more like pages than posts! Thereby you can use automatically the Permalink structure of your WordPress installation. That means, if you create a new post type, you can use Permalinks. But the Permalinks only work…