PhotoDune

Some ideas?

64 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars
  • United Kingdom
LukeWilde says

I think it isn’t working maybe because of my paged code,

< ?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args = array( 'paged' => $paged, 'posts_per_page' => 5, 'caller_get_posts' => 0, ); query_posts('cat=-5'); if (have_posts()) : while (have_posts()) : the_post(); ? >

I checked a few other themes and noticed that the URL changed to something ending like,

Gridded/?page_id=8/page/2/

but mine is changing to,

Gridded/?page_id=8&paged=2

So can anyone help me solve this?

64 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars
  • United Kingdom
LukeWilde says

Forget the last bit of my last post, was stupid. But could it be the code which is making the pagination not work?

64 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars
  • United Kingdom
LukeWilde says

Fixed it.

100 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
  • United Kingdom
ZefWebDesign says

Cool glad you fixed it! What did you change?

64 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars
  • United Kingdom
LukeWilde says

I had to change the code i posted above to

< ?php if (have_posts()) : ?>

< ?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;

query_posts(“category_name=somecat&paged=$paged”); ? >

< ?php while (have_posts()) : the_post(); ? >

And that seems to have sorted it.

64 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 100 and 1 000 dollars
  • United Kingdom
LukeWilde says

Anyone suggest what i can work on and change on my theme? I don’t get much time to do it and i know it needs something added or changed but i don’t know what or how to change it. I don’t like the footer at the moment but not sure what to change it to.

http://www.lsw-design.com/tf/Gridded/

by
by
by
by
by