• Resolved rosiemalachi

    (@rosiemalachi)


    Hey

    So I’ve made some custom archive pages by copying the theme’s page.php and adding this code:

    <p>Categories:</p>
    <ul class=”bycategories”>
    <?php wp_list_categories(‘title_li=’); ?>

    <div class=”clear”></div>

    What I want to do is customize these two archive pages so that one of them (video archive) shows thumbnails of a video to represent each sub category, and once the sub category is selected, I’d like that to show thumbnails of each of the videos in that sub category instead of a list with the stretched image like on home page.

    My other archive (writing archive) should just be a simple list of the relevant posts.

    I know this might be a complicated change to make, but any pointers in the right directions would be welcomed.

    Cheers

    R

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @rosiemalachi,

    Yeah, that’s a bit outside the scope of these support forums. I’d recommend you to get in touch with a freelance developer that can help you modify the archive page to suit your needs.

    — Anders

    Thread Starter rosiemalachi

    (@rosiemalachi)

    Yeah fair enough.

    I’ve actually found a way, which is simply to create my archive pages as i want them to look manually. That’ll work fine for now til I get better at coding.

    cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘custom archive page’ is closed to new replies.