An updated theme (based on Atticus Finch) for ClassicPress
Go to file
2021-08-05 19:10:58 -04:00
formats Updated formats directory 2021-08-01 13:44:39 -04:00
functions Changed WordPress to ClassicPress in developer credits 2021-08-03 19:54:58 -04:00
images Initial commit 2021-08-01 13:32:46 -04:00
inc updated inc directory 2021-08-01 13:46:46 -04:00
js Updated js directory 2021-08-01 13:48:46 -04:00
styles Centered top menu 2021-08-05 19:02:25 -04:00
404.php Updated 404.php 2021-08-01 13:51:26 -04:00
archive.php Updated archive.php 2021-08-01 13:52:14 -04:00
category.php Updated category.php 2021-08-01 13:52:55 -04:00
comments.php Updated comments.php 2021-08-01 13:53:44 -04:00
footer.php Updated footer.php 2021-08-01 13:54:17 -04:00
functions.php Added Patreon and PayPal social media options 2021-08-02 20:22:37 -04:00
header.php Updated header.php 2021-08-01 13:56:00 -04:00
index.php Updated index.php 2021-08-01 13:56:34 -04:00
notes.txt Initial commit 2021-08-01 13:32:46 -04:00
page-no-sidebar.php Updated page.php & page-no-sidebar.php 2021-08-01 13:57:42 -04:00
page.php Updated page.php & page-no-sidebar.php 2021-08-01 13:57:42 -04:00
README.md Updated README.md 2021-08-05 19:10:58 -04:00
readme.txt Initial commit 2021-08-01 13:32:46 -04:00
screenshot.png Initial commit 2021-08-01 13:32:46 -04:00
sidebar.php Updated sidebar.php 2021-08-01 13:58:18 -04:00
single.php Updated single.php 2021-08-01 13:58:45 -04:00
style.css Added Patreon and PayPal social media options 2021-08-02 20:22:37 -04:00
tag.php Updated tag.php 2021-08-01 13:59:14 -04:00

Portage — A Theme for Classic Press

  • Contributors: @kjodle
  • Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
  • Requires at least: 1.0
  • Tested up to: 1.2
  • Stable tag: 0.9.1 (Not sure how this will work under ClassicPress.)
  • License: GPLv2 or later
  • License URI: http://www.gnu.org/licenses/gpl-2.0.html

Description

Portage is a spinoff of the Atticus Finch theme I originally designed for use on my WordPress blogs. Because of my dissatisfaction with WordPress and the block editor, I stopped developing it for some time. After transitioning to ClassicPress, I decided to continue developing it, but changed the name to "Portage" to avoid confusion.

A "portage" is the act of carrying a boat between navigable waters, in this case between the upstream trip I was making with WordPress and the downstream trip I am making with ClassicPress. It seemed appropriate. (It is also the name of the city I live in, which I very much enjoy living in.)

For more information about Atticus Finch please go to http://wiki.kjodle.net/Category:Atticus_Finch_Theme.

Installation

  1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
  2. Upload the zip file.

Demo Site

You can view this theme in action here.

You can install this theme on your own (non-production) site by logging in via the command line, navigating to the wp-content/themes directory and executing the following command:

git clone https://git.kjodle.net/kjodle/portage

The theme will then appear in your list of available themes.

To check for updates, log in via the command line, and navigate to the wp-content/themes/portage directory and execute the following command:

git fetch

If the project has not been updated, that command will not ouput anything. If the project has been updated, git will begin displaying what has changed, a page at a time. If you don't want to review that, press q to quit.

You can update your installation by executing the following command:

git pull

Again, please do not install this theme on production sites.

Portage ClassicPress Theme, Copyright 2021 Kenneth John Odle. Portage is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The Atticus Finch theme bundles the following third-party resources:

FontAwesome Icon Font, Copyright 2016 Dave Gandy License: MIT (http://opensource.org/licenses/mit-license.html) Source: https://fortawesome.github.io/Font-Awesome/

IM Fell English Font, Copyright 2016 Igino Marini License: SIL (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) Source: https://www.google.com/fonts/specimen/IM+Fell+English

Superfish jQuery Menu Plugin, Copyright 2015 Joel Birch License: MIT (http://opensource.org/licenses/mit-license.html) Source: http://users.tpg.com.au/j_birch/plugins/superfish/

Notes

This theme was never fully debugged before I took it live on my own sites. I've slowly been working through both transitioning to Portage and getting rid of bugs. Check the issues page for items I'm in the process of working through. I may also make some notes in the wiki. —Cheers