Browse Source

Updated formats directory

main
Kenneth John Odle 3 years ago
parent
commit
65eacb2031
  1. 6
      formats/content-aside.php
  2. 4
      formats/content-audio.php
  3. 4
      formats/content-chat.php
  4. 4
      formats/content-gallery.php
  5. 4
      formats/content-image.php
  6. 6
      formats/content-link.php
  7. 6
      formats/content-quote.php
  8. 6
      formats/content-status.php
  9. 4
      formats/content-video.php
  10. 4
      formats/content.php
  11. 6
      formats/excerpt-aside.php
  12. 2
      formats/excerpt-audio.php
  13. 2
      formats/excerpt-chat.php
  14. 2
      formats/excerpt-gallery.php
  15. 2
      formats/excerpt-image.php
  16. 6
      formats/excerpt-link.php
  17. 6
      formats/excerpt-quote.php
  18. 6
      formats/excerpt-status.php
  19. 2
      formats/excerpt-video.php
  20. 2
      formats/excerpt.php
  21. 45
      readme.md

6
formats/content-aside.php

@ -1,11 +1,11 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<?php if ( get_theme_mod( 'atticus_finch_aside_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_aside_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-asterisk"></span>

4
formats/content-audio.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<?php

4
formats/content-chat.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<?php

4
formats/content-gallery.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<?php

4
formats/content-image.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<?php

6
formats/content-link.php

@ -1,11 +1,11 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<?php if ( get_theme_mod( 'atticus_finch_link_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_link_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-link fa-rotate-90"></span>

6
formats/content-quote.php

@ -1,11 +1,11 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<?php if ( get_theme_mod( 'atticus_finch_quote_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_quote_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-quote-left"></span>

6
formats/content-status.php

@ -1,11 +1,11 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<?php if ( get_theme_mod( 'atticus_finch_status_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_status_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-at"></span>

4
formats/content-video.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<?php

4
formats/content.php

@ -2,9 +2,9 @@
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<!-- closing tag in content-main.php -->
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<?php

6
formats/excerpt-aside.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php if ( get_theme_mod( 'atticus_finch_aside_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_aside_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-asterisk"></span>
@ -26,7 +26,7 @@
?>
<?php
if ( get_theme_mod( 'atticus_finch_aside_excerpt' ) == '1' ) {
if ( get_theme_mod( 'portage_aside_excerpt' ) == '1' ) {
the_excerpt();
} else {
the_content();

2
formats/excerpt-audio.php

@ -1,7 +1,7 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">

2
formats/excerpt-chat.php

@ -1,7 +1,7 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">

2
formats/excerpt-gallery.php

@ -1,7 +1,7 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">

2
formats/excerpt-image.php

@ -1,7 +1,7 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">

6
formats/excerpt-link.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php if ( get_theme_mod( 'atticus_finch_link_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_link_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-link fa-rotate-90"></span>
@ -26,7 +26,7 @@
?>
<?php
if ( get_theme_mod( 'atticus_finch_link_excerpt' ) == '1' ) {
if ( get_theme_mod( 'portage_link_excerpt' ) == '1' ) {
the_excerpt();
} else {
the_content();

6
formats/excerpt-quote.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php if ( get_theme_mod( 'atticus_finch_quote_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_quote_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-quote-left"></span>
@ -27,7 +27,7 @@
?>
<?php
if ( get_theme_mod( 'atticus_finch_quote_excerpt' ) == '1' ) {
if ( get_theme_mod( 'portage_quote_excerpt' ) == '1' ) {
the_excerpt();
} else {
the_content();

6
formats/excerpt-status.php

@ -1,9 +1,9 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php if ( get_theme_mod( 'atticus_finch_status_title') == '1' ) { ?>
<?php if ( get_theme_mod( 'portage_status_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-at"></span>
@ -26,7 +26,7 @@
?>
<?php
if ( get_theme_mod( 'atticus_finch_status_excerpt' ) == '1' ) {
if ( get_theme_mod( 'portage_status_excerpt' ) == '1' ) {
the_excerpt();
} else {
the_content();

2
formats/excerpt-video.php

@ -1,7 +1,7 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">

2
formats/excerpt.php

@ -1,7 +1,7 @@
<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">

45
readme.md

@ -1,45 +0,0 @@
# Atticus Finch #
* 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 ##
af2 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](https://www.classicpress.net/), I decided to continue developing it, but changed the name to "af2" to avoid confusion.
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.
1. Upload the zip file.
## Copyright ##
Atticus Finch WordPress Theme, Copyright 2021 Kenneth John Odle.
Atticus Finch 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 ##
Loading…
Cancel
Save