{"id":413456,"date":"2024-10-29T08:00:00","date_gmt":"2024-10-29T08:00:00","guid":{"rendered":"https:\/\/www.weixiaoduo.com\/plugins\/liquid-tools\/"},"modified":"2024-11-18T14:36:00","modified_gmt":"2024-11-18T14:36:00","slug":"liquid-tools","status":"publish","type":"post","link":"https:\/\/www.weixiaoduo.com\/plugins\/liquid-tools\/","title":{"rendered":"LIQUID TOOLS \u2013 Simple Custom Fields &#038; Custom Post Types"},"content":{"rendered":"<p>LIQUID TOOLS is a simple plugin for WordPress that enables easy management of custom post types, taxonomies, and custom fields.<\/p>\n<p>Features:<br \/>\n\u2013 <strong>Custom Post Types<\/strong>: Create and manage custom post types with unique slugs, menu icons, and capabilities.<br \/>\n\u2013 <strong>Custom Taxonomies<\/strong>: Create hierarchical or non-hierarchical taxonomies and link them to any post type.<br \/>\n\u2013 <strong>Custom Fields<\/strong>: Add custom fields to posts, including text fields, image uploads, URLs, and more.<br \/>\n\u2013 <strong>Repeating Fields<\/strong>: Supports repeating fields for text, images, and other field types.<br \/>\n\u2013 <strong>Flexible Display Options<\/strong>: Control the display order, position, and priority of custom fields in the post editor.<br \/>\n\u2013 <strong>Field Background Colors<\/strong>: Set background colors for custom fields to visually distinguish fields in the post editor.<br \/>\n\u2013 <strong>Thumbnail Support<\/strong>: Add thumbnails to the post admin list for selected post types.<\/p>\n<h4>Custom Fields<\/h4>\n<ul>\n<li>text<\/li>\n<li>textarea<\/li>\n<li>url<\/li>\n<li>email<\/li>\n<li>number<\/li>\n<li>image<\/li>\n<li>checkbox<\/li>\n<li>radio<\/li>\n<li>select<\/li>\n<\/ul>\n<h4>Custom Post Types<\/h4>\n<ul>\n<li>Capability<\/li>\n<li>Archive<\/li>\n<li>Hierarchical<\/li>\n<li>Thumbnail<\/li>\n<li>Revisions<\/li>\n<li>Excerpt<\/li>\n<\/ul>\n<h4>Custom Taxonomies<\/h4>\n<ul>\n<li>Apply to Post Types<\/li>\n<li>Hierarchical<\/li>\n<\/ul>\n<h4>Others<\/h4>\n<p>Add thumbnails to the post admin list.<br \/>\nlatest information on <a href=\"https:\/\/lqd.jp\/wp\/\" rel=\"nofollow ugc\">LIQUID PRESS<\/a>.<\/p>\n<h3>How to get custom field data<\/h3>\n<p><a href=\"https:\/\/wordpress.org\/plugins\/liquid-blocks\/\" rel=\"ugc\">LIQUID BLOCKS<\/a> plugin for easy to get field data.<br \/>\n<strong>Custom field block<\/strong> allows you to output custom field data with no code.<br \/>\nSupports block editors and block themes.<\/p>\n<p>Another way, Get field data securely using WordPress core functions.<\/p>\n<h4>Text field<\/h4>\n<pre><code>get_post_meta( $post->ID, 'key', true );\n<\/code><\/pre>\n<h4>Repeat text fields<\/h4>\n<pre><code>$key = get_post_meta( $post->ID, 'key', true );\nforeach ( $key as $value ) {\n    echo esc_html( $value );\n}\n<\/code><\/pre>\n<h4>Image field<\/h4>\n<pre><code>wp_get_attachment_url( get_post_meta( $post->ID, 'key', true ) );\n<\/code><\/pre>\n<h4>Repeat image fields<\/h4>\n<pre><code>$key = get_post_meta( $post->ID, 'key', true );\nforeach ( $key as $value ) {\n    echo wp_get_attachment_url( esc_html( $value ) );\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Very simple tool to set up Custom Fields, Custom Post Types, Custom Taxonomies.<\/p>\n","protected":false},"author":65,"featured_media":413457,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"slim_seo":{"title":"LIQUID TOOLS \u2013 Simple Custom Fields & Custom Post Types - \u8587\u6653\u6735\u63d2\u4ef6\u76ee\u5f55","description":"Very simple tool to set up Custom Fields, Custom Post Types, Custom Taxonomies."},"footnotes":""},"categories":[1],"tags":[1292,744,4412],"class_list":["post-413456","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-custom-fields","tag-custom-post-types","tag-custom-taxonomies"],"_links":{"self":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/413456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/users\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/comments?post=413456"}],"version-history":[{"count":0,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/413456\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media\/413457"}],"wp:attachment":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media?parent=413456"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/categories?post=413456"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/tags?post=413456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}