Jump to content

Is this poor coding?


cluelesskid

Recommended Posts

I want my wordpress site running smoothly and I heard that poor coding can slow it down. The code I've put in sidebar-page.php is <div class="bgsidebar"> under the php code.

<div id="sidebar" class="col-right">

	<?php dynamic_sidebar('sidebar-page'); ?>		           
    
</div><!-- /#sidebar -->
<div class="bgsidebar"></div>

If this isnt a good idea could somebody help me out on this. I'd really appreciate it. Thank you

Link to comment
https://forums.phpfreaks.com/topic/277901-is-this-poor-coding/
Share on other sites

If you do not intend to place anything inbetween the <div>s, add a style attribute, set it to display: none; and change it at runtime with JavaScript if you need something displayed in it.

That way you can be sure the document stays the same unless you want something to be displayed.

Link to comment
https://forums.phpfreaks.com/topic/277901-is-this-poor-coding/#findComment-1430166
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.