JScar
Forum Replies Created
-
Yes, I believe I finally understand now that I’ve had time to test the plugin extensively.
Forum: Plugins
In reply to: Weighted words problemFixed the problem. Seems the article I pasted into the textarea had quotes written in a different format than what weighted_words.php had. My quotes are straight up and down, these were slanted.
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageNevermind. I decided the best option was to reinstall WP under a directory other than root and customize my homepage using the WP template.
Thanks for the help.
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageOk, currently I am not using any plugin at all. The only thing I have done was edit the home.php page to get rid of my posts.
My Permalinks are set to find the blog at mysite.com/blog, but I still get the blank homepage look without any posts.
WP is installed in the root.
The only effect I want to achieve is to have my blog at mysite.com/blog and my homepage static without the posts or blog.
I do believe I just edited the wrong file. Everything else seems to be working as I expect.
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageI changed my home.php page to what I showed above and all the ‘Pages’ show up fine.
The problem I have is that my blog is supposed to be located at mysite.com/blog and when I go there, the posts do not appear. I see the same thing as when I am at the domain home.
I haven’t edited index.php or page.php at all. Only home.php.
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageOk. I must have messed something up. Now my homepage shows my posts. The blog is correctly located in the ‘/blog’ directory where I want it and the ‘Pages’ links all work properly.
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageThe theme is Fresh.
Very simple:
<?php get_header(); ?>
Just a test
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageI copied everything from index.php and replaced the code in page.php with it, then edited the new page.php code.
Here’s my test site: http://josefscarantino.com
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageUh, oh. I have a new problem.
Everything works except my Pages links. They all lead to the static homepage.
Such as http://mysite.com/about/ still shows my static homepage content.
If it help at all, I took out everything except the header and footer PHP tags.
Forum: Fixing WordPress
In reply to: Delete comment tag from static homepageWell, thank you very much! I was afraid that it would be much more complicated. It worked very easily.