On every page I have the widget I am trying to call that page name.
<div id="bizMenu">
<h3>See how <span>Our <?php echo the_title(); ?></span> apply to</h3>
<div id="bizMenuBG">
<ul>
<li id="businesses"><a href="http://ecorpenglish.pricelessmisc.com/work-with-us/businesses/">Businesses</a></li>
<li id="individuals"><a href="http://ecorpenglish.pricelessmisc.com/work-with-us/individuals/">Individuals</a></li>
<li id="resellers"><a href="http://ecorpenglish.pricelessmisc.com/work-with-us/partners/">Partners</a></li>
</ul>
</div>
</div>
This is an example of the page: http://ecorpenglish.pricelessmisc.com/methods/pedagogy/
Essentially their is a line of text that says "See how our 'page title' apply to:"
Any ideas?