• erckx

    (@erckx)


    Hi!

    I am a photographer and upload my projects to my website. As it is now, it has one page with all my videos, like a blog. I would like to add another page that looks the same, so that I can have one page with a selection of videos, and another one that is an archive. I use a template theme that is called Chosen, and I am uncertain on how to solve this.

    Any insights?

    Regards,

    Erik

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Erik,

    Thanks for using Chosen!

    There are a few ways you could do this. An easy solution would be to create categories for your posts and then link to those categories in your menu. That would give you multiple archives that show the posts you select.

    I would also recommend updating to the latest version of Chosen as there are a lot of additional features and bug fixes added since version 1.11.

    Thread Starter erckx

    (@erckx)

    Hi Ben, thanks for your answer!

    Adding a link to a new category in the menu did work, the posts that I selected does show in the new archive. But they are also still showing in the “original” post feed. How do I fix that? Also, at the top of the new archive a text appeared that says “You are viewing the Archive category archive.” How do I remove it?

    Regards,

    Erik

    Theme Author Ben Sibley

    (@bensibley)

    You could switch the homepage to a static page instead of showing an archive there or install the Ultimate Category Excluder plugin and use that to remove specific categories from the homepage.

    As for the text at the top of the archive pages, you can hide it with the following CSS:

    .archive-header {
      display: none;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter erckx

    (@erckx)

    Thank you Ben, both the plugin and the CSS code worked like a charm! Now one last (I hope) question. Is it possible to move the “Archive” menu button on the top left to the top right of the site instead?

    All the best,

    Erik

    Theme Author Ben Sibley

    (@bensibley)

    Glad to hear that!

    The following code should work well for moving the menu to the right side of the screen:

    @media all and (min-width: 900px) {
    
      .menu-primary {
        float: right;
      }
    }
    Thread Starter erckx

    (@erckx)

    Thanks again Ben, this also worked great. I really appreciate the help! This is all for now, but I’ll check in again if something else comes up.

    /Erik

    Theme Author Ben Sibley

    (@bensibley)

    Sounds good! You know where to post if you need anything else ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Add another similar page to my website’ is closed to new replies.