Suport » Probleme și soluții » Probleme cu tema Padangan ver 1.6.3

  • Ieri mi-am inlocuit tema cu Padangan ver 1.6.3, problema apre la limkuri, de exemplu linkurile de la arhiva nu functioneaza, acestea directioneaza spre home si nu-mi pot da seama ce trebuie sa fac. Ma poate indruma cinva?

Vizualizare 1 răspuns (din 1 în total)
  • Inițiator fir de discuții kemell

    (@kemell)

    <?php get_header(); ?>

    <div id=”content-wrap”>
    <div id=”content”>
    <div class=”gap”>
    <?php if (have_posts()) : ?>
    <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
    <?php /* If this is a category archive */ if (is_category()) { ?>
    <h2 class=”pagetitle”><?php _e(‘Archive for the’,’padangan’);?> <?php echo single_cat_title(); ?></h2>
    <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
    <h2 class=”pagetitle”><?php _e(‘Archive for’,’padangan’);?>
    <?php the_time(‘F jS, Y’); ?>
    </h2>
    <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    <h2 class=”pagetitle”><?php _e(‘Archive for’,’padangan’);?>
    <?php the_time(‘F, Y’); ?>
    </h2>
    <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    <h2 class=”pagetitle”><?php _e(‘Archive for’,’padangan’);?>
    <?php the_time(‘Y’); ?>
    </h2>
    <?php /* If this is an author archive */ } elseif (is_author()) { ?>
    <h2 class=”pagetitle”><?php _e(‘Author Archive’,’padangan’);?></h2>
    <?php /* If this is a paged archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
    <h2 class=”pagetitle”><?php _e(‘Blog Archive’,’padangan’);?></h2>
    <?php } ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”post”>
    <h2 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>
    <?php the_title(); ?>
    </h2>
    <div class=”entry”>
    <?php the_content(‘Continue Reading →’); ?>
    </div>
    <p class=”postmetadata”>
    <?php the_tags(‘Tags: ‘, ‘, ‘, ‘
    ‘); ?>
    <span class=”authr”>
    <?php _e(‘Posted by’,’padangan’);?> <?php the_author() ?></span>
    in <?php the_category(‘, ‘) ?>
    <?php edit_post_link(‘Edit’, ‘<span class=”editr”>’, ‘</span>’); ?>
    <span class=”commr”>
    <?php comments_popup_link(‘No Comments →’, ‘1 Comment →’, ‘% Comments →’); ?>
    </span></p>
    </div>
    <?php endwhile; ?>
    <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } else { ?>
    <div class=”navigation”>
    <div class=”alignleft”>
    <?php next_posts_link(‘← Previous Entries’) ?>
    </div>
    <div class=”alignright”>
    <?php previous_posts_link(‘Next Entries →’) ?>
    </div>
    </div>
    <?php } ?> <?php else : ?>
    <h2 class=”center”>Not Found</h2>
    <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
    <?php endif; ?>
    </div> <!– /gap –>
    </div> <!– /content –>
    </div> <!– /content-wrap –>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    –––––––––––

    ar trebui sa schimb ceva aici? ca sa-mi functioneze lincurile de la arhiva?

    Pls, o mana de ajutor si mie!

Vizualizare 1 răspuns (din 1 în total)
  • Subiectul „Probleme cu tema Padangan ver 1.6.3” este închis pentru răspunsuri noi.