eagleofjade
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to move blog off the home page?….. anyone???
Forum: Fixing WordPress
In reply to: How do I stop posts from displaying on the home page?Hi Mike,
I have been having the same problem. My site is https://www.appheritage.com, and I have a static page and have a separate page for my blog. Most of my site is comprised of static pages with the exception of the one page called Blog. The problem I have is the same as you, when the comments link is clicked it takes you to the front page.
Your post says “I was able to stop any posts from displaying on the home or front by simply removing the php tags that called in the posts in the index.php page for the theme.”
I am also using the iNove theme, and am trying to find the lines of code you are talking about. Is it this code:
if (function_exists(‘wp_list_comments’)) {
add_filter(‘get_comments_number’, ‘comment_count’, 0);
}or this one:
<span class=”comments”><?php comments_popup_link(__(‘No comments’, ‘inove’), __(‘1 comment’, ‘inove’), __(‘% comments’, ‘inove’), ”, __(‘Comments off’, ‘inove’)); ?></span>
…or both?
I tried removing both and it still goes back to the home page for the comments.
By the way, you have a great looking site… very nice look to it.
Craig
Forum: Fixing WordPress
In reply to: How to move blog off the home page?I am still looking for an answer to this if anyone knows. I didn’t mention in my previous post that I am using the iNove theme. I have seen some people say that it is how the theme was written, but I’ve switched to several other themes, made the comments “sticky” to page by changing the “Stick this post to the front page” to be checked, and it continues to go back to the front page when the comments link is clicked, regardless of the template.
I would really appreciate it if anyone can help me with this. I could make my “blog” a page which allows comments, but I don’t want to have a gazillion pages for each subject, I’d rather that page actually be a blog.
Thanks,
CraigForum: Fixing WordPress
In reply to: Comment Box Not Showing Under Postsstywlf, when you say “to have them appear on your main posts page you mist edit the main posts page template, not comments.php” what is the name of the “main posts page template”? Is it page.php you are referring to?
Forum: Fixing WordPress
In reply to: How to move blog off the home page?I am having a problem and can’t figure out how to resolve it. I have a website and am primarily using pages rather than a blog per se. I followed the instructions on creating a static front page, and am using the page titles (and sub pages) for my navigation menu. The instructions I followed were here.
I am using version 2.84 of WordPress.
I created a Home page and a Blog page per the instructions. I then went to the Reading settings, and set “Front Page” to Home, and “Posts” page to Blog.
I then created a post, which shows up on the Blog page. The problem is, if I go to click the link to add a comment, it sends the user to the home page. I have the Blog page set to allow comments, but don’t want the comments to show up on the home page. I’ve looked over lots of posts but don’t see this particular problem. Can someone help me to know how to make the comments to a post show up on my Blog page under each post? My website is Appheritage.com