Posts Tagged ‘template_tag’

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Individual Design for any Page

The blog has a Theme and for every page an extra style sheet. This current trend of individuality for each content is very common today. Even with WordPress, you can do so; there are several... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

New feature in WordPress 2.9 – the_post_image()

In WordPress 2.9, there will be the ability to add an image to a post, as it's been known of magazine themes. The image need not be insert into the post. With the new feature... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

WordPress Category Exists?

Already tried in WordPress to check if a category exists? There is no Template Tag so you need to create your own solution. I have 3 different solutions prepared, although one solution only works within... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

wp_page_menu in WordPress 2.7

New in WordPress 2.7 is the template tag wp_page_menu(). This function creates a page navigation. As parameter you can add a menu "Home" with show_home , or whatever you like. read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

wp_list_comments In WordPress 2.7

The comment functionality enhances quite a bit in WordPress 2.7. Additional to the possiblility to answer comments directly in your backend, there is also a threaded comment support available. Threaded comments enables users to reply... read more...