Tag: pages

  • Papi Project Adds a Page Type API to WordPress

    Papi Project Adds a Page Type API to WordPress

    The Pages feature, although generated dynamically in WordPress, was designed for use with static, evergreen content. Pages have always been somewhat simpler than posts, which received a major boost to flexibility when custom post types came on the scene in version 3.0. Fredrik Forsmo, a systems developer in Stockholm, Sweden, wanted to do more with…

  • List Of The Best WordPress 404 Pages

    The folks over at WPBeginner.com have put together a comprehensive list of the best 404 page designs they have come across from sites using WordPress. This showcase is good for inspiration for your own 404 page, a page which I usually neglect when it comes to WordPress themes. As long as the error shows up,…

  • In Depth Page Menus And Page Listings

    Jeff Starr who is one of the co-authors for the book Digging Into WordPress has published a great article that goes in depth on various ways on how to display WordPress pages. The first, most-commonly used tag is wp_list_pages(), and the second, lesser-known tag is wp_page_menu(). First we’ll explore the highly flexible wp_list_pages() template tag,…

  • Great Explanation Of Theme Template Pages

    John Pratt over on WPHacks.com has published a great guest post explaining the ins and outs of WordPress Theme Template Pages. These pages are what make up a WordPress theme. Although most theme designers end up doing things their own way, it’s a good idea to figure out the basic flow of a theme in…

  • Innovative Use Of Private Pages

    Community member Itsananderson recently published a link on the forum to a blog post he wrote explaining how to use Pages in WordPress to allow end users the ability to edit their 404 template page with the Page editor instead of manually editing a 404.php template file. Like Anderson’s post title, this enables even your…