Title: TotalPress.org's Replies | WordPress.org

---

# TotalPress.org

  [  ](https://wordpress.org/support/users/totalpressorg/)

 *   [Profile](https://wordpress.org/support/users/totalpressorg/)
 *   [Topics Started](https://wordpress.org/support/users/totalpressorg/topics/)
 *   [Replies Created](https://wordpress.org/support/users/totalpressorg/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/totalpressorg/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/totalpressorg/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/totalpressorg/engagements/)
 *   [Favorites](https://wordpress.org/support/users/totalpressorg/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 135 total)

1 [2](https://wordpress.org/support/users/totalpressorg/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/totalpressorg/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/totalpressorg/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/totalpressorg/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/totalpressorg/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/totalpressorg/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloud Customer Area] Possibilità di condividere cartelle](https://wordpress.org/support/topic/possibilita-di-condividere-cartelle/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/possibilita-di-condividere-cartelle/#post-18412242)
 * Ciao [@thor2600](https://wordpress.org/support/users/thor2600/) questa funzionalità
   è stata introdotta nella versione PRO come indicato nelle note di rilascio della
   versione **2.1.0- 2025-02-22**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Add schema to Product Category pages](https://wordpress.org/support/topic/add-schema-to-product-category-pages/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/add-schema-to-product-category-pages/#post-18213265)
 * Hi [@gemini23](https://wordpress.org/support/users/gemini23/) 
   you can do as 
   I wrote in the previous answer.
 * If you want to add the entire schema json on every Product category (taxonomy)
   you can add a field group with a field of type “Textarea” on this taxonomy, after
   this add this php code on the functions.php file of your theme:
 *     ```wp-block-code
       add_action('wp_head', function(){    if(is_tax('product_category')){ // change 'product_category' with you category slug        echo cpt_get_term_meta('schema_field_key', get_queried_object()->term_id); // change 'schema_field_key' with your textarea field key    }});
       ```
   
 * If your theme/plugins output the schema on frontend and you want to edit the 
   edit, you need to use a filter/hook of the theme/plugin to edit the json and 
   to get your custom schema this function:
 *     ```wp-block-code
       cpt_get_term_meta('schema_field_key', get_queried_object()->term_id); // change 'schema_field_key' with your textarea field key
       ```
   
 * Dont forget your five star review to support this project <3
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Add schema to Product Category pages](https://wordpress.org/support/topic/add-schema-to-product-category-pages/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/add-schema-to-product-category-pages/#post-18212662)
 * What do you mean with “schema code”?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Add schema to Product Category pages](https://wordpress.org/support/topic/add-schema-to-product-category-pages/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/add-schema-to-product-category-pages/#post-18211696)
 * Hi [@gemini23](https://wordpress.org/support/users/gemini23/) 
   im not sure about
   your question, if you think about “Schema.org” snippet you can add a fields group
   with a field of type “Textarea” on the content you need (ie product category)
   and from the “edit product category” screen add your schema.org data on the “
   Textarea” custom field.Now using wordpress native hook (like [https://developer.wordpress.org/reference/hooks/wp_head/](https://developer.wordpress.org/reference/hooks/wp_head/))
   and plugin function “cpt_get_term_meta($key, $term_id);” can you print your field
   content (schema.org data) to the frontend.
    -  This reply was modified 1 year, 6 months ago by [TotalPress.org](https://wordpress.org/support/users/totalpressorg/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebP Images] Does it already support just converting to webp ignoring old browsers?](https://wordpress.org/support/topic/does-it-already-support-just-converting-to-webp-ignoring-old-browsers-6/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/does-it-already-support-just-converting-to-webp-ignoring-old-browsers-6/#post-17702615)
 * No but, no problem 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebP Images] Does it already support just converting to webp ignoring old browsers?](https://wordpress.org/support/topic/does-it-already-support-just-converting-to-webp-ignoring-old-browsers-6/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/does-it-already-support-just-converting-to-webp-ignoring-old-browsers-6/#post-17701438)
 * **So your plugin doesn’t check the browser before delivering the solution?**
 * Yes, using htaccess rules at the same inage url (domain.com/wp-content/uploads/
   you-image.jpg) if the browser is webp compatible will serve webp image.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebP Images] Does it already support just converting to webp ignoring old browsers?](https://wordpress.org/support/topic/does-it-already-support-just-converting-to-webp-ignoring-old-browsers-6/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/does-it-already-support-just-converting-to-webp-ignoring-old-browsers-6/#post-17699632)
 * Hi [@ofmarconi](https://wordpress.org/support/users/ofmarconi/)
 * the plugin create a converted version of your images, them using htaccess rules
   return the image to the browser without change url or ext of image.
 * If you try it, after image conversion open anonimus tab and visit your website,
   all images url point to original extension, but if you try to save image using
   new browser will saved used webp extension.
    -  This reply was modified 2 years, 2 months ago by [TotalPress.org](https://wordpress.org/support/users/totalpressorg/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Post relationships displays only 10 blog posts](https://wordpress.org/support/topic/post-relationships-displays-only-10-blog-posts/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/post-relationships-displays-only-10-blog-posts/#post-17456152)
 * Hi [@multidimentional](https://wordpress.org/support/users/multidimentional/)
 * to keep the best perfomance quality the values of the relationships dropdown 
   will be loaded after the first digits using ajax.
 * At the moment this is the best solution.
 * Many thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Can’t create field group](https://wordpress.org/support/topic/cant-create-field-group/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/cant-create-field-group/#post-17456123)
 * Hi [@normsash](https://wordpress.org/support/users/normsash/) and thanks for 
   using this awesome plugin ♥️
 * Thanks for your feedback, on the next release we change the error message to 
   increase the understanding.
 * Dont forget your 5 stars review 😁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Display values of custom fields](https://wordpress.org/support/topic/display-values-of-custom-fields/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/display-values-of-custom-fields/#post-17456108)
 * Hi [@multidimentional](https://wordpress.org/support/users/multidimentional/)
   and thanks for using this awesome plugin 🙂
 * You can do it using shortcode:
 *     ```wp-block-code
       [cpt-field key="THE_FIELD_KEY" post-id="THE_POST_ID"]
       ```
   
 * *by default post-id is current post, leave blank to use it;
 * or by php function:
 *     ```wp-block-code
       echo cpt_field(“THE_FIELD_KEY”, “THE_POST_ID”);
       ```
   
 * The new documentation is work in progress.
 * Dont forget to leave your official review ♥️
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Missing post types in field groups assignment](https://wordpress.org/support/topic/missing-post-types-in-field-groups-assignment/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/missing-post-types-in-field-groups-assignment/#post-17430587)
 * Hi [@alessiac95](https://wordpress.org/support/users/alessiac95/)
   new version
   5.0.1 solve the issues.
 * Many thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] 2024 Theme](https://wordpress.org/support/topic/2024-theme/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/2024-theme/#post-17430582)
 * Hi [@rawdolphe](https://wordpress.org/support/users/rawdolphe/)
   to create single
   post type template using gutenberg (or other builder) you need a PRO version.
 * Many thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Input validation vulnerability in Custom post types, Custom Fields](https://wordpress.org/support/topic/input-validation-vulnerability-in-custom-post-types-custom-fields/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/input-validation-vulnerability-in-custom-post-types-custom-fields/#post-17430575)
 * Hi [@eyevisions](https://wordpress.org/support/users/eyevisions/)
   new version
   5.0.1 solve the issues.
 * Many thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Plugin not visible on sidebar](https://wordpress.org/support/topic/plugin-not-visible-on-sidebar/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-visible-on-sidebar/#post-17418886)
 * Hi [@ruepointmarketing](https://wordpress.org/support/users/ruepointmarketing/)
   
   we were unable to replicate the reported bug.
 * Have you activated the debug file? Could you paste any plugin related errors 
   here?
 * Many thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom post types, Custom Fields & more] Visualizzazione modifiche nel campo Revisione](https://wordpress.org/support/topic/visualizzazione-modifiche-nel-campo-revisione/)
 *  Plugin Author [TotalPress.org](https://wordpress.org/support/users/totalpressorg/)
 * (@totalpressorg)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/visualizzazione-modifiche-nel-campo-revisione/#post-17418877)
 * Ciao [@nscaletti](https://wordpress.org/support/users/nscaletti/)
 * al momento i gruppi di campi creati con il plugin non vengono gestiti dalle revisioni.
 * Grazie

Viewing 15 replies - 1 through 15 (of 135 total)

1 [2](https://wordpress.org/support/users/totalpressorg/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/totalpressorg/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/totalpressorg/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/totalpressorg/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/totalpressorg/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/totalpressorg/replies/page/2/?output_format=md)