I want to show full view of my first post on homepage..This is how my Index.php looks like http://pastebin.ca/1911654 Thanks all comments are welcome.
I want to show full view of my first post on homepage..This is how my Index.php looks like http://pastebin.ca/1911654 Thanks all comments are welcome.
Try changing this line:
if(get_wpn_config('article_split_method') == 1 || !get_wpn_config('article_split_method')) {
to this:
if(++$postcnt > 1 && (get_wpn_config('article_split_method') == 1 || !get_wpn_config('article_split_method'))) {
@ vtxyzzy Thanks it works.The last thin, Do u know how i can split post into two..I've tried plugins like Number My Post , Easy Multiple Pages it worked but the Navigation doesn't show on homepage u have click read more first....I want it to show on homepage,Thanks again i hope u have a solution for my second problem.
I don't understand the problem. Can you post a link to a page on your site where I can see the problem?
Thanks for the early reply this a picture of what i want http://i29.tinypic.com/2wfpbo1.jpg Thanks i hope u can help me.
I don't understand how that could work on the home page. If there is more than one post on the page, there is no way to load another part of just one post.
@Thejas, the link is not to the blog - it is to a pastebin where code was posted.
As I understand the question, yesfree wants to split a single post into multiple pages on the home page. If that post is shown along with other posts, I do not know of a way to navigate to secondary pages on just that one post and still retain the other posts.
vtxyzzy said it all,I am able to split a post into multiple pages with the help of this plugin Number My Post But the navigation is only visible when u click on the read more , My problem is i want the navigation to be visible under the post i want on my HOMEPAGE.I hope this explains it all,Thanks guys,vtxyzzy i owe u one,lol, Still looking for a solution.
What about showing show post of 1 or 2 categorys this is my theme archive.php
The only way I can think of to paginate one post in the middle of others would be to write a completely custom template with your own pagination function in JavaScript using Ajax. It would be a very big job.
I don't understand your last question.
My problem is i want the navigation to be visible under the post i want on my HOMEPAGE
you may need to integrate wp_link_pages(); into the template file that shows your homepage; in the same way as it is probably done in single.php.
clicking on that navigation will still send you to the corresponding part of the post in single.php.
Thanks @ alchymyth..It's really helpful it will help me and others who might be searching or looking for a feature like this...I really Appreciate.
@ vtxyzzy u've really helped me here..Lets me explain my second problem well I want to show full post of 1 specific category here is a thread i made previously and the solution worked for the theme i was using at that time, This is the thread http://wordpress.org/support/topic/388894?replies=1 maybe this will help....Thanks again.
This topic has been closed to new replies.