Year: 2010
-
Convert Content of Pre-Tags in HTML-Code
There are two different ways to display a source code instead of executing a source code in a post or page. Depending on preferences which HTML tag is defined in the style sheet and provided with formatting, code fragments are either declared by <code> or <pre>. In some cases, combining the blogger even both tags.…
-
Use More Flexibility In WordPress Templates
Those who have wanted to create their Theme for WordPress quite flexible, and loves the modularization, had always to involve the path to the template. With WordPress 3.0, this will be different and it is possible to use a function, which makes it easy to load the template.
-
WordPress Plugin Development: Style Your Message Boxes
Displaying a message to the user after he started an action belongs to a good usability. In the era of Web 2.0 applications, the user is expecting such optical signal after his actions. Also WordPress Plugin developer should give the user a result message, if necessary, provided with further information. The WordPress admin area often…
-
WordPress Developer Hint
With WordPress 3.0 debugging will be easier, whereas one constants gets eliminated and an already existing constant will do their work. For developers the following 3 constants are important and should exist in every wp-config.php of a development system. Please use it with precaution on a live system! Add define(‘WP_DEBUG’, true); to wp-config.php to enable…
-
Shortlinks with WordPress 3.0
There will be a new function in the coming 3.0 version, which will create a shortlink to a post. At default it will be in the header of your frontend.