Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • To solve the problem of only showing the “Go forward in time”-link when there are posts, do this instead for a bit cleaner code:

    <div class="alignright">
    <?php $are_there_posts = previous_posts_link('next'); if ($are_there_posts != "") {  ?>
    				<a href="<?php previous_posts();?>#abstopp">Go forward in time &raquo;</a><?php } ?>
    </div>
    Forum: Plugins
    In reply to: Allow visitors to tag posts

    Yes there is.

    TagThis allows visitors to add tags to WordPress posts

    To remove the “1” just replace 1 with ” in the code.. ie:

    <h2>Archives</h2>

    <form name=”archiveform” action=””>
    <select name=”archive_chrono” onchange=”window.location = (document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);”>
    <option value=”>Monthly Records</option>
    <?php get_archives(”,”,’option’, ”); ?>
    </select>
    </form>

Viewing 3 replies - 1 through 3 (of 3 total)