Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Pagination problems with custom website

  • This topic is empty.
Viewing 15 posts - 1 through 15 (of 18 total)
Splendor
Participant

Seems can’t post the functions code here ’cause it’s to long..:/

#111797
mweldan
Member

try phpfiddle.org or pastie.org or gist.github.com

#111801
Splendor
Participant

This is the function.php code

http://pastie.org/5055085

Home.php and index.php

http://pastie.org/5055088

What is wrong?

#111807
mweldan
Member

http://pastie.org/5055088 line 27 , you did not pass current page number.

#111824
Splendor
Participant

oki, so what do i need to put in? i’m kind of new to php, doing my best. :)

#111863
Splendor
Participant

anyone that knows what mweldan means?

#111865
mweldan
Member
#111866
Splendor
Participant

i put this code in there

‘posts_per_page’ => 5,
‘paged’ => ( get_query_var(‘paged’) ? get_query_var(‘paged’) : 1 ),
));
?>

#111867
mweldan
Member

http://visualdesignworkshop.com/ <- i can see your pagination working. what is the problem? page 2 – first result is chris zurbigg blue pencil
page 3 – first result is scribblertoo mario klingemann

awesome short films though. he he

#111871
Splendor
Participant

Got it fixed, now i want next and previous in the single page, but..i’m little confused..

#111873
Splendor
Participant

thank you, i’m fixing everything. Those old post i’m going to delete. The new white one counts.. I going to hire a writer, my english is no the best..hehe :)

#111878
Splendor
Participant

So, that is next problem..fixing the previous – next in the single page below the blogphoto so they user can paginate to next article… :)

#111907
mweldan
Member

which one we currently talking about:

1. image slideshow in front page? i can see it got prev – next link. it works ..
2. single post page? no prev next link? check this: http://codex.wordpress.org/Next_and_Previous_Links

#111939
Splendor
Participant

Thank you man! I fixed that now, the only thing i’m thinking of , like having at the of the content next article but that feed some information of the next article, like and excerpt..with a little image, Is it possible?

Viewing 15 posts - 1 through 15 (of 18 total)
  • The forum ‘Back End’ is closed to new topics and replies.