statichavoc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where does .htaccess live?yes in the admin panel… many hosts hide the .htaccess file so you don’t accidentally delete it. and don’t chmod your entire directly 777 or someone with the know-how can disrupt some things.
Forum: Fixing WordPress
In reply to: Seperate Posts to different pages???anyone?
Forum: Fixing WordPress
In reply to: What file to edit comments page in 1.5?So you don’t have any themes installed with 1.5?
Forum: Fixing WordPress
In reply to: Numbering Comments Pages…Forum: Fixing WordPress
In reply to: Image Tagsyou can just create that for images in your entries via css like this…
.entrytext img {
border: solid 1px #000;
}
Forum: Fixing WordPress
In reply to: Themesif you tried copying the default theme and renaming it… you also have to edit the style.css with it at the top with the info… that’s how wp gets the theme names etc.
Forum: Fixing WordPress
In reply to: Image Tagser well just use ftp… and go see what the default naming convention is for thumbs… it should be in your wp-content folder
Forum: Fixing WordPress
In reply to: Image Tags<img src='http://www.mywebsite/wordpress/wp-content/images/thepicture-thumb.JPG' alt='What I want' />Forum: Fixing WordPress
In reply to: Image Tagsjust put -thumb at the end of the img url
Forum: Fixing WordPress
In reply to: Seperate Posts to different pages???Also:
Wondering if there is a way to have 2 seperate templates running… one for admin only (so i can see what i’m editing without affecting the site) and one for visitors.