Support Forum

How is Hotness calculated?

1 Answer

New Answer

MP Mr Papa
Mr Papa
Member

Its in the plugin… ;)

it uses the formula: 

score = log($days – $post->delta)

where $days is passed into the template function (default is 30) and delta is the difference between current date and the post date…

there is a filter on the score, so you can replace it with your own calculation if you like…