SergeyBiryukov

Sergey Biryukov

Jan 30th, 2011
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function add_my_post_type_to_archives() {
  2.     return "WHERE (post_type = 'post' OR post_type = 'my_post_type') AND post_status = 'publish'";
  3. }
  4. add_filter('getarchives_where', 'add_my_post_type_to_archives');
Add Comment
Please, Sign In to add comment