shimon
Forum Replies Created
-
Forum: Your WordPress
In reply to: Need your opinions, critiques, advice on new siteAnyone?
Forum: Fixing WordPress
In reply to: Sidebar there in Firefox but at bottom in IEhappy it worked out!
Forum: Fixing WordPress
In reply to: Sidebar there in Firefox but at bottom in IEsometimes, if you use the rich visual editor, it will create improper code that will mess with your sidebar. Change the status of the post to draft and take a look at your site again. If your sidebar is showing properly now, it may have been the coding that resulted from the image (could have a div tag or something).
Forum: Themes and Templates
In reply to: Set home pageWhy don’t you download your original theme again so you have your index.php again?
Forum: Fixing WordPress
In reply to: How would I choose category names and slugs to be findable ?Usually, for seo purposes, I go with just the postname (for a single post) without the category. I believe and have read that this is the best way to go. Leaving the category in there is ok too for seo. The category should come first if you leave it in. They will find it if they search for it. However, the reason I would go with just postname is because if they search for the category, they will find your category page anyhow, and that will have the relevant posts as well.
You can’t go wrong with %postname% alone. Hope this helps.
Forum: Themes and Templates
In reply to: Design Inquirynstudio design is awesome. google them.
Forum: Fixing WordPress
In reply to: Hiding comment linkyou can still post a comment though you disabled them? Or is it just showing the link even though you cannot comment?
If it’s the latter, you could remove the call to comments.php in index.php (or loop.php) and single.php . Hope that helps!
Forum: Fixing WordPress
In reply to: How would I choose category names and slugs to be findable ?Change the permalinks to %postname% and leave the categories as are (they are already search engine friendly). Use keywords for post names and categories. Hope that helps though I think you’re asking a question of order? please explain more if you need more help. ??
Forum: Themes and Templates
In reply to: Set home pageI thought 2.1 had this built in the admin?? Search around for it. I’m sure you could set another page as the homepage through the admin.
Forum: Fixing WordPress
In reply to: Sidebar there in Firefox but at bottom in IEDid it happen after a particular post? I once had this problem and it was due to bad coding in a post.
Forum: Fixing WordPress
In reply to: Can’t disable comments, change default categoryI was able to fix the categories. Thank you!
However, even though I uncheck comments in options–>discussion and uncheck it on the post write page, there is still the “write a comment” thing. Feh! I could take out the call to comments.php in the loop.php and single.php unless anyone knows why I’m having this problem. I just want to know if there’s something wrong with my installation or theme or what?
Forum: Installing WordPress
In reply to: Plugin Problemhmmm, what I suggested in the first post? Or what was later suggested about your whole site folder structure? Just curious. Glad things worked out for you.
Forum: Fixing WordPress
In reply to: how to use WordPress with a forum?One last friendly bump ;-). Anyone can help me with the design issue?
Forum: Installing WordPress
In reply to: Plugin ProblemSometimes when you extract the zip folder it will create a hierarchy of folders like the following: there is one folder that contains nothing else but another folder by the same or similar name. This inner folder contains all the actual files for the plugin you need. What you need to do is upload only the inner folder into the plugins directory on your wordpress installation. I know it could sound confusing, but let me know if you didn’t get that, or if it does not fix the problem.
Forum: Fixing WordPress
In reply to: Problems uploading imagescheck your permissions. Uploads folder should be on 777.