Profile

Dad gave me a Conolon HCH fly rod when I was 11. He said, “Do it like I do. Keep the rod between 11 and 1 o’clock, and hold a newspaper under your arm when you practice.” He added, “Twenty percent of the fisherman catch eighty percent of the fish.” I have been self-teaching and trying to reach the twenty percent ever since. I built my first fly rod seven years ago thinking I could get more rod for the money doing it myself. I continue to suffer the same motivation.

There is a Ford 8N restored tractor in the barn along with a 67 Airstream trailer and 54 Chevy pickup. Is there any surprise that I would build a fly rod from a vintage rod blank?

Documentation

Documentation of changes beyond Dashboard Options is here:

  • This code in Index.php places text before the posts depending on category. (currently removed as un necessary)

<?php /* This is test code*/
if (is_category(‘Documentation’))
echo “This is the text to describe category Doc”;

elseif (is_category(‘Fly Rod’))
echo “This is the text to describe category Fly rod”;
else
Echo “This is some generic text to describe all other category pages, I could be left blank”; ?>

  • “Display Widgets” adds option to each widget that allows it to be turned on or off on individual pages.
  • This code in Configure Header Area creates widget area

<?php bfa_widget_area(‘name=My widget area&cells=2&align=8&align_2=3&width_2=200&background=#445566&before_widget=<div id=”%1$s”>&after_widget=</div>’);?>

  • <?php /* This is the code that causes WP_Print, a plug-in, to function*/?>
    <?php if(function_exists(‘wp_print’)) { print_link(); } ?>
    <?php /* end WP_Print code */?>

Note; [donotprint] text [/donotprint] tags in the post content will cause it to not print.

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>