Tag: WordPress
-
Change the Search-URL of WordPress
With WordPress it is easy to activate readable URLs. Only the search page is not affected by the setting yet, it comes with the syntax ?s as default. But there is a solution to change the URL as you wish. The following example shows that even if you have permalinks activated, that the URL for…
-
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
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.