Here are some common questions related to this :- How to convert assigned variable string value to integer ? String value variable to integer variable in Shopify ?String value to integer value using variable.variable of string value to integer ?...
How to convert string value to integer in Shopify
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); ?>...