ryan1981
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Another Noob having trouble with Page TitlesForum: Fixing WordPress
In reply to: Another Noob having trouble with Page TitlesI show that as the “Site Title” and “Tagline”
The “Site Title” seems to be consistently at the end of all my Page Titles across the board.
My guess was that, for what I want to accomplish, I needed to change a setting in my “header.php” file.
Basically, I want to remove some of the cities from my current page title. I have the “Company Name” set as the site title, and it’s always at the end of my all page titles throughout the website.
What I want to update:
<title>Contact Us | Atlanta | Austin | Nashville | New Orleans | Company Name</title>
Where I think the setting is in my “header.php” file:
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> ? Blog Archive <?php } ?> <?php wp_title(); ?></title>
When I refer to the page title I think of it as the title of the page according to my browser. For example, as I’m editing this post, the top of my browser shows the page title as “WordPress > Support >> Another Noob having trouble with Page Titles” I’m I mistaken about what a page title is?
Thanks again!
Forum: Fixing WordPress
In reply to: Another Noob having trouble with Page TitlesHey, sure. Sorry for being cryptic. I’m trying to be cautious about what I”m asking for. Often times what I think I need to do, isn’t what I actually need to do.
I’m referring to the page title my browser shows at the top of the screen.
If I view the page source, the text I want to change is:
<title>Contact Us | Atlanta | Austin | Nashville | New Orleans </title>
Thanks for the reply!
Forum: Fixing WordPress
In reply to: 404 Page Not Found on all Blog PostsOkay, I changed it to default and it worked, then I changed it back to our custom /%postname%/ and it’s working as well!
My question now is, what happened?
Thanks so much for your help by the way!! I’m just so scared to start clicking away at things without advice.
Forum: Fixing WordPress
In reply to: 404 Page Not Found on all Blog PostsUsing the default permalink structure, it works.
Feels like a dumb question, but I’d like to have our custom URLs back. What should I do now?
Forum: Fixing WordPress
In reply to: 404 Page Not Found on all Blog PostsHey esmi! Thanks for the reply!!!
I contacted our host about the mod_rewrite.
He reverted to a backup .htaccess file but there was no change.
He then ran a MySQL check and found one of the tables marked as crashed. He repaired this table and re-started MySQL. Still no dice.
It’s actually still unconfirmed if mod_rewrite is running.