jkovis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FollowSymLinks breaks my website?I think the .htaccess file I have is correct?— yes, that looks correct…are you on a shared, VPS, or dedicated server? do you have access to server logs?
Forum: Fixing WordPress
In reply to: FollowSymLinks breaks my website?What kind of server is your site on (Apache/Nginx/other) and what is it’s operating system (Linux/IIS)?
If using Apache, is mod_rewrite enabled? Are you using conditionals to test for mod_rewrite before starting RewriteEngine?
WP automatically adds the following to my htaccess (Linux server running Apache):
<IfModule mod_rewrite.c> RewriteEngine On --REST OF WP REWRITE RULES-- </IfModule>Forum: Fixing WordPress
In reply to: Category page shows 10 posts – how to get More/Next?add a previous_posts_link and next_posts_link to your theme’s category.php or archive.php
Forum: Fixing WordPress
In reply to: Post in multipyle categoriesit appears only in one category.— do you mean that a post categorized under multiple categories only appears on one category template page?
For example, if ‘Post One’ is categorized under ‘Category One’ and ‘Category Two’ it appears on only example.com/category/category-one/ but NOT on example.com/category/category-two/
— Can you provide a link to the site in question?
Forum: Fixing WordPress
In reply to: Post in multipyle categoriesSome products seem to appear fine under several sub-categories, however they don't appear well under several main categories.— can you describe what you mean by “don’t appear well?”
— can you provide a link to the site in question?
Forum: Fixing WordPress
In reply to: user Sign up link gives a 404 Page not foundjust sent you an email…URLs look to be working now
Forum: Fixing WordPress
In reply to: Can't make posts on any pages but Home pageBut I still have this issue of not being able to start a conversation on the "Personal, Commercial,Life & Health & Bonds" pages. How do I set that up or am I missing something?– you will need to add the comment template to your page template…go into page.php and add
<?php comments_template(); ?>after<div class="entry"><?php the_content(); ?></div>Forum: Fixing WordPress
In reply to: Help! error expected '}'can you provide a link to your site?
Forum: Fixing WordPress
In reply to: user Sign up link gives a 404 Page not foundsure…send me an email (same username @gmail.com)
Forum: Fixing WordPress
In reply to: user Sign up link gives a 404 Page not foundhttp://82.197.65.230/~bradp90210/wordpress/index.php/register works but
http://82.197.65.230/~bradp90210/wordpress/register doesn’tIt looks like something is wrong with mod_rewrite. Can you paste the contents of your .htaccess file?
Forum: Fixing WordPress
In reply to: Plugins won't update, install or search for new onesHave these features ever worked before?
Can you tell who the owner of the files and directories is (should be able to tell through ftp)? Is is the same owner? (I’m assuming a linux server here)
Forum: Fixing WordPress
In reply to: dynamic posts in menu?It doesn’t look like what you want to do is possible using posts.
Is there any reason you’re not using Pages instead of posts?
Forum: Fixing WordPress
In reply to: looking for something like thiswhere have you looked so far?
Forum: Fixing WordPress
In reply to: Text goes outside of templatethe text is continuing because you don’t have any spaces
if you want to test with dummy text use http://www.lipsum.com/
Forum: Fixing WordPress
In reply to: Need help — flag/report inappropriate comments.It doesn’t look like it’s being actively developed, but I’ve used this plugin in the past and it worked well: