webmasterguru
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: help with magazine-basic theme logowork on your template page. Find the file in wp-content -> themes -> default -> either index.php or page.php or whatever themplate file you are using (and fix the html code to meet ur needs).
Forum: Fixing WordPress
In reply to: Line return in Header?header.php file….. something like this do <title><?php wp_title(‘’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
Forum: Fixing WordPress
In reply to: Trying to verify site ownership for google webmaster tools…find your header.php file in wp-content -> themes -> default or classic (which ever one you are using). Don’t forget to put the code within the <head></head>
Forum: Fixing WordPress
In reply to: How to add script code to body tagemmmm…..you are trying to put this above the body closing tag. check your footer.php in wp-contents -> themes -> default or classic (whichever one you are using). There’s no need for the plugin.
Forum: Fixing WordPress
In reply to: Add Script to </body> in pages other than main pageFor every new page you have edited and choosen different templates for each of those page in side the wordpress admin section you can add your code to the bottom of those templates in dreamweaver, html editor etc. Just put the code above <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: permalink problem@ss_minnow……i have included /blog/ because i have both my WordPress address (URL) and Blog address (URL) set to the root folder of my domain name. Its just another way to do it instead of adding the /blog/ to the end of the domain name in the Blog address (URL). I’m doing it like this because i want to create normal pages without the blog info from posts etc on most pages and not on my home page. You’ll prob hammer me for this. ??
Thank you both for your help. I never knew what the parent drop down box was used for. You have to have the parent page published before it will be seen in that drop down box. While my pages were not published, i was struggling to see this.
As i’m updating my old website and moved to wordpress. I would prefer my links to be the same as they were before. I’m now able to get the parent link added. I have one more question, There prob isn’t another way……but can i have my links like “/new-folder/my-website/my-website-product/“. If not….then sure you can implement the same code as the parents page and change it a bit….does anyone know where to do this??
Forum: Fixing WordPress
In reply to: new template file called home.php, any suggestions?also….did you add that file to wp-content -> themes -> default. I’m guessing that you are using the default template.
Forum: Fixing WordPress
In reply to: Permalinks issuei hsve a different problem to this regarding the permalinks @ https://www.ads-software.com/support/topic/368932?replies=2 .
I think shifting to a new server will have all your setting back to the default settings with which you’ll have to assign them again. I may be wrong.