daisyberly123
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Headers] Dynamic header in custom post typeFound a solution to add dynamic headers to custom post types.
In custom-header.php look around line 245 for
function myplugin_add_custom_box() {
if( function_exists( ‘add_meta_box’ )) {
add_meta_box( ‘myplugin_sectionid’, ‘Nicasio Dynamic Header’, ‘create_ch_form’, ‘page’, ‘advanced’, ‘high’ );
add_meta_box( ‘myplugin_sectionid’, ‘Nicasio Dynamic Header’, ‘create_ch_form’, ‘post’, ‘advanced’, ‘high’ );
add_meta_box( ‘myplugin_sectionid’, ‘Nicasio Dynamic Header’, ‘create_ch_form’, ‘my-custom-post-type-name’, ‘advanced’, ‘high’ );//add your custom post type hereForum: Plugins
In reply to: [WooCommerce Gold Price] Issue in Gold price displayThank you for your reply
Actually I am so confused about the same,the custom fields for karat was added in product editing page,also added price for the corresponding karat,the gold price for the product is calculated in the admin part.But that value is not displayed on the frond end on product page that only displayed value i put in edit page(regular price),if i removed that value then nothing show for product value in front end.there is no change i felt.can you give any idea


Thank you 🙂
Forum: Fixing WordPress
In reply to: Create New UserHow can i solve the problem when i add new user for my site for that i hit on show password button it do nothing and i cant add user it shows an error ERROR: Please enter a password.