southerngal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Asides” help?I can’t even get it to parse correctly! π This line
<?php endforeach; else: ?>keeps throwing an error:
Parse error: parse error, unexpected T_ENDFOREACH in /home//public_html/index.php on line 73
Any help would be great! I really want to get the asides functioning and I have tried for 2 days now with no success.Forum: Your WordPress
In reply to: Pink SocksThanks Hugh! I found it late last night digging around on Hanni’s site. π
Forum: Installing WordPress
In reply to: difficulty installingDo you have WP installed? Why are you trying to put print it anything before it’s installed? Not being mean just curious. π
Forum: Fixing WordPress
In reply to: Moving wordpress to a new host / domainYes, there is. π Just do a MySQL export and then import it.
Forum: Your WordPress
In reply to: Pink SocksHanni, it’s a great site and I love pink, so needless to say it looks great to me! I’m using Firefox and it displays wonderfully.
How did you get the titles in a graphic form? That’s so cool! πForum: Fixing WordPress
In reply to: Another part of the CSSI think this is what you are looking for Jaqueen, unless you have found it already:
input.button {
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
padding: 0px;
border:1px solid #000;
background-color:#fff;
}
Then, in your file you need to do this:
<input class="button" type="submit"Forum: Fixing WordPress
In reply to: Moving wordpress to a new host / domainYou have to go into MySQL in the phpmanager. Then choose your database. After that, choose export. Highlight in the little box the ones you want to export and then you will get something that you have to paste in the new MySQL. I hope this makes sense! ItΓ’β¬β’s pretty easy and cool once you do it!
Forum: Installing WordPress
In reply to: Please Help me Install WordPress!!Did you create a DB? Did you create a user? Did you add the user to the DB?
Forum: Plugins
In reply to: Printing postsHi,
Is there any way to strip the smilies and all images from the printed entry? I’m using the following .CSS and even though the images are hidden, I still print them out on my test entry.
body {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
color: #000000;
}
#outline {
text-align: left;
width: 90%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
#blogTitle {
font-weight: bold;
font-size: 16px;
margin-bottom: 5px;
}
#blogDate {
margin-top: 5px;
margin-bottom: 10px;
}
#blogContent {
margin-top: 10px;
}
img {
display: none;
}
Also, how would I call it into the blog entry to enable someone to print? I’m using Gamerz wp-print.php, but I would like to incorporate the print.css that came with WP along with the preview Mark was talking about.
Thanks,
SGForum: Fixing WordPress
In reply to: Exporting and Importing – New Domain and Host