diff --git a/readme.md.php b/readme.md.php index f695984..8148bec 100644 --- a/readme.md.php +++ b/readme.md.php @@ -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 single.php file to edit. +Open Appearance/Editor and select single.php 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: <?php if( function_exists('fw_ext_breadcrumbs') ) { fw_ext_breadcrumbs(); } ?> -Open Appearance/Editor and select archive.php file to edit. +Open Appearance/Editor and select archive.php file to edit. In the theme, find the place where each item is rendered and paste the code inside that code block.