• Resolved mindfeck

    (@mindfeck)


    In the archive pages, such as categories, the read more link just says “more” instead of something like Continue Read (the title).

    In the main page, it’s
    <?php the_content(‘Continue Reading ‘ . ‘”‘. get_the_title(”, ”, false) . ‘”‘); ?>

    How do I do that in the archive page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • By editing the archive.php file?

    Thread Starter mindfeck

    (@mindfeck)

    Right now my archive page is like this:

    <ul id=”archives”><?php wp_get_archives(‘type=monthly’); ?>

    That doesn’t look like it’s the same format. Should I just change it over?

    No, that’s the archives.php file – notice the S at the end. I was talking about the archive.php!!!

    Thread Starter mindfeck

    (@mindfeck)

    Whoops, obviously. I need more sleep. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Archive read more’ is closed to new replies.