Fixed readme.md file. (It's been a while.)
This commit is contained in:
parent
277a6bf73f
commit
24edd361ae
0
.gitattributes
vendored
Normal file → Executable file
0
.gitattributes
vendored
Normal file → Executable file
4
.gitignore
vendored
Normal file → Executable file
4
.gitignore
vendored
Normal file → Executable file
@ -41,3 +41,7 @@ $RECYCLE.BIN/
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# Added by me
|
||||
# 2021.06.27
|
||||
notes.txt
|
||||
|
10
header.php
10
header.php
@ -15,7 +15,8 @@
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<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(); ?>
|
||||
</head>
|
||||
@ -49,7 +50,7 @@
|
||||
echo '<h1>' . get_option( 'blogname' ) . '</h1>';
|
||||
} else { ?>
|
||||
<h2><a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a></h2>
|
||||
<?php
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div><!-- end #site-title -->
|
||||
@ -78,7 +79,8 @@
|
||||
|
||||
<?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">
|
||||
<?php
|
||||
@ -91,7 +93,7 @@
|
||||
'container' => 'div',
|
||||
'container_id' => 'belowheadermenu',
|
||||
'depth' => 3,
|
||||
'walker' => $walker,
|
||||
// 'walker' => $walker,
|
||||
);
|
||||
} else {
|
||||
$array = array(
|
||||
|
30
readme.md
30
readme.md
@ -1,25 +1,25 @@
|
||||
* 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
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
# 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 **
|
||||
## Description ##
|
||||
|
||||
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.
|
||||
2. 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. Type in 'Atticus Finch' in the search form and press the 'Enter' key on your keyboard.
|
||||
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 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)
|
||||
Source: http://users.tpg.com.au/j_birch/plugins/superfish/
|
||||
|
||||
** Notes **
|
||||
## Notes ##
|
||||
|
Loading…
Reference in New Issue
Block a user