• Hi, i have set up meta tags to make my post thumbnails link to another page on my site, all that now works but now i have realised that it has stopped my new product cycle from working so i presume i need to add code that says something like “else permalink” for anything that is not listed in my meta code, i’ve tried a few but can’t get them to work.

    <?php if ( $instance['thumb_as_link'] ) : ?>
    						<a href="<?php echo get_post_meta(get_the_ID(),'girls',true); ?><?php echo get_post_meta(get_the_ID(),'boys',true); ?><?php echo get_post_meta(get_the_ID(),'baby',true); ?>">
    					<?php endif; ?>

    any ideas?

  • The topic ‘Else permalink?’ is closed to new replies.