azenalex
Forum Replies Created
-
I’m also having this problem now… perhaps someone can come up with a solution?
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Paginate all posts on single.php pageI also found this post which is pretty much what I’ve been trying to do.
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Paginate all posts on single.php pageoh wow… thanx so much!
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Paginate all posts on single.php pageactually i’m not sure option ‘b’ will work since i still need the ability to link directly to a post (ie. i want ppl to be able to bookmark a single post).
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Paginate all posts on single.php pageok, i guess i should have framed my question a little differently. how can i make clicking a link to a post on the index page do one of the following?
a. load a post on the index page followed by the usual paginated lists of posts.
b. (this sounds like the more elegant solution to me) have clicking a post link update a div via ajax to display a single post (to me this sounds something like having the ajax request update a div with the contents of single.php)if you can, please provide code snippets or a link to somewhere this may have already been done. thanks again!
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Paginate all posts on single.php pagei’m not really sure how i would accomplish this? the index and search pages still need to not show a post initially but i’m open to setting some sort of argument that will define if a post is shown. I suppose i’m just not sure how to pass the same information that’s being sent to the single.php page to index.php instead.