• Latest
0 votes
Please provide premade templates

Please provide premade templates, with layouts and styles. Such as– display 10 recent posts in grid format– display 10 recent posts based on current category or search– display recent posts based of post assigned categories.

Live 0 comments
0 votes
Revisions for Tangible Templates

Add WordPress Post Revisions support for Tangible Templates in order to rollback easily in previous versions of a Tangible template if needed

Open 0 comments
0 votes
Allow looping through field names

It’s currently possible to display all the field names and values that are available in any given context using `Field all` but it would be useful to be able to loop through those field names. This would be particularly useful when building blocks that have dynamic controls by allowing the user to select which field…

Open 0 comments
0 votes
Allow format of publish_date

It would be great if you can format the publish date. e.g. In the field.php, line 248, perhaps change the code to add the check and set the value: case ‘publish_date’:if (isset( $args[‘format’] )) {$value = date($args[‘format’], strtotime( $post->post_date ));}else {$value = $post->post_date;}return $value;break;

Open 0 comments