Jump to content

WP vēlos lai jauna lapa neveras


infect
 Share

Recommended Posts

Rediģēju WP. Vēlos, lai index lapā esošo bilžu galeriju nevarētu tālāk atvērt kā jaunu lapu (klikšķinot neieietu/neatvērtos jauna lapa). Ja pareizi esmu atradis, tad šis kods ir par šo pozīciju. Mani pielietotie varianti nestrādā, tādēļ vēršos pie Jums!

 

Sakiet lūdzu kā jārediģē šis kods?!

 

<?php get_header(); ?> 

              <ul class="mcol">
              <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
                  <li class="article" id="post-<?php the_ID(); ?>">

            <?php
            if ( has_post_thumbnail() ) { ?>
                        <?php 
                        $imgsrcparam = array(
                        'alt'    => trim(strip_tags( $post->post_excerpt )),
                        'title'    => trim(strip_tags( $post->post_title )),
                        );
                        $thumbID = get_the_post_thumbnail( $post->ID, 'background', $imgsrcparam ); ?>
                        <div class="preview"><a href="<?php the_permalink() ?>"><?php echo "$thumbID"; ?></a></div>

                    
                    <?php } else {?>
                        <div class="preview"><a href="<?php the_permalink() ?>"><img src="<?php bloginfo('template_url'); ?>/images/default-thumbnail.jpg" alt="<?php the_title(); ?>" /></a></div>
                    <?php } ?>

                    <div class="article-over">
                      <h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
                      <?php the_excerpt(); ?>
                      <div class="postmetadata">
                          
                          <?php printf(__('Filled under: %s'), get_the_category_list(', ')); ?>
                      </div>
                    </div>
                </li> <?php ?>
            <?php endwhile; ?>
            <?php else : ?>


            <?php endif; ?>
            </ul>

            <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
            <?php endwhile; ?>
            <?php else : ?>
                <h1 id="error"><?php _e("Sorry, but you are looking for something that isn&#8217;t here."); ?></h1>
            <?php endif; ?>


            <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
<?php get_footer(); ?>

 

Paldies!

Link to comment
Share on other sites

Izveido kontu, vai pieraksties esošajā, lai komentētu

Jums ir jābūt šī foruma biedram, lai varētu komentēt tēmas

Izveidot jaunu kontu

Piereģistrējies un izveido jaunu kontu, tas būs viegli!

Reģistrēt jaunu kontu

Pierakstīties

Jums jau ir konts? Pierakstieties tajā šeit!

Pierakstīties tagad!
 Share

×
×
  • Izveidot jaunu...