Cypher
Forum Replies Created
-
Forum: Themes and Templates
In reply to: forgot close-tagIf you are using the WYSIWYG editor then you aren’t creating the tags by hand, so you wouldn’t have un-closed tags.
If you are using the regular editor and did open a tag, there is a handy “Close Tags” button that you can hit to close any tags that aren’t closed yet.
If you are adding tags by hand without using either of these two mechanisms, then the onus is on you to ensure that you don’t violate the code.
You can write a plugin if you really want to parse the content of a post and close any un-closed tags for you before saving it in the database.
Regards
Forum: Fixing WordPress
In reply to: Better Caching?WordPress does do some amount of caching. But a site being down could be related to hosts being overwhelmed by the traffic. Lots of things will take down a site pretty quickly.
Least of which is getting front-paged on Digg.com and having the tens of thousands of visitor just click onto your page. To be able to maintain sustained traffic at that pace you’d need a beefy server and pretty nifty code.
Regards
Forum: Fixing WordPress
In reply to: Permalinks never workedBefore you do all the destructive things. Can you enable permalinks using the default scheme, and then show us what your .htaccess file looks like?
Also, can you try adding “/index.php/” to the beginning of the scheme and see if things begin to work?
Regards
Forum: Fixing WordPress
In reply to: HELP!!!! My sidebar is pushed down to the bottom of the pageProvide a link to your blog, show us what post is causing the problem. Without this information you honestly don’t expect to get any real answers, do you?
Regards
Forum: Everything else WordPress
In reply to: Sidebar BrokenYou have a closing </div> before the “second” portion of your sidebar begins. Find it, move it to the end of your sidebar and problem solved.
Regards
Forum: Everything else WordPress
In reply to: Pop-UpIf you’re not the programmer/coder, then you would probably not implement whatever solution you do come up with. So discuss my thoughts with the person who is indeed going to implement it and see if they can figure it out.
Regards
Forum: Installing WordPress
In reply to: RSS FeedUse a FTP software and alter the permissions of the files.
Regards
Forum: Installing WordPress
In reply to: RSS FeedTry the link again without the “feed:” part. Edit the sidebar.php file for your theme and remove that portion from the link.
Regards
Glad to heard you fixed the problem Andrea.
Good luck.
Regards
Forum: Fixing WordPress
In reply to: moving .htaccess file1. Download the file from your site to a local directory.
2. Go to the root for your site.
3. Upload the file from your local directory to the site.Regards
Forum: Everything else WordPress
In reply to: Pop-UpUse JS..hook into the <body onLoad> hook?
Regards
Forum: Fixing WordPress
In reply to: Hacked by BreakersWhat version of WP were you running? Can you access the CPanel or some management interface for your site? Can you check on the database contents through that?
Can you upload a new index.php from the WP archive to you site and see if things show up? Can you use FTP to look at what files are left on your site?
Regards
Forum: Requests and Feedback
In reply to: how can i put two posts next to eachother, but in columns?Grab the the code from HemingwayBright. 🙂
Here it’s only 4 posts, but it’s easy to make that 6. The latest post shows up as Post #1.
Regards
Forum: Installing WordPress
In reply to: MySQL Error connecting to database….No, the version shouldn’t matter for connection. Can you use the hostname, username and password and connect to the server through a shell prompt??
Regards
Forum: Fixing WordPress
In reply to: How to make RSS links work on a WordPress.com hosted blogWe don’t provide support for WordPress.COM blogs here.
Please check out http://wordpress.com/forums
Regards