thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Read more.Replace this line:
<?php the_content(__('Read the rest of this post ยป','emerald_stretch')); ?>with:
<?php the_excerpt(__('Read the rest of this post ยป','emerald_stretch')); ?>Forum: Everything else WordPress
In reply to: a big mess up by site5 hostingAlthough this post is a month old…
These things happen sometimes. Seriously… you’d used them for a year without problems and then you encountered one little issue which they responded to, and explained to you, and offered you a refund and yet you’re dissing them? This could have happened with ANY host. Even if you were paying $100 a month instead of $7.95.
Forum: Fixing WordPress
In reply to: Read more.Change
<?php the_content(); ?>to
<?php the_excerpt(); ?>in the index.php of your theme.
Forum: Installing WordPress
In reply to: Moving WordOress out of rootPS: It rather looks like you got things working? I have a question though. How come you have your domain name redirecting to an HTML page? I’m just curious.
Forum: Installing WordPress
In reply to: Moving WordOress out of rootSo — are you trying to give wordpress it’s own directory but still have it appear as the main page or are you trying to move it to a new directory and link to it?
Forum: Your WordPress
In reply to: My first blog!It’s kinda hard to look when you didn’t post the URL.
Forum: Installing WordPress
In reply to: downgrade from 2.6.5 to 2.3.1Um… have we entered the twilight zone? Besonen why are you downgrading when you should be upgrading?
Forum: Fixing WordPress
In reply to: How can I put a Box Around the Text?Just jot something up in your stylesheet like:
.box {
background-color:#D4D4D4;
color:#000000;
width:450px;
padding:15px;
border:1px solid #000000;
}and then in your post do something like:
<div class="box"> text in box </div>Forum: Fixing WordPress
In reply to: Take out links?What links? Where?
Forum: Installing WordPress
In reply to: Help with wrong email address and passwordHow do i drop the tables
Log in to PHPmyadmin, choose the WP database, select all the tables, and drop them.
how do i log into the admin when I don’t know my PW
Why didn’t you know your password? It’s given to you when you install.
Forum: Fixing WordPress
In reply to: Theme changes disappearedYou don’t have to do the upgrades manually, just always have a backup of any changes you made so you can replace them ๐
Forum: Fixing WordPress
In reply to: Theme changes disappearedCould that have something to do with it?
Yes. It overwrote your changes. Did you backup a copy of your changes? If you didn’t, you’ll have to start over.
Forum: Everything else WordPress
In reply to: Add new page in Websiteetdsbastar…
What he/she wanted was completely clear. Once again you gave the wrong advice (you’ve been showing up in threads quite often lately giving the wrong advice). This person asked how to create new pages. You told them to use a plugin. You don’t need a plugin to create pages. I’m starting to think you’re just replying so you can advertise your website since every reply you make contains the address. Stop! If you don’t understand the question or don’t know the answer, don’t respond. People come back to these archives looking for help months or even years after they’re lost and forgotten which means they could come upon one of your completely erroneous suggestions, use it, and end up with a worse problem than they started with.
Forum: Fixing WordPress
In reply to: 404s on Every PageDid you change the permalink structure? Who’s your host? Did you mess with the .htaccess file? Try resaving the permalinks and see if that fixes it.
Forum: Fixing WordPress
In reply to: Wrong Title TagWhat theme are you using? What’s your URL?