Skip to content

Commit

Permalink
Minor changes in readme.md.php // Plugin Check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiu Bagrin committed Nov 29, 2014
1 parent a2a646d commit 904b5b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@

##STEP 2

###Paste the breadcrumbs code in your theme
###Paste the breadcrumbs code in your theme

Open Appearance/Editor and select <strong>single.php</strong> file to edit.
Open Appearance/Editor and select <strong>single.php</strong> file to edit.

In the theme, paste the code where you want your breadcrumbs to appear (usually beneath the the_title() tag) and then save your theme.
In the theme, paste the code where you want your breadcrumbs to appear (usually beneath the the_title() tag) and then save your theme.

---

##STEP 3

###Add the breadcrumbs to your archive listings
###Add the breadcrumbs to your archive listings

Copy the following code to your clipboard:

<code>&lt;?php if( function_exists('fw_ext_breadcrumbs') ) { fw_ext_breadcrumbs(); } ?&gt;</code>

Open Appearance/Editor and select <strong>archive.php</strong> file to edit.
Open Appearance/Editor and select <strong>archive.php</strong> file to edit.

In the theme, find the place where each item is rendered and paste the code inside that code block.

Expand Down

0 comments on commit 904b5b1

Please sign in to comment.