Under which table are the Post views saved in the db

Posted in: Newspaper
Post count: 41

Hello guys i realised that your theme comes with a post view count feature, which i think is cool. all i need to know is where in the DB are the post views saved.

I would like to run some web application based on this info. please help.

Post count: 6600

Hi,

You can get this info using the WordPress functions, the posts views are stored in the DB under post_views_count.
You can check how the post views are called within the theme in this file: http://screencast.com/t/didAlLpH
Hope this helps!

Thanks

Post count: 41

Hi Lucian

I cannot see the above table that you have outlined above all i have is the following:

Database Screen Shot

dbase screen shot

Post count: 41

find links to screen shots below:
Screen Cast One
Screen Cast 2

Post count: 6600

Hi,

Search for post_views_count meta key in wp_postmeta table: http://screencast.com/t/XLx8UPU0hlMk
You also have it: http://screencast.com/t/qq5GXtgJgu

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.