[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
https://www.ads-software.com/extend/plugins/in-over-your-archives/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: In Over Your Archives] fixed link to previous year’ is closed to new replies.