|
You should be able to find a part of file that connects to the database to get the posts for display, and at that part you could add to the database query to find which posts are important. Combine with a little HTML and CSS, and you can have ribbon on these posts.
Similarly you would find the connecting to the database in the posts editor, and allow the new "important" value to be updated from this form if it is submitted.
If you get stuck, then post related part of codes so we might spy the parts to change!
|