CMB2 / cmb2-attached-posts

Custom field for CMB2 for attaching posts to a page.
GNU General Public License v2.0
135 stars 62 forks source link

Customize post titles #59

Open chrisgherbert opened 5 years ago

chrisgherbert commented 5 years ago

I'd like to customize the display of post titles. In my case, I need to clearly display the selected post's status (draft, future, etc.), as I've modified the default query to allow non-published items.

Right now I'm doing this through some pretty blunt and ugly title filtering with standard WordPress functions. Is there a better way to accomplish this?