Author: Frank

  • Use WordPress Custom Post Type In CSS-Class for Styling

    Today I would like to show you, how to assign CSS classes to custom post types for styling your website.

  • WordPress Custom Post Types Get Into The Loop

    WordPress started a new era with the Custom Post Types for developers in the WordPress environment. The possibilities are numerous and primarily from the knowledge of the developer dependent. Nevertheless, there are so many tutorials how to use Custom Post Types in WordPress, but that is not enough – at least not in most cases…

  • Search Form in WP Nav Menu

    Search Form in WP Nav Menu

    The WP Nav Menu is very popular and WordPress users love to implement their content in the navigation that way. Many users also like to have a search field in their navigation. In this context I found some horrible written solutions to implement the search field in the navigation. That’s why I thought I write…

  • Remove Menu Item in WordPress Admin Panel

    With WordPress Version 3.1 two new functions were added which makes it easier to remove menu- and submenu-entries in WordPress Admin Panel. These functions removing entries of the menu-tree remove_menu_page or submenus – remove_submenu_page.

  • Publish Your Posts Later On Your Website

    I explained quite a while ago about publishing a feed with a certain delay. Of course you can do this also for your frontend. Thus, the content will be published to the reader only after a certain period of time. A little script as an example will show you how.

  • Plugin to Remove Comments Completely from WordPress

    Plugin to Remove Comments Completely from WordPress

    The comment feature in WordPress is an essential component of blogs – but not in all cases it’s needed, especially if you use it as a traditional CMS. Sure, you can just leave out the comment form while you creating a theme and disable the comment options in your backend. But this is not the…