An updated theme (based on Atticus Finch) for ClassicPress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kenneth John Odle b3b6ce5f28 Updated README.md 3 years ago
formats Updated formats directory 3 years ago
functions Changed WordPress to ClassicPress in developer credits 3 years ago
images Initial commit 3 years ago
inc updated inc directory 3 years ago
js Updated js directory 3 years ago
styles Centered top menu 3 years ago
404.php Updated 404.php 3 years ago
README.md Updated README.md 3 years ago
archive.php Updated archive.php 3 years ago
category.php Updated category.php 3 years ago
comments.php Updated comments.php 3 years ago
footer.php Updated footer.php 3 years ago
functions.php Added Patreon and PayPal social media options 3 years ago
header.php Updated header.php 3 years ago
index.php Updated index.php 3 years ago
notes.txt Initial commit 3 years ago
page-no-sidebar.php Updated page.php & page-no-sidebar.php 3 years ago
page.php Updated page.php & page-no-sidebar.php 3 years ago
readme.txt Initial commit 3 years ago
screenshot.png Initial commit 3 years ago
sidebar.php Updated sidebar.php 3 years ago
single.php Updated single.php 3 years ago
style.css Added Patreon and PayPal social media options 3 years ago
tag.php Updated tag.php 3 years ago

README.md

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