I want to print the name of the page I am on in Wordpress. How do I do this?
Thanks, so easy :)
                  GreenRails
                   2009-11-27 15:14:40
                It is when you know how :)There is a lot of theme documention available at http://codex.wordpress.org/Template_Tags
                  Adam Dempsey
                   2009-11-27 15:16:27
                
                
                A: 
                
                
              in addition, think you should add the "echo" so it would output or print the title. so goes like:
                  acupuncture_boynton
                   2009-11-27 17:42:16
                
              By default it is displayed and not returned, if the third parameter is set to false the value is returned and not displayed.Source:  http://codex.wordpress.org/Template_Tags/the_title
                  Adam Dempsey
                   2009-11-27 18:52:12