objecpers
Forum Replies Created
-
I’ve been able to remove everything but the bullet point in front of the post title, and the header above the title. Any ideas on how to remove these would be great. Thanks.
Forum: Fixing WordPress
In reply to: Remove white space to right of headerOk, so I seemed to be able to format most of what I wanted for the column and footer width, but I still can’t find a way to make the header full width.
Forum: Fixing WordPress
In reply to: Remove white space to right of headerI’ve created a child theme for the site. Also, it seems that for most of the validation errors, they are in snippets of the code that I haven’t edited at all from the twenty eleven theme, and am unsure how to fix them. Ultimately I would like a simple 2-column webpage that fills the width of the browser, but I am having no luck changing the width of the single column I currently have so that the column, menu bar, and header all match. Any suggestions would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Next and previous links don't workThanks! It works now.
Forum: Fixing WordPress
In reply to: Next and previous links don't workMy query is
<?php query_posts('cat=299'.get_the_title().'&post_status=publish,future');?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <p><?php the_content(); ?> <?php endwhile; else: endif; ?>Forum: Fixing WordPress
In reply to: Header image doesn't show in ChromeThanks a lot. That fixed it.