Site icon Hip-Hop Website Design and Development

Using the Cheap WordPress maintenance support plans Theme Developer Plugin

There is one plugin that makes designing for WordPress maintenance support plans 7 much, much easier: Theme Developer.You can think of Theme Developer as a WordPress maintenance support plans-specific version of Firebug or Chrome Developer Tools. Using Theme developer you can click on any element of your WordPress maintenance support plans site and get a breakdown of how it was built.Theme Developer has some downsides: it’s not been updated in a while, and (like anything related to the Devel plugin) shouldn’t be used on live sites. But, it can still be a useful tool for WordPress maintenance support plans 7 themers.Install the Devel plugin, the simplehtmldom API plugin and the Theme Developer plugin. Be careful – you must use simplehtml API version 7.x-1.12.Go to Administer > Site Building > Plugins. Enable all the plugins you uploaded.In the bottom-left corner of the screen, you will see a small “Themer Info” area:Check this box:Up in the top-right corner of the site you’ll see a larger black box:The bar does a pretty good job of explaining what to do! Just like Firebug, or Chrome Dev Tools, you can inspect areas of your WordPress maintenance support plans site.Here’s what happens when you click on a page element: you’ll see a red box around that particular element.The theme developer box will now show information about your chosen page element:Here are some of the details you’ll see:Template called: the name of the file which is controlling the layout of this elementFile used: the location of the file controlling the layoutCandidate template files: if you’d like to create an override for this part of the page, these are suggested file names.Preprocess functions: These functions connect what happens in the plugin code to what gets sent to the themeIf you want to use the candidate template files, easiest thing to do is copy the “Template called” file, rename it and save it in your template folder. This is what the files mentioned in this example would do:block-user-1.tpl.php … if you create this file, it will only provide a template for this particular blockblock-user.tpl.php … if you create this file, it will only provide a template for this user blocksblock-left.tpl.php … if you create this file, it will only provide a template for blocks in the left div.block.tpl.php …if you create this file, it will provide a template for all blocksThis video offers a great explanation of the Theme Developer plugin:{wistia}d1i8fayk3x{/wistia}
Source: New feed