Cutline Theme Support Forums » Cutline Theme Support Forums

Get Links on Right to Open in New Window

(4 posts)
  • Started 4 years ago by Cherie
  • Latest reply from Cherie
  • This topic is not resolved

  1. My web site is www.hugs-oc.com I would like the links on the right-hand side to open in a NEW window, rather than the same. They opened in a new one with my old, inferior, template and when I changed to Cutline, they all changed to open in same window. Where do I go and how do I change this? Thanks!

    Posted 4 years ago #
  2. In your WP admin panel: Presentation-->Widgets.
    In your sidebar arrangement, you need to examine the content of each link. In the <a href=> tags be sure to place target="_blank" which will open your links in a new window.

    Posted 4 years ago #
  3. Part of m problem is not knowing how to access the content to change anything. It's like that area has disappeared. If I go to r_sidebar under edit themes, I find

    <div id="sidebar">
    	<ul class="sidebar_list">
    		<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(2)) : ?>
    		<li class="widget">
    			<h2>Search It!</h2>
    			<?php include (TEMPLATEPATH . '/searchform.php'); ?>
    		</li>
    		<li class="widget">
    			<h2>Recent Entries</h2>
    			<ul>
    				<?php query_posts('showposts=10'); ?>
    				<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    				<li><a href="<?php the_permalink() ?>"><?php the_title() ?></a><span class="recent_date"><?php the_time('n.j') ?></span></li>
    				<?php endwhile; endif; ?>
    				<li><a href="<?php bloginfo('url'); ?>/archives" title="Visit the archives!">Visit the archives for more!</a></li>

    Is this where I make changes? If I go to the widgets panel, there is nothing to click on to make edits. Thanks

    Posted 4 years ago #
  4. This is resolved! I finally figured out that I could go to the blogroll section and individually change the links. Thanks so much for your help. I am slowly learning...

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.