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.
Continue reading …
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.
Continue reading …
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 on an exist comment, and the discussion will be displayed threaded or nested. Below you can see a screenshot from the default theme:
Continue reading …