• Trying to find out the following code block, that i collected from the browser’s code directly. `

    <div id=”inner”>
    
    <div id=”content-side-wrap>
    
    <div id=”content” class=”hfeed”>
    
    </div>
    
    </div>
    
    </div>

    But i am not able to see it anywhere in the wordpress folder or “themes” folder i have installed. Any clue, where i can find this code ?

    Thanks

Viewing 1 replies (of 1 total)
  • WP dynamically generates HTML code, so you won’t find that generated code anywhere in a file. To make changes to code, you would need to look at whichever .php template file is being used for that page. Do be aware that it’s generally not recommended to change theme files directly as your changes will be erased when the theme is updated. Rather use a child theme: http://codex.wordpress.org/Child_Themes

    But for specific help, you should ask here:

    http://www.studiopress.com/forums/

    Commercial themes are not supported here.

Viewing 1 replies (of 1 total)
  • The topic ‘[Genesis, Bee Crafty ] Widening the dimension of post’ is closed to new replies.