Inactive
45 points
Starting to get into this DEV thing
I'm new here
WrSantiago
Member — 21st August 2009
Hello,
Here is the code for the Educlean Pages,
<?php get_header(); ?>
<div id="content">
<div id="post-entry">
<?php if (have_posts()) : ?>
<?php include (TEMPLATEPATH . '/headline.php'); ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php if(function_exists("post_class")) : ?><?php post_class(); ?><?php else: ?>class="post"<?php endif; ?> id="post-<?php the_ID(); ?>">
<h1 class="post-title"><?php the_title(); ?></h1>
<!--<div class="post-author">
<div class="alignleft">
<?php echo get_avatar( get_the_author_email(), '16' ); ?>
<?php _e('by'); ?> <?php the_author_posts_link(); ?> <?php _e('in'); ?> <?php the_time('F jS Y') ?></div>
<div class="alignright">
<span class="coms-post"><?php comments_popup_link('No Comment', '1 Comment', '% Comments'); ?></span><?php edit_post_link('edit'); ?>
</div>
</div>-->
<div class="post-content">
<?php the_content(); ?>
<p><?php edit_post_link('Edit Page'); ?></p>
</div>
</div>
<?php endwhile; ?>
<?php
/*$mywp_version = get_bloginfo('version');
if ($mywp_version >= '2.7') {
comments_template('', true);
} else {
comments_template();
}*/
?>
<?php include (TEMPLATEPATH . '/paginate.php'); ?>
<?php else: ?>
<?php include (TEMPLATEPATH . '/result.php'); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
I was wondering what do I need to remove in order to make it wide with out any widgets.
Thanks
W.

Responses (6)
Erstwhile founder — 21st August 2009 #
Hiya,
Thanks for posting the code but we could have easily just opened up the file ;)
You can try removing this line:
<?php get_sidebar(); ?>
However, if that doesn't work or messes up the page layout there's really not much I can do to help.
Thanks,
Andrew
Member — 21st August 2009 #
Hello Andrew,
Sorry about the code just trying to be specific on my posts.
I tried removing only that and the Widgets go away but not the Sidebar Column.
Here is the link to the page I need wide MUB
Just in case someone else can help.
Thanks
W.
Member — 21st August 2009 #
Alright I found one line that will make it wide.
<div class="post-content">
I still see some grey lines from the content structure but thats fine for now.
Thanks
W.
Erstwhile founder — 22nd August 2009 #
Hiya,
Our theme designer saw this and offers the following advice:
Remove the following:
<?php get_sidebar(); ?>
Then edit the class="post-entry" to class="post-entry full".
That should make it wide.
We'll be uploading a new version of the theme shortly and it will contain a full widget page template.
Thanks,
Andrew
Member — 12th March 2010 #
the theme offers so many widgets... and it seems "sidebar" widget overwrites
"home side right" and "home side left" that don't really work.
Geeky Developer — 13th March 2010 #
hi booleanlife
please open a new thread regarding your problem instead of bumping an old thread
with different issue.
cheers
Thanks for viewing this post but this topic has been closed to new replies.
Become a member