David
asked 8 years ago

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?

1 Answers
Allen
answered 8 years ago

@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.

nobita
replied 8 years ago

hi, you can check out our new demo : http://demo.designwall.com/#dw-magz

david rummelhoff
replied 8 years ago

Thank you. BTW, DW-Magz 1.0.2 is not listed among the download options in my profile area.

Powered by DW Question & Answer Pro