John H
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Headline SplitsThat might be a bit difficult. Your best bet would be to seek out a WordPress designer/coder and ask them your questions.
Don’t ask here as that is not something you should do in the forums here. Instead, use this site to find people who might help you (or just Google a WordPress designer):
Forum: Fixing WordPress
In reply to: Headline SplitsThis is how your Theme you are using breaks up your headline to fit in the static size box on the homepage.
Because the box is only so wide, only so many characters (white space included) will fit in there.
To fix it, you’d have to edit your theme’s code to widen the box. But doing that will affect everything on the right as well.
If you know how to code and design sites, go for it. If not, be real careful because you could really mess things up.
Forum: Fixing WordPress
In reply to: Is there code to include pages in searches w/out a plugin?Thanks t31os_, I’ll check that out.
Forum: Fixing WordPress
In reply to: How long should it ake for WP to upgradeYou can try deactivating all your plugins and then doing the upgrade, just in case there’s a plugin causing problems.
Forum: Fixing WordPress
In reply to: Dont’ have a vertical tool bar when I”m trying to editIs this a problem with your web browser’s screen size? If you scroll all the way over to the right will you see the scroll bar? Other than that, maybe a screen shot would help, but not sure you know how to do that or not.
Forum: Fixing WordPress
In reply to: “Sticky Post” — Have a POST not a PAGE stay on top?If that doesn’t work, there’s a sticky post plugin.
Forum: Fixing WordPress
In reply to: Blog will only show with “/blog” at end of urlI do not want to break the Forum rules here.
If you require additional help, you can visit our site.
Forum: Fixing WordPress
In reply to: Blog will only show with “/blog” at end of urlTo get your phpMyAdmin login info, head over to your Yahoo’s control panel, then File Manager, navigate to the /blog directory, tick the box next to wp-config.php and click the Edit File button.
Once the file is open, look at the code. You should find your database’s username and password in there. Note it, head over to phpMyAdmin and try logging in.
If that doesn’t get access to your database, you definitely have changed your user credentials for it. This could also be a reason why your website is not coming up.
A possible fix for your current problem:
In your /blog directory you should see the index.php file. Open that file with the editor.
Make sure this code
require('./wp-blog-header.php');reads like that. If you moved it to your root previously, you may have included the path /blog in it. Make sure it looks like the one above.If all else fails, simply restore your backup. Upload all your WP files to the /blog directory, drop your database tables (if you have access), and upload the new database. If you can’t get access to your database, create a new one, upload your backup database to it, open your wp-config.php file and update it with the new database name, password, etc.
If you’re not sure how to do all that, let us know.
Forum: Fixing WordPress
In reply to: Blog will only show with “/blog” at end of url1. If you don’t have a custom permalink structure set up, you might not have a .htaccess file. You should, by the way – for security purposes.
2. No, you don’t need to delete it.
Watch this video and make sure you have complete each of the steps.
It might change if you changed something within WordPress. For example, if you toyed with your Permalink structure.
The site below shows the code needed for pretty permalink structure if you want to replace it.
http://perishablepress.com/press/2006/06/14/the-htaccess-rules-for-all-wordpress-permalinks/
Forum: Fixing WordPress
In reply to: Moved blog index to root – settings > permalinks page blankSomething similar happened to this guy here:
http://wordpress.org/support/topic/260164?replies=3Maybe post over there and see if they got it fixed and how.
Forum: Fixing WordPress
In reply to: Can’t Log-In…NEED HELP!That’s doable, but not as easy as it may seem. Your database will need to be updated with the new blog address.
Here’s a video on our site on how to move WordPress into your root directory. It’s not exactly what you’re looking to do, but very similar as you’d need to do basically the same thing except rather than transferring your blog to your root, you’re just moving it to another directory.
http://wpbloghost.com/wpbloghost-home-school-for-wordpress/how-to-move-your-wordpress-blog-from-a-subdirectroy-to-root/Here’s another tutorial WordPress has itself:
http://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryForum: Fixing WordPress
In reply to: Need to direct all my posts to a certain pageWell, when an author logs on to my blog and selects “Add new Post”, where does he specify which page that post should go on?
When an author clicks “Publish” to publish the post they just wrote, it will show up at the top of the blog page until the next article is published. Then the new one will be displayed on top of that one – and so on.
You don’t really display what page it goes on, rather, you can specify which Category that post belongs in. You create the categories – it’s in the Edit Post area on the right side.
What if there were two pages on by blog that use the “DefaultTemplate” and are thereby classified as “Blog pages”. Then how does wordpress decide which page would the post go on?
The “Post” wouldn’t go to a page, it would go to it’s own article page (not to be confused with “Add New Page” in the Dashboard. Pages are items like “About Us”, “Contact Us”, “Our Services”, etc.
Posts are articles which when published are automatically published to wherever your blog directory is.
Articles which might explain it better:
http://support.wordpress.com/post-vs-page/
http://www.thenichestorebuilder.com/the-difference-between-a-wordpress-page-category-and-post.htmI assume you tried resetting your permalink structure (revert to default and then create the new structure again)?
Some servers require what’s called a refresh of .htaccess files on their servers. This happens once every hour with some companies. So leave your permalink structure intact, wait until the top of the hour hits, and see if they magically work once the hour passes.
Other than that, I haven’t heard of any WP issues.
Forum: Fixing WordPress
In reply to: Can’t Log-In…NEED HELP!Sounds like there’s a redirect in one of your .htaccess files.
Log into your web hosting control panel. Check the .htaccess files (if you have them) in your root directory and /admin directory.
Look for any kind of redirect or code which contains the page you keep redirecting to. You can comment out those lines by putting a # in front of them to test if removing it fixes the problem.
If this is something that’s happened out of the blue and you haven’t changed anything, it’s possible your site was hacked.