Displaying Custom Fields on Post with Genesis Child Theme

How about instead of genesis_custom_field(‘instrument’); use: echo genesis_get_custom_field(‘instrument’); Plus the genesis_after_post_title action hook is deprecated since 1.7.0 and you should use genesis_entry_header with correct priorities. For more information please use the reference links below. Reference: genesis_after_post_title Genesis 2.0 Hooks reference

Adding Custom Text Area to WooCommerce Product

There is a display bug in WooCommerce when displaying a WYSIWYG editor on admin product pages inside any “product data” setting tabs. Try it: // Display a custom field in product admin pages add_action( ‘woocommerce_product_options_general_product_data’, ‘add_product_custom_wysiwyg_field’ ); function add_product_custom_wysiwyg_field() { global $product_object; echo ‘<div class=”product_custom_field”> <p>’ . __( “Mer information” ) . ‘</p> <div style=”padding:9px;”>’; … Read more

Auto-add paragraphs to custom field?

Why don’t you use apply_filters( ‘the_content’, $var ); when outputting your custom field? You don’t really want to save the extra paragraphs, otherwise you’ll end up seeing them when editing the custom field. This is not what happens with WordPress. If you’re not happy with what the_content does (it does a lot of things including … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)