I’d like to add some descriptive text underneath the page title on both the list and edit post screens for the default post and also custom post types – e.g. “Below is a list of your recent blog posts.”
What’s the best way to do this?
I need to make add a list of instructions as in:
xxxx
2. xxxxx
3. xxxx
I’m guessing I’ll need to add html for this?
And ideally I can change the font and make it bold.
Thanks!
This is the text I need:
“To add a video, you need to make sure that the video is first uploaded to Youtube or Vimeo or Google Videos.
- In the ‘Video Embed Code’, enter the video embed code (
http://support.google.com/youtube/bin/answer.py?hl=en&answer=171780
)
The thumbnail will Automatically be added - Enter title and text in the main panel below
- Choose which continent and category that is most fitting for your video
- Press “Publish”
It’s not that hard, you can use the
all_admin_notices
-hook, which appears beneath thePost Updated/Saved
, etc. messages box.Wrapped up in a plugin: