PDXOR
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog issues on "That Music" themeFigured it out. This was helpful: https://www.theblog.ca/latest-posts-outside-main-page-wordpress
Forum: Themes and Templates
In reply to: Blog page not using plug-insFigured it out. This was helpful: https://www.theblog.ca/latest-posts-outside-main-page-wordpress
Forum: Themes and Templates
In reply to: Blog page not using plug-insAnyone able to help on this?
Forum: Fixing WordPress
In reply to: Make tab title different from page titleCool, thanks for your help. I’ll investigate doing a php include. Amazing how many rabbit holes there are to follow ??
Forum: Fixing WordPress
In reply to: Make tab title different from page titleI don’t think I answered your question completely — no, there is no separate grid_16 file.
Forum: Fixing WordPress
In reply to: Make tab title different from page titleHi — the header is native to the theme. “grid_16 navigation” controls the row I’m trying to edit (navigation bar). I just dropped in your code above in several places, and it added an extra link in the nav row, but didn’t change the tab name.
Here’s the section of code:
<div class="grid_16 navigation"> <ul> <?php wp_list_pages('depth=1&title_li='); ?> </ul> <div class="search_box"> <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> <div> <input type="image" src="<?php bloginfo('template_directory'); ?>/img/search_btn.gif" id="go" alt="Search" title="Search" class="search_btn" /> <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" class="search_field" /> </div> </form> </div> </div>
Forum: Fixing WordPress
In reply to: Make tab title different from page titleThanks, looks like that’s in the view source code on the page? Being the non-programmer I am, I don’t know how to get the revised code line back into the header.php file. I see now that the page source code follows the outline of the header file, but with extra code added in. I tried just adding your revised line in the appropriate place in the header file, but that doesn’t work.
How do you revise the code and add to the header file? Thanks —
Forum: Fixing WordPress
In reply to: Make tab title different from page titleYeah, I could do that, but wanted to keep my content section title more personalized (welcome to bandpromo.me). If I change the page title to “home” the heading at the top of the content block changes to “home” too.