SayaHillman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change default PHP configurationThat’s the only option? Trying to not have to bother them.
Forum: Themes and Templates
In reply to: Stupid newbie move! Need help reverting to default code.Thanks sixhours!
Fixed! Much gratitude.
Forum: Themes and Templates
In reply to: Changing page marginsI feel like you’re my personal guru Xam!
Thanks, will play around with it and see what I come up with —
Forum: Themes and Templates
In reply to: Boxes/lines bottom of screen – how to delete?Figured it out! Deactivated a plug-in and they disappeared.
Forum: Themes and Templates
In reply to: Boxes/lines bottom of screen – how to delete?Thanks Xam!
I went to footer.php and see the following, not sure what to delete:
</div><!– #main –>
<?php
// action hook for placing content above the footer
thematic_abovefooter();?>
<div id=”footer”>
<?php
// action hook creating the footer
thematic_footer();?>
</div><!– #footer –>
<?php
// action hook for placing content below the footer
thematic_belowfooter();if (apply_filters(‘thematic_close_wrapper’, true)) {
echo ‘</div><!– #wrapper .hfeed –>’;
}?>
<?php
// calling WordPress’ footer action hook
wp_footer();// action hook for placing content before closing the BODY tag
thematic_after();?>
</body>
</html>Forum: Themes and Templates
In reply to: Boxes/lines bottom of screen – how to delete?