List multiple custom post types
Viewing 2 Posts - 1 through 2 (of 2 total)
Author | Posts |
---|---|
May 20, 2013 at 10:21 am 3865 | |
madegood | Hi, I want to list multiple custom post types in a single list on the user dashboard page. Please can you tell me how to do this. I assumed there might be an action hook or filter, but couldn't see one. -- OR -- could you tell me how to build an 'edit page' and 'delete page' link so I can build my own dashboard page from scratch. Thanks! |
May 22, 2013 at 5:20 am 3954 | |
Tareq Hasan | Sorry for replying late, here’s how you can do that: [php] return $args; add_filter( ‘wpuf_dashboard_query’, ‘wpufe_dashboard_query’ ); Add this snippet to your themes |
May 22, 2013 at 10:38 am 3992 | |
madegood | Thanks! |
Viewing 2 Posts - 1 through 2 (of 2 total)