tersus icon indicating copy to clipboard operation
tersus copied to clipboard

An achingly simple WordPress theme without all the usual cruft.

Results 13 tersus issues
Sort by recently updated
recently updated
newest added

The definition lists that are used to display gallery content do not validate if an image does not have a caption associated with it. The image caption is normally placed...

Bug

Targeting some of the elements on the page is proving difficult without a class or id to target. Would you all be opposed to adding a class to the ``...

Documentation
Enhancement

According to the current [Theme Check Plugin](https://wordpress.org/plugins/theme-check/changelog/), themes _“must not register post types or taxonomies or add shortcodes for post content”_, as this is the [territory of plugins](https://make.wordpress.org/themes/handbook/guidelines/plugin-territory/). In our...

Bug

We currently use several separate functions to insert delimiters between posts, pages, archives, and images. These could be consolidated into a single, simplified function that uses a `case` switch and...

Enhancement

We currently use several separate functions to test whether pagination links should be shown on posts, pages, archives, and images. These could be consolidated into a single, simplified function that...

Enhancement

There are several attributes generated by the WordPress core that are using single quotes, rather than double quotes. This bugs me to no end. Yes, I realize that both single...

Enhancement

The various theme options and their use should be documented with screenshots somewhere in the read me.

Documentation

With a fresh WordPress installation, the [Search](http://en.support.wordpress.com/widgets/search-widget/) and [Meta](http://en.support.wordpress.com/widgets/meta-widget/) widgets are automatically included in what’s currently designated as our “sidebar-2” (inner right) aside element. We’ve also been including our own...

Feature

If comments are set to display across multiple pages (Settings > Discussion > Other comment settings > Break comments into pages …), the anchor associated with the next and previous...

Bug

I’ve been thinking about what we could do to automatically (and cleanly) handle parent directories that do not exist by default. For example, the contents of a given category are...

Feature