Admin Login Give the user name and password . Check the remember box as the browser will remind the login and password next time. Dashboard area contains the following main tools and links: Welcome section Main menu(side menu) Top menu Admin area Screen option Help option Quick draft section At a glance section Activity section … Read More “WordPress Dashboard – Tutorial 4” »
Category: WordPress
WordPress Installation Before install a WordPress we should ensure that we have already created a database , where we have to create the WordPress tables with a prefix name .Default is prefix is wp_. We should have the following information as we are going to install the WordPress: Database Name: wordpress User name: root Password: … Read More “WordPress Installation : Tutorial 3” »
Chapter:2-Before Installation Minimum Requirement of a system to run the WordPress We need a server to run the PHP script, because PHP is a server side script and WordPress is based on PHP. WAMP Server which is-Windows Apache MySQL PHP Any WAMP which has PHP 5.2.4 or above and MySQL 5.0 or above. Download WAMP … Read More “WordPress Minimum Requirement : Tutorial 2” »
Chapter1: WordPress Inroduction What is WordPress: WordPress is a world famous Open Source CMS. Based on PHP as an open source server side scripting language. WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service.Features include a plug-in … Read More “WordPress Inroduction : Tutorial 1” »
How can we create a CTP in wordpress?CTP means Custom Post Type. We can create our own custom post types in wordpress besides the default post. We have to use wordpress core to implement this feature. We can add Product type, property type using CTP .Example is given as follows: <?phpfunction create_post_type() { register_post_type( ‘Custom … Read More “WordPress Advance Interview Questions and Answers” »
What is WordPress? WordPress is a content management tool and available as an open source. It is based on PHP-MySQL application.Nowadays WordPress is used for blogs, informational sites, e-commerce store, learning management system, booking systems and for various applications. What is a CMS? A CMS is a tool to manage content for a website. It … Read More “WordPress Basic Interview Questions and Answers” »