projects
projects copied to clipboard
I tried to add general post tags to projects.
Not sure if it's useful in general but needed to access projects through the JSON API and gridsome. This requires the type to be explicitly set to show in the...
Would you be interested in pull request with Hierarchal Category Breadcrumbs? I also added a WooCommerce-like image gallery and may also add Custom Tags.
I have an issue with adding cover photos to projects. I've imported some projects from an old website that have a cover photo, but when i want to add my...
To enable creating output like: `` without having to do this: ``` // https://docs.woothemes.com/document/change-the-number-of-project-columns-on-archives/ add_filter( 'projects_loop_columns', 'jk_projects_columns', 99 ); function jk_projects_columns( $cols ) { $cols = '2 nm-row'; return $cols;...
Adds a widget area for above Projects Archive (below Projects Title, above Columns Loop)
Example result of adding a text widget:
Adds to #115.
there is a little mistake in the file "projects-by-woothemes/classes/class-projects-admin.php": 'show_option_all' => __( 'Show All ' . $tax_obj->label, 'projects-by-woothemes' ), it should be: 'show_option_all' => sprintf(__( 'Show All %s', 'projects-by-woothemes' ),...