bobbingwide / oik-themes

WordPress themes server
https://www.oik-plugins.com/oik-plugins/oik-themes-wordpress-themes-server/
GNU General Public License v2.0
0 stars 0 forks source link

oik-themes should display information for a theme like oik-plugins #2

Open bobbingwide opened 8 years ago

bobbingwide commented 8 years ago

When displaying the information for an oik-plugin the display has a number of tabs: Description, FAQ, Screenshots, Changelog, Shortcodes, API Ref, Documentation

The same information is required for an oik-theme. Currently this is implemented by a DIY shortcode [themeref].

This is primarily required for the WP-a2z Dynamic API Reference for WordPress default themes and the Genesis Framework and selected child themes.

bobbingwide commented 8 years ago

The solution could take into account the fact that a theme might be a child theme. So each tab could display the information for the child theme, and the information from the Template. Tabs to consider enhancing: Shortcodes, APIs, Classes, Files and Hooks Doing Shortcodes first. See related issue http://github.com/bobbingwide/oik-shortcodes/issues/27

bobbingwide commented 8 years ago

The first part of this solution was delivered in oik-themes v1.1.0

bobbingwide commented 2 years ago

This issue is still open for the following tasks.

The solution could take into account the fact that a theme might be a child theme. So each tab could display the information for the child theme, and the information from the Template. Tabs to consider enhancing: Shortcodes, APIs, Classes, Files and Hooks