Fixed readme.md file. (It's been a while.)

This commit is contained in:
Kenneth John Odle 2021-06-28 18:40:59 -04:00
parent 277a6bf73f
commit 24edd361ae
4 changed files with 25 additions and 19 deletions

0
.gitattributes vendored Normal file → Executable file
View File

4
.gitignore vendored Normal file → Executable file
View File

@ -41,3 +41,7 @@ $RECYCLE.BIN/
Network Trash Folder Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
# Added by me
# 2021.06.27
notes.txt

View File

@ -15,7 +15,8 @@
<link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php atticus_finch_custom_css_head(); ?> <!-- Commented out on 2021.06.27 -->
<?php // atticus_finch_custom_css_head(); ?>
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
@ -49,7 +50,7 @@
echo '<h1>' . get_option( 'blogname' ) . '</h1>'; echo '<h1>' . get_option( 'blogname' ) . '</h1>';
} else { ?> } else { ?>
<h2><a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a></h2> <h2><a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a></h2>
<?php <?php
} }
?> ?>
</div><!-- end #site-title --> </div><!-- end #site-title -->
@ -78,7 +79,8 @@
<?php do_action( 'atticus_finch_before_primary_menu' ); ?> <?php do_action( 'atticus_finch_before_primary_menu' ); ?>
<?php $walker = new Atticus_Finch_Menu_With_Description; ?> <!-- Commented out on 2021.06.27 -->
<?php // $walker = new Atticus_Finch_Menu_With_Description; ?>
<nav id="primary-menu"> <nav id="primary-menu">
<?php <?php
@ -91,7 +93,7 @@
'container' => 'div', 'container' => 'div',
'container_id' => 'belowheadermenu', 'container_id' => 'belowheadermenu',
'depth' => 3, 'depth' => 3,
'walker' => $walker, // 'walker' => $walker,
); );
} else { } else {
$array = array( $array = array(

View File

@ -1,25 +1,25 @@
* Atticus Finch * # Atticus Finch #
Contributors: kjodle * Contributors: @kjodle
Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready * 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 * Requires at least: 1.0
Tested up to: 1.2 * Tested up to: 1.2
Stable tag: 0.9.1 * ~~Stable tag: 0.9.1~~ (Not sure how this will work under ClassicPress.)
License: GPLv2 or later * License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html * License URI: http://www.gnu.org/licenses/gpl-2.0.html
** Description ** ## Description ##
For more information about Atticus Finch please go to http://wiki.kjodle.net/Category:Atticus_Finch_Theme. For more information about Atticus Finch please go to http://wiki.kjodle.net/Category:Atticus_Finch_Theme.
As of version 0.10, development is exclusively for [ClassicPress](https://www.classicpress.net/). As of version 0.10, development is exclusively for [ClassicPress](https://www.classicpress.net/). :grinning:
** Installation ** ## Installation ##
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. 1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in 'Atticus Finch' in the search form and press the 'Enter' key on your keyboard. 1. Type in 'Atticus Finch' in the search form and press the 'Enter' key on your keyboard.
3. Click on the 'Activate' button to use your new theme right away. 1. Click on the 'Activate' button to use your new theme right away.
** Copyright ** ## Copyright ##
Atticus Finch WordPress Theme, Copyright 2016 Kenneth John Odle Atticus Finch WordPress Theme, Copyright 2016 Kenneth John Odle
Atticus Finch is distributed under the terms of the GNU GPL Atticus Finch is distributed under the terms of the GNU GPL
@ -48,4 +48,4 @@ Superfish jQuery Menu Plugin, Copyright 2015 Joel Birch
License: MIT (http://opensource.org/licenses/mit-license.html) License: MIT (http://opensource.org/licenses/mit-license.html)
Source: http://users.tpg.com.au/j_birch/plugins/superfish/ Source: http://users.tpg.com.au/j_birch/plugins/superfish/
** Notes ** ## Notes ##