Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMasterson committed Aug 10, 2014
1 parent 9a9f124 commit 660873c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Check out <a href="http://hofmannsven.com/2013/laboratory/wordpress-post-like-sy

Originally, this system utilized <a href="http://fontawesome.io/" target="_blank">Font Awesome</a> for the heart and gear icons. The Font Awesome version is still available in the <em>vendor</em> folder for those who are already using Font Awesome in their theme.

<h3>Four Steps to Glory</h3>
<h3>Five Steps to Glory</h3>
<ol>
<li>Add the CSS to your theme's main stylesheet.</li>
<li>Add <em>post-like.min.js</em> to your theme's <em>js</em> folder (if it exists). If there is no <em>js</em> folder at your theme's root level, create one and add <em>post-like.min.js</em> to it.</li>
<li>Add all the fonts to your theme's <em>fonts</em> folder (if it exists). If there is no <em>fonts</em> folder at your theme's root level, create one and add all the fonts to it.</li>
<li>Add the contents of post-like.php to your theme's functions.php file.</li>
<li>Implement the button by doing one of the following:
<ol>
<li>Add the button function to your theme's single page template (typically content-single.php) — <code><?php echo getPostLikeLink( get_the_ID() ); ?></code></li>
<li>Add the button function to your theme's single page template (typically content-single.php) — <code><php echo getPostLikeLink( get_the_ID() ); ?></code></li>
<li>Include the [jmliker] shortcode in your posts</li>
</ol>
</li>
Expand Down

0 comments on commit 660873c

Please sign in to comment.