My Account/Log in/Log out link not appearing
-
Hi,
WordPress: 4.2.2
WooCommerce version 2.3.9In my theme and child theme’s folder, I have the following code:
<?php get_header(); ?> <?php if ( is_user_logged_in() ) { ?> <p><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" title="<?php _e('My Account','woothemes'); ?>"><?php _e('My Account','woothemes'); ?></a></p> <?php } else { ?> <p><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" title="<?php _e('Login / Register','woothemes'); ?>"><?php _e('Login / Register','woothemes'); ?> </a></p> <?php } ?> <?php woocommerce_content(); ?> <?php get_footer(); ?>
However, the My Account/Log in/Log out link is not appearing
(example page).
- The topic ‘My Account/Log in/Log out link not appearing’ is closed to new replies.