thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adopted site in wordpressYou’ll either need to contact the previous owner or change it in the database.
http://codex.wordpress.org/Resetting_Your_Password
Look at the section: Through phpMyAdmin
Forum: Fixing WordPress
In reply to: Help needed – Pretty PermalinksTick day and name. Save.
Forum: Fixing WordPress
In reply to: only showing one postFor starters, what you linked to is not a theme for WP. It’s just a standard website template. The theme for WP is here:
http://www.freewpthemes.net/preview/tastelessly
As for why you’re getting only one post on the main page — I’m still trying to figure that out.
The home link does not show up in the pages under admin area?
It’s not a page. It’s a hardcoded link to the main page.
Forum: Fixing WordPress
In reply to: Help needed – Pretty PermalinksPS: The site you linked doesn’t exist.
Forum: Fixing WordPress
In reply to: Help needed – Pretty PermalinksYou just set the permalinks to the structure of your choice and save. If you have broken links wait an hour. Some hosts (godaddy for one) take a bit to update the .htaccess.
Forum: Fixing WordPress
In reply to: Help please!!!!!!!!What’s on line 1 of the index.php?
Forum: Fixing WordPress
In reply to: Conditional Archives TagThis is what I’m using:
<a<?php if (is_page('Archives')) { echo " id=\"archivescurrent\""; }?> href="<?php bloginfo('url') ?>/archives/" class="archives"> </a>I figured out that if I use is_archive it does what I want but doesn’t show the arrow on the actual archive page. Is there some kind “and if” statement I can use? I’ve tried everything and can’t make it work. Heh, I know it’s right there but can’t wrap my brain around it.
Forum: Fixing WordPress
In reply to: Posts Work. Pages Do NotAnd then there’s this paragraph:
Its a plugin causing the problem – plain and simple. Don’t believe me? Rename your plugins folder on the server to something else and try your page again… Renaming the plugins folder back, you’ll see what’ll happen.
from this post:
http://www.webtekconcepts.com/2007/05/13/wordpress-blank-page-bug/
Can’t hurt to try it.
Forum: Fixing WordPress
In reply to: Posts Work. Pages Do NotI found this post that offers a few more things to try:
Forum: Fixing WordPress
In reply to: Where did all of my files go????Everything looks fine to me too.
Forum: Fixing WordPress
In reply to: 2 copies of my home pageYou don’t have 2 copies of your homepage, you just have “services” linked to the main site.
Forum: Installing WordPress
In reply to: ill formed wp-config-sample.php 2.7.1There isn’t a line break at the end of wp-config-sample and MY RSS feeds aren’t invalid. It’s probably something you did while you were editing it.
Forum: Installing WordPress
In reply to: Imported 1000 posts no problem but i can only edit 65?You imported them from wordpad?
Forum: Fixing WordPress
In reply to: Sidebar problem1. I’m not sure but I’ll find out.
2. The comments link wouldn’t have appeared on the main page because it’s a static page and the tag for comments isn’t in the page.php however it doesn’t show up on posts either even though the tag is there. I’m trying to figure out why.
3. You can change fonts in the style.css
4. Looks like you got that one figured out.
5. I’m not sure where to begin either but we’ll get it figured out 🙂
Forum: Fixing WordPress
In reply to: Sidebar problem*delete*