cyrillsneer
Member
Posted 1 year ago #
in 2.3.3 I could do the following:
Manage -> posts
then filter by | Author | Month | Category
in 2.5 I cannot find anyway to filter out the posts written by an author in a given month.
I tried clicking on a authors name and then the month but that doesn't work. We have a ton of posts per month and the writers need paying asap, if anyone knows a way of doing this in 2.5 I would really appreciate a heads up.
I am really glad I havn't upgraded the rest of the blogs.
cyrillsneer
Member
Posted 1 year ago #
I wouldn't normally bump, but I really need some help, quickly.
cyrillsneer
Member
Posted 1 year ago #
I'm not sure if you can do it in admin (mostly because I never used the function, even in past versions), but in a pinch you could always just query wp_posts. it contains post_author and post_date so should serve your needs. in fact, a decent sql query would probably end up serving your needs better than your old way.