-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Article Lists: Hides Dates, Decodes Special Characters in Titles of Taxonomy Term Pages #1470
Conversation
Thanks Jacob! I will add in the fixes for other Article aggregators as well and ping for review when ready |
I'm still seeing the dates on the Article List Block as well as the on the Taxonomy views. |
Need to use global setting on Article Aggregator blocks. We might be able to tap into this on a view using a preprocess function, but need to test what's possible. |
Figured out how to decode the title in a theme hook |
Article Lists: Hides Dates, Decodes Special Characters in Titles of Taxonomy Term Pages
If an Article has it's date set to 'Hide' this update will hide the date on
Category
andTag
Taxonomy pages as well as on theArticle List Page
andArticle List Block
displays that show the date (Teaser, Feature)Additionally fixes the display of special characters on Taxonomy term pages from not decoding correctly.
Resolves #1465
Resolves #1429
Resolves #1509
Profile -> CuBoulder/tiamat10-profile#239