• Two questions but I’m not sure if this is the right place for them.

    A]- I’ve seen several sites that have one start page, which auto-loads page 2 at the end of page 1, but how do they do it? I currently have all 33 posts in one long page which is increasing as time goes on, but this will increase the load-up times.

    B]- How can I get a stats counter to appear in my sidebar but it must start with the number “13992” which is the number of visitors that I already have. The ones that I’ve found so far all want the stats counter to be in the footer, but I want them in the sidebar. I’ve tried ‘addfree stats’ and ‘statcounter’, but I haven’t found a way yet. So how can I do it please?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    A – This is called infinite scrolling. Javascript is used to detect when the scrollbar is reaching the bottom of the page. An AJAX request is made to get more posts and they are inserted at the bottom of the current page.

    B – If the counter is configured as a WordPress Widget, it will work equally well in a footer or sidebar. Try searching the plugins section for “counter widget”.

Viewing 1 replies (of 1 total)

The topic ‘Start page, and stats counter’ is closed to new replies.