Category Journey at rtCamp

rtCamp notes, day 15 of undefined

WordPress Development Basic What is a Plugin? Plugins are packages which help us improve/extend the core functionalities of WordPress. Plugins are defined with a main header file which contains the plugin header in the format below In these header settings,…

rtCamp notes, day 14 of undefined

Using wordpress How can I disable admin toolbar for a specific user.To disable toolbar for a specific user, Goto Users -> All Users Click Edit below the username of the user you want to show/hide the toolbar for Uncheck the Show Toolbar when viewing…

rtCamp notes, day 13/undefined

Using WordPress User roles Super Admin : Allows access to the Network Admin interface & all other admin featuresAdmin : Allows access to all the admin features of a single siteEditor : Allows access to publishing and accessing posts including posts of other…

rtCamp notes, day 12/undefined

WordPress features Here are some features provided by WordPress: Multisite: We can manage and edit multiple sites via a single WordPress installation. Drag-n-Drop: WordPress helps user to do complex tasks with just some drag and drops, for e.g. file uploads.…

rtCamp notes, day 10/undefined

PHP: empty() does not throw an error or warning if an uninitialised or undeclared variable is provided. spl_autoload_register(): Used to define your autoload pattern in PHP code to automatically include classes when called. (define custom function to load) use: we…