Hi - I would like to do two things in the new Twenty ten (default) wordpress theme. First I should say I am not a coder, though I know a little HTML. (No PHP) - I can find and edit the code if I know what to look for and what to put. I'd like to : 1) Take the page names (titles) off the pages themselves. 2) I am trying to add anchor text link (Website designed by....) in the middle of the footer (between site name and powered by WP.) But have no idea how to do it. In the footer.php file, I tried copying the site generator div code (below) and making replacements for my domain name and anchor text and title - that did not work. Plus, I wasn't sure how to specify where to put it anyway. <div id="site-generator"> <?php do_action( 'twentyten_credits' ); ?> " title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator"> <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?> </div><!-- #site-generator --> Can anyone help with this?
i can help you in this you may PM me , because i need to know few things first regarding your first point second point is so easy . You may contact me via PM
Example - I do not want the Home page to say "home" or "welcome" or anything else (other than my chosen content). but there should still be a "home' (or whatever I call that page) in the menu and it gets that from the page title/name. Perhaps that makes this more clear.
You can customise the page titles with a suitable Wordpress plugin, for example, All in One Seo. As for the footer - pretty sure you need to leave that intact (y'know, because you didn't make it).
sorry - you are not understanding. 1) I want to ADD a link to the bottom - like a mini site map - a link back to an internal page. absolutely no rule against that 2) all in one lets you customize what the page title is - not whre it shows up. I' pretty sure I need to modify the code to do this. I have done it before with another theme and that is what I had to do. I had to take out the code that puts the page title right on the page itself. But the code for this theme is not the same.