Neysa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Pagination resolves only to 1st pageYes, I appreciate it. Thanks so much.
Forum: Themes and Templates
In reply to: Pagination resolves only to 1st pageHi esmi,
That did fix the pagination problem. However the slider now appears on every page and pulls the images from whatever page it’s on. I will try to figure out how to anchor it on the first page only. Any thoughts appreciated. Thank you again for your help.
Forum: Themes and Templates
In reply to: Pagination resolves only to 1st pageThese are the only lines that mention query.
<?php $wp_query = new WP_Query(array('cat'=>of_get_option('category_slider'),'showposts'=>of_get_option('postnumber_slider'))); ?> <?php if($wp_query->have_posts()) : while($wp_query->have_posts()) : $wp_query->the_post(); ?>
Thanks.
Forum: Themes and Templates
In reply to: Pagination resolves only to 1st pageesmi, first I just want you to know how incredibly helpful you’ve been to me on numerous issues as I perused around WP Support and saw your answers. Really, thanks for being so direct and helpful.
Okay, I thought it might have something to do with this, but I’m at a loss to fix it. I’m pretty new with queries. Can you give me an idea of what’s wrong here?
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Sidebar and Content Border IssuesHi there. Yes I found a solution, thanks. For anyone interested, the content border was set at 950px (which is the max width) with total padding and margins of about 30px, so I set the border for 30px less and it worked.
As for the sidebar issue, unfortunately there was no hard and fast answer. I took out an object that was messing up my post’s code and that worked. Thanks again for checking in vtxzzy.