Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Abdul877

    (@abdul877)

    Buddy it works. I have spent few hours finding the correct selectors and the I succeeded. I got a great help from this example.

    <div id="content">
    <div class="post">This is my post 1, it has a lot of content in it about Bananas...</div>
    <div class="post">This is my post 2, it has a lot of content in it about Bananas...</div>
    <div class="post">This is my post 3, it has a lot of content in it about Bananas...</div>
    <div class="post">This is my post 4, it has a lot of content in it about Bananas...</div>
    </div>
    <div id="navigation">
    <div class='next'>
    <a href='/page/2/'>Next Page</a>
    </div>
    </div>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    In this example
    nextSelector: #navigation .next a:first
    navSelector: #navigation
    contentSelector: #content
    itemSelector: #content .post

    Thanks a lot beaver. I am enjoying the plugin now…….

    Thread Starter Abdul877

    (@abdul877)

    Thanks Krishna but admin panel is not opening. Dashboard is not coming up?

Viewing 2 replies - 1 through 2 (of 2 total)