Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

Is this poor coding?

$
0
0

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


Viewing all articles
Browse latest Browse all 13200

Trending Articles