thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get blog to split into pages once I’ve made so many posts?Nevermind anything I’ve said previously. I didn’t see the pagebar thing. So you want a numbered list at the bottom of the page then — not previous and next links?
What do I search for to take it out? Sorry, I’m new at this and have only been blogging for a week.
You JUST put it in yesterday upon my instruction. You take it out the same way you put it in…
Forum: Fixing WordPress
In reply to: How to get blog to split into pages once I’ve made so many posts?How many posts do you have it set to in your admin section? settings/reading
Are you in the 3rd grade?!? Chill out for heavens sake. Bottom line is this: You were told what the problem is. Since you don’t like that answer, why don’t you go on ahead and type “slow site” in the search box in the upper right corner of the screen (which is what you should have done in the first place thus saving us all from having to witness your tantrum) and you’ll find yourself amid a plethora of slow site threads. Have a party!
PS:
I’ll make sure to admit defeat immediately the next time I get an answer that doesn’t address what I’d asked.
Actually — you never asked a question. You just rambled on about what the issue is and what you’ve done, etc. The IMPLIED question was “why is this doing this?” to which you received an answer.
PPS: I just went to your site and read your tweets. So you wiped the whole thing and started over… guess what? The site still loaded slow for me and I have a fast connection. It’s slow because. You’re. On. An. Overloaded. Server.
Forum: Installing WordPress
In reply to: Initial Installation@ralph3 and mogulander
If you don’t understand any of this, why are you hosting your own blog? You either need to learn how to do this kind of stuff or use wordpress.com. They take care of upgrading for you.
Forum: Fixing WordPress
In reply to: I just wanna add an image….@shlomo Bar-Ayal
1. Please don’t hijack someone elses thread with your own question.
2. You mean the about page? Edit the page and insert the code for the image.
Forum: Fixing WordPress
In reply to: Unable to publish “About”I had done all the uploading but when I want to publish “About” page after completed file edit and upload
What did you upload? You wouldn’t edit and upload anything if you were creating a page in WordPress. You’d just create a new page and publish it. Did you by chance create a subfolder called “about” on your server? Because WP doesn’t like that.
but I’don’t know how to updating the permalinks, although I follow your click direction but nothing there for me to update
Log in to your admin area. Go to settings/permalinks. Choose a structure and click “save changes”.
Dear Brianbotkiller,
I used to use Godaddy on a shared server. There were about a thousand of us on my server. My site was ridiculously slow and I was only using 2 plugins total. I have since moved to a different host — with about half as many users on my server. My site is now ridiculously fast. Figaro told you what the problem is (which you said you already knew). The problem is a server with too many users. You didn’t like the answer so you chose to be a jerk. If you can’t afford a decent host then you’re just gonna have to deal with it instead of saying, “I know what the problem is but I don’t like it so someone needs to zap into the time-space continuum and make it not so.”
PS: Jerks don’t receive a lot of help around here.
Forum: Fixing WordPress
In reply to: Can not access dashboardall I did before this was modify my wp-config.php file so that the language was set to en
Did you happen to edit this in word? Either way — you have either whitespace or extra characters in your wp-config.
Meant it as a compliment 🙂
I’m shocked that I was shocked that anyone would say something so outright prejudiced.
Forum: Fixing WordPress
In reply to: Background Color Won’t Change Please Help!!Ohhhh I got it! In your header.php is where this would be I believe:
#wrapper2 {background: #fff url(“http://sapphirestimulussystem.com/wp-content/themes/magicblue/images/wrapperbg.gif”) top right repeat-y; }
The bold part is making the main background white. It overides the stylesheet. Just change it to what you want.
Forum: Fixing WordPress
In reply to: Background Color Won’t Change Please Help!!Don’t know how much difference it’ll make but in this chunk of code:
#wrapper{
width: 760px;
margin: 0px auto;
padding: 0px;
text-align:left;
font-size: 78%;
line-height:18px;
background: 333;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}you don’t have the # before the numbers.
background: 333;
should be
background: #333;
Forum: Installing WordPress
In reply to: Is Worpress only for one Domain?is there something I have to do to the new theme I uploaded to get it recognized?
Ok let me make sure we’re on the same level… you installed WP in a subfolder and then you uploaded the theme to subfolder/wp-content/themes in the subfolder install? And made sure it’s not nested?
Can’t afford an Indian right now
WOW. Randinicole is much nicer than me. I’d have told you to figure it out your own racist self.
Figures. Your site is just another make money crapfest.
Forum: Fixing WordPress
In reply to: How to get blog to split into pages once I’ve made so many posts?Put:
<div class="navigation"> <div class="alignleft"><?php next_posts_link('« Previous') ?></div> <div class="alignright"><?php previous_posts_link('Next »') ?></div> </div>right after
<?php endwhile; ?>and just before<?php else : ?>in your index.php and then put.navigation { display:block; width:100%; } .alignleft { float:left } .alignright { float:right; }at the bottom of your stylesheet.
Forum: Fixing WordPress
In reply to: tried everything and page will not centerIt’s the style.css you edit and I see it isn’t changing anything. I don’t understand why because as I said, when I tested it on my comp it DID work.