• Hello,

    I have a tube site and I want to change my code. If I click on one video it should be open and another tab (with the link which I addded) too. The link can stay in the code.

    Here is my code.

    	<?php 		global $loop_view; 
    		$ajaxload = get_option('dp_archive_ajaxload');
    	?>
    		
    	<div class="loop-content switchable-view <?php echo $loop_view; ?>" data-view="<?php echo $loop_view; ?>" data-ajaxload=<?php echo $ajaxload; ?>>
    		<div class="nag cf">
    			<?php while (have_posts()) : the_post();
    				get_template_part('item-video');
    			endwhile; ?>
    		</div>
    	</div><!-- end .loop-content -->

    regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Open the post and a tab with one click’ is closed to new replies.