Displaying attachment pages in widgets
-
Is there a way to get attachment posts to display in the widget?
I was able to hack it by modifying the top10.php to add in the post status of ‘inherit’, which is the status for attachment pages:
$where .= ” AND ($wpdb->posts.post_status = ‘publish’ OR $wpdb->posts.post_status = ‘inherit’) “;But it might be nice to build this into the functionality so that it works. Or perhaps there is a way already.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Displaying attachment pages in widgets’ is closed to new replies.