splorp / tersus

An achingly simple WordPress theme without all the usual cruft.
GNU General Public License v3.0
99 stars 6 forks source link

Display of posts with no title in archives #14

Closed splorp closed 13 years ago

splorp commented 13 years ago

Similar to search results, archive pages use the title of a post as the obvious permalink back to the post page. Posts that do not have a title (for whatever reason) are not easily navigated to from archive pages.

For example:

http://splorp.me/date/2000/12

cdharrison commented 13 years ago

Found a solution - http://wordpress.org/support/topic/handling-posts-with-no-title - and incorporated it into several of the theme's files.

splorp commented 13 years ago

Thanks Chris, looks like a good solution. I’ll pull down the current changes and give it a go on my site.