Cypher
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: API KEY is M-I-A!You need to register a new blog with WordPress.com to be given the API key.
WP.COM authenticates differently than WP.ORG sites..
Regards
Forum: Fixing WordPress
In reply to: error wp posts. MYIContact your webhost and see if your database server is functioning properly or not.
Regards
Forum: Everything else WordPress
In reply to: API KEY is M-I-A!Visit this site and get your answers.
Regards
Forum: Fixing WordPress
In reply to: What is your Preferred Contact US Form plugin?I used Ryan’s version for a long time and then went to PXS, but both were hit by spammers. I now run Dagondesigns version and so far no spam.
Regards
Forum: Everything else WordPress
In reply to: Usage of the WordPress Admin ThemeIt’s GPL, have at it and enjoy..if people can sell WordPress, you surely can just use the style..:)
Regards
Forum: Requests and Feedback
In reply to: API KeyThe API key Akismet is referencing is one given out by http://wordpress.com, so sign up for a blog and use the API key they give you..
The Akismet webpage is your guide..
Regards
Forum: Installing WordPress
In reply to: Did it work?From your main page….
<meta name=”generator” content=”WordPress 2.0.1″ /> <!– leave this for stats please –>
So methinks, it didn’t work..and you were running 2.0.1 to begin with.
Regards
Forum: Fixing WordPress
In reply to: How do I reset the post ID number?I concur with HandySolo, and my only comment is for you to not give the post ID any thought, just know that as long as two posts have different ID’s, you’re all set. You should give it no more importance than that.
Regards
Forum: Fixing WordPress
In reply to: Is our blog dead? Help!Have you modified anything recently?? Like add a plugin, if so, disable that plugin first.
If you haven’t added a new plugin, just disable a bunch of them (or all of them) and see if the page appears, then add them back in one by one to track down the culprit.
Regards
Forum: Fixing WordPress
In reply to: Asides and Post CountI think you’re looking for the “query_post” function..
http://codex.wordpress.org/Template_Tags/query_posts
What you should do is call
query_post("cat=-<asides cat>");This way, your home page will show all the posts not in the asides cat, you can leave your asides code as it is and in your Options, just set the home page to show 7 posts.
Regards
Forum: Fixing WordPress
In reply to: Splash ScreenSo you’ve left index.php as the WP index and you’ve created your OWN index.html??
If that is the case, you’re telling Apache that it should first look for an index.html and use that if it finds it, if not, it should search for index.php and so on.
If you have BOTH files in the same directory, Apache will always find the one listed first. It will ignore the second.
So a slight correction to moshu’s comment, there really isn’t confusion on WP’s part, just the way Apache is behaving, because you asked it to..:)
Regards
Forum: Everything else WordPress
In reply to: WebhostingEither your moderated yourself or were moderated pointing to your hosting solution..
But anyways..if you look at the bottom of that page, you will find the email address you should send your request to, and if the powers-that-be decide, they want to add you to the list..they will.
Regards
Forum: Requests and Feedback
In reply to: More comments in code – esp. stylesheets – please!I concur with the OP that commenting is very vital to any program. As a software engineer by trade, I fall into the category of coders that comments my code to the extreme, this leads to easier understanding for the future for myself or others who may read the code.
Unfortunately, commenting code takes a backseat sometimes to “hacking” at something to make it work..and then you say, you’ll go back and comment it, but you might have easily forgotten what that wonderful “hack” is doing..:)
Regards
Forum: Fixing WordPress
In reply to: Different from /feed and wp-rss/wp-rss2.php is the file, and /feed is the “permalink” way of getting to it.
I sure hope you meant, “what is different..”..
Regards
Forum: Fixing WordPress
In reply to: Administrative panels?Do the following…
http://your-wordpress-url/wp-login.php
This will bring up the Login page, enter your Administrator account (admin, if you didn’t manually change it) and properly login.
You will now be faced with the “Dashboard” that is the beginning of the Administrative section. The URL should probably be http://your-wordpress-url/wp-admin.
From here, look at the Panel of options which include “Dashboard Write Manage Links…”, you will want to click on the Options tag here.
This will now show a sub-panel right below the main panel that includes “General Writing Reading Discussion…”, so click Writing and then make the changes you’ve been advised to make.
Regards