Lori
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Someone who knows about version 1.2.1 please help me!Thank you macmanx! :))))
Forum: Fixing WordPress
In reply to: Someone who knows about version 1.2.1 please help me!Oh I forgot… which file do I edit and where do I put that?? They told me to put it in /themes/archive.php, but my version doesn’t have that. I have version 1.2.1 .
Thanks.
Forum: Fixing WordPress
In reply to: Someone who knows about version 1.2.1 please help me!Thank you alphaoide I will try that…. tomorrow…going to bed now. Thanks so much for your help. 🙂
Forum: Fixing WordPress
In reply to: Someone who knows about version 1.2.1 please help me!Hello macmanx thank you for your help.
I looked over MooseCandy and it seems it is only for placing generic ads at the top of a blog. I do have my ads already at the top, but what I am trying to do is make it so a different and specific ad code shows up for each specific category of posts. For example, if somebody clicks on the category “pets” on the main index page, then the ad that shows up (completely different code) will be ads about pets. And so on, with all category pages displaying their own ad code.
Something like…
if (is_category(‘pets’)) { code to show pet ad }
elseif (is_category(‘extremebowling’)) { display bowling ad }But the thing is, my version does not allow the “is_category” function, (the is_category is only for version 1.5) so then what function does it allow? I know there has to be some kind of function to grab codes for each category in my version…and it’s so simple to place in the blogs once I get the coding and the file to do this to…
As for the Adhesive plugin, I don’t understand what this is supposed to do… :
“This plugin adds a checkbox to the post status box that lets you designate a post as sticky.”
Is there something else these plugins do that is not specified on their author’s pages?
Thank you for your help!
Forum: Fixing WordPress
In reply to: How to add extra space between some (not all) paragraphswell that makes sense, check your margin parameters. 🙂
Forum: Fixing WordPress
In reply to: How to add extra space between some (not all) paragraphs< p >
< /p >should work.
Forum: Themes and Templates
In reply to: Hi, New to WP. Need help with themeI like it in the header also…gr8 job! 🙂
Forum: Fixing WordPress
In reply to: Can’t Publish My Word Press Regarding This Error !Can we please see the coding of the lines you have changed so we can see what is wrong?
Forum: Fixing WordPress
In reply to: images won’t workMaybe try CHMODing the actual picture files to a higher number?
Forum: Fixing WordPress
In reply to: cannot upload files from adminNanuf do you have a control panel with your webhost? If you go into your file manager in your control panel there will be a link called “CHMOD” that will allow you to change each file’s/directory’s permissions. Just click on your “wp-southbites” and your “wp-images” directorys and it should have the option to CHMOD those directories.
When the upload feature in your blog doesn’t allow you to upload it is because those directories are not allowing wordpress to upload files to them. You have to give wordpress permission by changing the permissions to a higher number such as 777.
If your control panel does not have a way for you to CHMOD or change permissions then ftp clients will. I use cpanel and they do allow you CHMOD. If you rather use ftp, then all you have to do is right click on the directory and go down to “CHMOD” and change the permissions there.
ok the html I am trying to show you didn’t post…:((
it’s the letter “p” with < > around it.
“My website”
< p > This is my website… < / p > (without spaces) 😉My index page did the same thing once, so I just put a between “My website” right before “This is my website, blah blah blah.”
“My website”
This is my website…That should work. If not, post the coding for that part of the file and I can try to figure it out.
~ Lori
Forum: Everything else WordPress
In reply to: Webost recommendations (list)This is what I use, the best I’ve seen in packages, pricing, support and reliability: http://www.lypha.com/hosting_plans.shtml
Or, try http://bravenet.com, I’ve used them before and they are also great.
~ Lori
Forum: Everything else WordPress
In reply to: Choosing a hostIt seems with five domains you would need a lot more than 6 MySQL databases, if you tend to use more than one database on each of your sites. You should find a host with more databases, you’ll need plenty of disk space (if you run out, extra disk space is more expensive and in a lesser quantity) and you’ll probably need more than 30 GB of bandwidth. $20.00 a month is way too expensive for what they are offering.
I have been using this hosting company and they are awesome, and even allow 5 domain names on one hosting account, unlimited MySQL databases, unlimited subdomains, three parked domains, 3000 MB disk space, 150 GB of bandwidth, control panel…. lots of features for only $7.95 a month. They also have 24/7 fast and live support.
Go here to see: http://www.lypha.com/hosting_plans.shtml
Hope this helps, seems this will give you what you need for less than half the cost per month than the hosting company you were looking at. :))
~ Lori
Ming or somebody, I’d like to try the php you specified in my index.php file, since my version only shows categories in index.php like this: http://www.blogsclub.com/a1/index.php?cat=1, 2, 3, 4, etc.
It seems I could edit just the index file, but I don’t want to mess it up. Where would I put that in the index?
Also, I understand that if somebody goes to a specific category then the specified ad will be displayed. But, what about just the index page of the blog, no category selected? I would like the home page of the blog to show another ad code. I know that by putting the ad code just on the index page it will display the ad on the index page, but it will display the ad on the category pages as well, therefore the category pages will be displaying both the ad put on the index file, as well as the ad specific to that category.
Is there a way I can specify another ad code to be displayed ONLY on the main index page, and not display on category pages? That is, if this will work in my version. I don’t want to mess anything up. :((
Thanks to anyone who tries to help!