Page Hits In Quickstart Template - Question | JoomShaper

Page Hits In Quickstart Template

W

Wendy

SP Page Builder 4 years ago

I've finished making my website using Shaper Estate template and PageBuilder. On the PageBuilder admin for Pages, there is a column titled 'Hits' showing page hits. How can I return that to Zero when I make my website go live, so that I can see how many page hits it receives after publication?

0
2 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #17120

Hello Wendy,

If you have small amount of pages, then you can follow this procedure. You can export your SP Page Builder pages and then import them to a new page. Then hit will be reset to 0. If you have many pages, then you can run SQL Query. But be very careful when working with the database. The Query is: update f3t7w_sppagebuilder set hits = 0

Here, you will have to use your table prefix instead of f3t7w_ You can find table prefix in your database table name. For example, all your table name will start with the prefix (f3t7wmenu)

Thanks!

0
W
Wendy
Accepted Answer
4 years ago #17130

Thankyou, I'll try method #1.

0