Is it possible to limit the view_tracking results to say….the current month without using the Query Module?
This works, but over time, it can become inaccurate.
<ul>{exp:weblog:entries weblog="{my_weblog}" limit="5" dynamic="off" orderby="view_count_one"} <li><a href="/entry/{entry_id}/{url_title}/">{title}</a></li>{/exp:weblog:entries}
</ul>Adding the following blows away my initial limit of “5”
display_by="month" limit="1"Thanks!