artios
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What Should I Do if…First off — Use a better title for your post — that will help people know what it is about before opening. In your case, perhaps “Can’t remember name and password”.
If you are the admin of the site, then you can go to the login screen and choose “Lost your password”.
And then enter in:
user: admin
e-mail: <youremail>Your password should be sent to your address. Now if you aren’t the admin, the best way to do it is contact your admin. For obvious security reasons, these aren’t stored in a file.
If you have access to the MySQL database, the usernames are listed there (I can’t remember the exact table name, but it is pretty obvious), and then you can retrieve your password using the procedure above.
Forum: Themes and Templates
In reply to: Theme Wanted – MATRIXThe answer is probably there isn’t one. You may have a little more luck asking “how do I make a theme.” Or better yet, look in the codex under themes.
What I have found best, is take one of the existing themes that has a layout that is similar to what you want, and then mess with the graphics and fonts until it is “completely” what you want.
Forum: Fixing WordPress
In reply to: after upgrade 1.5.1.2, pages don’t appear in admin panelNEVER Mind — It was a user issue. Mods, you can lock this thread.
Forum: Fixing WordPress
In reply to: after upgrade 1.5.1.2, pages don’t appear in admin panelUm, I’m not sure what that means – (“Any chance there is a public link to your site?”). Are you asking for a link to my site?
Forum: Fixing WordPress
In reply to: after upgrade 1.5.1.2, pages don’t appear in admin panelUpgraded from the first releast of 1.5
The pages were made using the “page” option in the admin panel in 1.5.I am glad someone else had this problem. I don’t have a solution, except to say that it happens to me as well. So it is not an isolated issue.
Forum: Fixing WordPress
In reply to: Categories: Can I have 1 cat on a unique page?Yes it can be done. They key is to just show that category when you load the page. I’m not sure on the exact details, but the basic idea consists of modifying the code on each of those pages so that it shows only the articles in that category. A good place to start your research would be to look at how the url’s are formed when you choose a specific category in the generic “from the factory” index page.
I’m sure other’s can give you more of the detailsForum: Themes and Templates
In reply to: Design ContestThanks. I guess I should have known that the wp-layout.css would be the default used. I can supply my own images, but I am still learning on the formatting part.