Home

Welcome to My New Software Blog

function

enqueueStyles(); wp_enqueue_style(“stylesheet”, QODE_ROOT . “/css/stylesheet.min.css”); if ($woocommerce) { wp_enqueue_style(“woocommerce”, QODE_ROOT . “/css/woocommerce.min.css”); if (!empty($qode_options_proya[‘responsiveness’]) && $qode_options_proya[‘responsiveness’] == ‘yes’) { wp_enqueue_style(“woocommerce_responsive”, QODE_ROOT . “/css/woocommerce_responsive.min.css”); } } wp_enqueue_style(“qode_print”, QODE_ROOT . “/css/print.css”); preg_match(“#Chrome/(.+?)\.#”, $_SERVER[‘HTTP_USER_AGENT’], $match); if (!empty($match)) { $version = $match[1]; } else { $version = 0; } $mac_os = strpos($_SERVER[‘HTTP_USER_AGENT’], “Macintosh; Intel Mac OS X”); if ($is_chrome…

social

function wpvkp_social_buttons($content) { global $post; if(is_singular() || is_home()){ // Get current page URL $sb_url = urlencode(get_permalink()); // Get current page title $sb_title = str_replace( ‘ ‘, ‘%20’, get_the_title()); // Construct sharing URL without using any script $twitterURL = ‘https://twitter.com/intent/tweet?text=’.$sb_title.’&url=’.$sb_url.’&via=wpvkp’; $facebookURL = ‘https://www.facebook.com/sharer/sharer.php?u=’.$sb_url; $linkedInURL = ‘https://www.linkedin.com/shareArticle?mini=true&url=’.$sb_url.’&title=’.$sb_title; $gplusURL =’https://plus.google.com/share?url=’.$sb_url.”; // Add sharing button at the end of…


Follow My Blog

Get new content delivered directly to your inbox.

($i % 3 == 0)?’blues’:”;
Design a site like this with WordPress.com
Get started