Changes between Initial Version and Version 1 of Ticket #24011, comment 43
- Timestamp:
- 05/15/2013 04:39:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24011, comment 43
initial v1 15 15 2- When the user publish the Aside/Status post with an empty title, leave it blank even in the database ( The database should only contain the user input not something that auto-generated ). 16 16 17 3- Hook t o the get_the_title filter to show the feedback title ( title based on the first X chars of the post content ) only in the Admin/Feeds and cache the result.17 3- Hook the get_the_title filter to show the fall-back title ( title based on the first X chars of the post content ) in the Admin & Feed and only if there is not a real post title. 18 18 19 19 I really don't like when WordPress make a strict rules about how I must design the theme or mange the website.. So keep it free as possible.