• These days we are being asked to widgetize the themes we are asked to develop. As a developer, I do not usually prefer widgetizing but the clients insists. SO what are the advantages and disadvantages of creating a widgetizing themes?

Viewing 1 replies (of 1 total)
  • The only drawback is that the content that you place into your widgets will get wrapped by a container.

    You can control this in your functions.php file and then style it in your styles.css file however not every item you drop into your widgets will react the same way…

    for that reason you have to give each item in the widget area a unique id that you can style.

    The benefits are that you can modify information in the widgets easily or your customer can and that will reduce service calls for small things like typos.

Viewing 1 replies (of 1 total)
  • The topic ‘What are the advantages and disadvantages of widgetizing a theme’ is closed to new replies.