Author: admin

navigation menu

.navbar-k {overflow: hidden;background-color: #333;}.navbar-k a {float: left;font-size: 16px;color: white;text-align: center;padding: 20px 16px;text-decoration: none;}.subnav-k {float: left;overflow: hidden;}.subnav-k .subnavbtn {font-size: 16px;border: none;outline: none;color: white;padding: 14px 16px;background-color: inherit;font-family: inherit;margin: 0;}.navbar-k a:hover, .subnav:hover .subnavbtn…

SMTP port 25

Hi, Would like to use port 25 for-personal email box-wordpress notifications-estimate less than 80 emails/day Thanks, Emails that do not contain marketing promotions, newsletters, coupons, etc.Thank you. Describe the nature…

my shopping history

<?php if (is_user_logged_in()): ?> <section> <?php echo do_shortcode('[block id="purchased_tablet_products"]'); ?> </section> <?php endif; ?> add_shortcode( 'display_misha_purchased_products', 'misha_populate_products_page' ); add_action( 'woocommerce_account_purchased-products_endpoint', 'misha_populate_products_page' ); function misha_populate_products_page() { global $wpdb; $purchased_products_ids = $wpdb->get_col(…