Does html mark up matter for wordpress functionality
-
I use Underscores starter theme to customize my layout. It comes with some basic preset html markup, which I want to replace entirely with my custom html. I was wondering if the functionality of the WordPress platform or its plugins may depend on that preset html markup, especially on html tags’
id, so that removing them will may break some of the functionality? Or it is totally safe to remove it altogether?Excerpt from header.php:
<div id="page" class="site"> <header id="masthead" class="site-header"> <div class="site-branding"> ... </div><!-- .site-branding --> <nav id="site-navigation" class="main-navigation"> ... </nav><!-- #site-navigation --> </header><!-- #masthead --> <div id="content" class="site-content">
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Does html mark up matter for wordpress functionality’ is closed to new replies.