How to fix if custom fields option not showing in dashboard posts or pages .. Here are Steps to Follow: Simply Login to your website and edit any post from the listed posts. First check if it is not unchecked...
How to add custom fields option to custom post type wordpress ?
wordpress how to get/show custom field value of the posts!
Here is the code .. through this you can get custom fields value from the posts in wordpress ... <?php echo get_post_meta($post->ID, 'key', true); ?> Like in above image... you can apply like this <?php echo get_post_meta($post->ID, 'nst_hide_featured', true); ?>...
How to add Custom fields on product page or particular product in shopify ?
To add Custom field's on particular product's on Shopify website.. there are many free app available on Shopify store but i like this one ...so here are the simple Step's to do that easily.. 1) First of all from the...