• Is there a plug-in that allows for only the TITLE of the post (and other details) to be displayed and upon clicking the TITLE, AJAX calls in the content of the post ending in the <more> block and then upon cliking on the <more> link, it brings the user to the full post itself?

    If no plug-in exists, how would I go about doing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • http://codex.wordpress.org/Plugins/Posts_Formatting

    There’s a plugin listed there called Inline AJAX More, but the site for it appears to have gone. Perhaps someone has a copy of it they can share?

    Thread Starter foolmars

    (@foolmars)

    Hi! Thanks for replying but no, that’s not what I’m looking for. There’s already a plug-in that does that (make the content viewable inline through AJAX). I think it’s called AJAX’d WordPress. What I want is something more customized…

    i.e. Imagine a post with these attributes:

    Title: My post
    Author: Person A
    Filed in Categories: A and B
    Tags: 1, 2, 3
    Content: Lorem Ipsum <more> XXXXXXXXX

    The default homepage would, through modifying the index.php file would only display: Title, Author, Categories, and Tags. Upon the user clicking on the Title Link though, an expanded post would show the words Lorem Ipsum. Upon clicking on the more link though, it would display the entire post including the content “XXXXXXXX”. Any ideas anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AJAX Posts’ is closed to new replies.