Infinite scroll uses CSS selectors to identify various parts ofyoursite's unique theme. In mostcases, identifying each ofyour theme's elements below simply requires entering either the elemenfs ID indicated with a hashmark, (e.g., ttcontent), or the elemenfs class indicated by a period, (e.g., .post). For morę Information, please see iQuerv's CSS Selector documentation.
Content Selector
Navigation Selector
Next Selector
Item Selector
#content
Div containing your theme's content #nav-below
Divcontaining your theme's navigation
#nav-below .nav-previous arfirst
Link to nextpage of content
#content article.post
Div containing an individual post