[Plugin: In Over Your Archives] fixed link to previous year
-
<?php if($prev_year_posts->have_posts()) : ?>
<!– current_month + 11)); ?>” class=”prevyear” rel=”<?php echo ($current_year-1) . ioya_format_month($current_month) ?>”>< –>
ioya_format_month($current_month + 11) ?>” class=”prevyear” rel=”<?php echo ($current_year-1) . ioya_format_month($current_month) ?>”><
<?php endif; ?>pretty much replace instance of : .’/ioya/’.($current_year + 1) .’/’. ioya_format_month($current_month)
which outputs this for url: …/ioya/yyyy/mm
the code changes above to match the wordpress link format: /?m=yyyymm
The topic ‘[Plugin: In Over Your Archives] fixed link to previous year’ is closed to new replies.