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
Share on other sites

I want my wordpress site running smoothly and I heard that poor coding can slow it down.

If that were the case all Wordpress sites would grind to a halt. :)

 

You haven't provided enough information for us to answer your question.

Link to comment
Share on other sites

Well that is a different question isn't it?

I dont want to add text I'd just like to know does having an empty div cause layout problems on some browsers and if so what do I need to input between the div to make the coding healthy/run smoothly?

Link to comment
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.