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 :)
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?
you already know how to get single post result. you can go from there.
title and post excerpt of next article, you can use query_posts again to get next post content. it is possible to get next post image thumbnail, if you set it as featured image.
like a post feature, if you plan to do it yourself, you have to put custom field
on post, to store like count on that post. trigger on click to add new count . someone may already solved this. you may want to search for plugin first.
I'm looking to do now a dropdown menu for for page that is going to be called artist and it's going to several names there..do you any good link to do a little more of ubermenu but little smaller?
This is my page http://visualdesignworkshop.com/ and it doesn't paginate :(
Here is the code
<body<?php body_class(); ?>>
On the spot
News
"><?php the_title(); ?>
Searching and there isn't there!
<?php endif; ?> <?php wp_reset_query(); ?>Seems can't post the functions code here 'cause it's to long..:/
try phpfiddle.org or pastie.org or gist.github.com
This is the function.php code
http://pastie.org/5055085
Home.php and index.php
http://pastie.org/5055088
What is wrong?
http://pastie.org/5055088 line 27 , you did not pass current page number.
oki, so what do i need to put in? i'm kind of new to php, doing my best. :)
anyone that knows what mweldan means?
read this. http://codex.wordpress.org/Function_Reference/query_posts#Pagination http://codex.wordpress.org/Pagination#Adding_the_.22paged.22_parameter_to_a_query
wordpress codex have quite a lot of information we want.
i put this code in there
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
Got it fixed, now i want next and previous in the single page, but..i'm little confused..
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 :)
So, that is next problem..fixing the previous - next in the single page below the blogphoto so they user can paginate to next article... :)
which one we currently talking about:
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?
sure, it is.
you already know how to get single post result. you can go from there.
title and post excerpt of next article, you can use query_posts again to get next post content. it is possible to get next post image thumbnail, if you set it as featured image.
like a post feature, if you plan to do it yourself, you have to put custom field on post, to store like count on that post. trigger on click to add new count . someone may already solved this. you may want to search for plugin first.
Oki, thanks. I've done different styling instaed..What do you think?
I'm looking to do now a dropdown menu for for page that is going to be called artist and it's going to several names there..do you any good link to do a little more of ubermenu but little smaller?