Title: KissPress's Replies | WordPress.org

---

# KissPress

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [strange behaviour: In Twenty Twenty Five Theme the Custom block Created through](https://wordpress.org/support/topic/strange-behaviour-in-twenty-twenty-five-theme-the-custom-block-created-through/)
 *  Thread Starter [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/strange-behaviour-in-twenty-twenty-five-theme-the-custom-block-created-through/#post-18425473)
 * [https://drive.google.com/file/d/14EPB60fIuTu0qfive2kSKTfSvV7_xlOe/view?usp=sharing](https://drive.google.com/file/d/14EPB60fIuTu0qfive2kSKTfSvV7_xlOe/view?usp=sharing)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce to Custom post type](https://wordpress.org/support/topic/woocommerce-to-custom-post-type/)
 *  Thread Starter [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-to-custom-post-type/#post-11224747)
 * Suppose I have custom post type of say “shoes”. Now I want all the product single
   post fields(or metas) whatever you call them should be present in the backend
   of a single page of “shoes” custom post type.
 * By default “products” is the custom post type that handles all the features of
   woocommerce. I want the same to reproduce in custom post types.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Reproduce Woo commerce’s all product meta in custom post types](https://wordpress.org/support/topic/reproduce-woo-commerces-all-product-meta-in-custom-post-types/)
 *  Thread Starter [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/reproduce-woo-commerces-all-product-meta-in-custom-post-types/#post-10512132)
 * In general, assigning particular meta to more than one post type is not difficult.
 *     ```
       	$cmb = new_cmb2_box( array(
       		'id'            => 'singhal_metabox_2',
       		'title'         => esc_html__( 'Select Layouts', 'text_domain' ),
       		'object_types'  => array( 'post', 'page', 'themes' ), // Post type
       		'context'       => 'normal',
       		'priority'      => 'high',
       		'show_names'    => true, // Show field names on the left
       		// 'cmb_styles' => false, // false to disable the CMB stylesheet
       		// 'closed'     => true, // Keep the metabox closed by default
       	) );
       ```
   
 * But what if we want to reproduce all woocommerce metas in custom post types? 
   Would that be possible?
    -  This reply was modified 7 years, 11 months ago by [KissPress](https://wordpress.org/support/users/wpfighter/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Regenerate Thumbnails] Unable to regenerate images](https://wordpress.org/support/topic/unable-to-regenerate-images/)
 *  [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/unable-to-regenerate-images/#post-9977334)
 * I am facing the same issue. what should I do?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments-Box not displaying on “Posts”](https://wordpress.org/support/topic/comments-box-not-displaying-on-posts-2/)
 *  [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/comments-box-not-displaying-on-posts-2/page/2/#post-9511718)
 * I am glad I was able to offer help to any one. We are a global village, and we
   are here to help each other.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kirki – Freeform Page Builder, Website Builder & Customizer] Out put not working](https://wordpress.org/support/topic/out-put-not-working/)
 *  Thread Starter [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/out-put-not-working/#post-9498283)
 * Configuration written like this:
    `include_once( dirname( __FILE__ ) . ‘/kirki/
   kirki.php’ );
 * Kirki::add_config( ‘my_theme’, array(
    ‘capability’ => ‘edit_theme_options’, ‘
   option_type’ => ‘theme_mod’, ) );
 * function mytheme_kirki_configuration() {
    return array( ‘url_path’ => get_stylesheet_directory_uri().‘/
   kirki/’ ); } add_filter( ‘kirki/config’, ‘mytheme_kirki_configuration’ );’
    -  This reply was modified 8 years, 9 months ago by [KissPress](https://wordpress.org/support/users/wpfighter/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments-Box not displaying on “Posts”](https://wordpress.org/support/topic/comments-box-not-displaying-on-posts-2/)
 *  [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/comments-box-not-displaying-on-posts-2/#post-9482660)
 * There Is an option like this →
 * >  Automatically close comments on articles older than 28 days.
 * I hope that is not checked?
    -  This reply was modified 8 years, 9 months ago by [KissPress](https://wordpress.org/support/users/wpfighter/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Options Framework] Could not find theme option settings page under Appearance](https://wordpress.org/support/topic/could-not-find-theme-option-settings-page-under-appearance/)
 *  [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/could-not-find-theme-option-settings-page-under-appearance/#post-9471477)
 * You are welcome. It s released like a plugin, but in practice, it is a framework.
   Let me know if you need any help with the Framework settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Options Framework] Could not find theme option settings page under Appearance](https://wordpress.org/support/topic/could-not-find-theme-option-settings-page-under-appearance/)
 *  [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/could-not-find-theme-option-settings-page-under-appearance/#post-9470388)
 * You have to put options.php file in your theme’s main folder. Like this → [https://www.screencast.com/t/okoE7De3w](https://www.screencast.com/t/okoE7De3w)
 * and when you are done with this then add this code in your theme’s functions.
   php →
 *     ```
       if ( !function_exists( 'of_get_option' ) ) {
       function of_get_option($name, $default = false) {
   
       	$optionsframework_settings = get_option('optionsframework');
   
       	// Gets the unique option id
       	$option_name = $optionsframework_settings['id'];
   
       	if ( get_option($option_name) ) {
       		$options = get_option($option_name);
       	}
   
       	if ( isset($options[$name]) ) {
       		return $options[$name];
       	} else {
       		return $default;
       	}
       }
       }
       ```
   
 * Let me know if that works or not?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMB2] shortcode not working and the relation to the_content()](https://wordpress.org/support/topic/shortcode-not-working-and-the-relation-to-the_content/)
 *  Thread Starter [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/shortcode-not-working-and-the-relation-to-the_content/#post-9394834)
 * Oh Yes, I intended to post it to general support forum by mistake it got posted
   here. Please guide me If I can move it there in the shortcode category.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMB2] How to pickup the Option](https://wordpress.org/support/topic/how-to-pickup-the-option/)
 *  Thread Starter [KissPress](https://wordpress.org/support/users/wpfighter/)
 * (@wpfighter)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/how-to-pickup-the-option/#post-9372170)
 * for example you have given how to use oembed meta in theme like this →
 * Text added in a oembed field will not automatically display the embed in your
   theme. To generate the embed in your theme, this is a method you could use:
 *     ```
       $url = esc_url( get_post_meta( get_the_ID(), 'wiki_test_embed', 1 ) );
       echo wp_oembed_get( $url );
       ```
   

Viewing 11 replies - 1 through 11 (of 11 total)