Let me introduce you awesome wordpress plugins “WP User FrontEnd” Here is some features of this plugin: User can create a new post and edit…
This can be achieved, without resorting to custom page meta inputs, is to simply enable support for excerpts on pages. The excerpt content that is…
Answer: By typing the code below within the appropriate place the active menu item name will be echoed to the browser <?php echo JSite::getMenu()->getActive()->name; ?>…
Creating a Custom Post Type in WordPress is pretty easy. Let ma show you the code first and then I’ll explain how it works:add_action( ‘init’,…