• I was looking at the Kubrik Theme for 1.3; I was excited about how it has a separate ‘Archives’ and ‘Links’ page, but I’m unsure how those can be integrated into the site. If I select the Kubrik theme, how do I access these extra pages (what’s the URI)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • For further clarification, are you asking how to set up the pages, or how to get the “https://site/archives/” link?
    If it’s the latter, you need to add rewrite rules to your .htaccess file, like so:
    RewriteRule ^archives/ /archives.php [QSA]

    I haven’t tested this feature, but it might this one you’re looking for.
    1. Go to Manage | Pages | Create New Page
    2. Enter “archives” in “Page Title” field box
    3. Select “Archives” as the Page Template (under Page Options)
    4. Click “Create New Page”
    With permalink set the page location would be
    https://mysite.com/archives/

    Thread Starter marky

    (@marky)

    Thanks, alphaoide!
    It’s a little bit of a hack, but that’s exactly what I was looking for!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extra Pages in Themes’ is closed to new replies.