Some help on filtering
-
Hello again.
need a bit more help on how to hide the post filters in the wp-admin/edit.php page.
I want to hide the ‘future’ part of the links which show above the posts – as in these links:All (6) | Published (5) | Scheduled (49) | Drafts (1) | Pending (0) | Trash (1)It’s the ‘scheduled’ bit I’d like to hide.
here is the firebug part with the part ‘li class future’ and the link that is what I’d like to hide.what would be the ID & class config to use for this please?
thanks
<div id="screen-meta-links"> <div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle"> <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle"> </div> <div class="wrap"> <h1> <h2 class="screen-reader-text">Filter posts list</h2> <ul class="subsubsub"> <li class="all"> <li class="publish"> <li class="future"> <a href="edit.php?post_status=future&post_type=post"> | </li> <li class="draft"> <li class="pending"> <li class="trash"> </ul>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Some help on filtering’ is closed to new replies.