Wordpress hook to add content under title or post status buttons on edit.php

46

I'm looking to add some content above the wp_list_table for a custom post type. I have custom bulk actions and filters but would like to add some further content to this header area. I cant seem to find a hook that will get me into the header. The only one I can seem to find is 'all_admin_notices' which is above the page title so not optimal.

Anywhere either below the title, below the post status buttons or even under the bulk action / filters will do.

Is this possible? If so what hook am I looking at?.

Image link below. Area highlighted in red is what I'm trying to achieve.

http://indi-media.com/stackoverflow/Example.jpg

Thanks Guys.

405

Answer

Solution:

Turns out it probalby isnt possible without a hacky jquery approach or extending the wp table class which I'm not keen on doing. The only real way to do it is to construct the page and tables etc yourself.

Thanks for the pointers anyway guys.

People are also looking for solutions to the problem: php - Secure Browsing don't show different content for Fans/Non-Fans on a Facebook Page

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.