I’m using the DW Posts Grid widget in the Home Content Sidebar on my front page. And I noticed that the latest Sticky post takes the featured position at the top of the page. This means that the sticky post appears twice; it is featured and it is in the grid.
Is there some way to modify the DW Posts Widget so that I can exclude posts with a particular tag, or exclude posts that are Sticky?
@david : hi ,you can open file :dw-magz/inc/widgets/dw-posts-grid.php, then go to line 53 , change the code : 'ignore_sticky_posts' => 1,
to array( 'post__not_in' => get_option( 'sticky_posts' ) )
P/s : We already pack our DW Mag-Z 1.0.2, that will definitely resolve your problem and more feature for you to use. Thanks for using our theme.
hi, you can check out our new demo : http://demo.designwall.com/#dw-magz
Thank you. BTW, DW-Magz 1.0.2 is not listed among the download options in my profile area.
Please login or Register to submit your answer