almoodie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Two blogs on one websiteOK, but seems to conflict with your first reply.
Can you tell me how to “add a custom query to your theme’s index.php template file” or direct my to a post that would explain. I am familiar with PHP and have looked at index.php in my theme root.
Forum: Fixing WordPress
In reply to: Two blogs on one websiteAlternatively, set up two top-level categories and file your posts under one or the other as appropriate.
I have created two Categories Blog A and Blog B.
I go into “Settings” -> “Writing” and set “Default Post Category” to Blog A
I go to New Post, set Category = Blog A, and the post appears on the Blog A pageI go into “Settings” -> “Writing” and set “Default Post Category” to Blog B
I go to New Post, set Category = Blog B, and the post appears on the Blog A page, not Blog B page, WHY ?What am I doing wrong?
Forum: Fixing WordPress
In reply to: Don't understand Blogs & PostsThank you Esmi & Jeremyhawes
Forum: Fixing WordPress
In reply to: Gallery on a page problemThank you.
Code is in yourtheme/image.php file.
Removing <?php comments_template(); ?> from the file eliminates “Leave a Reply” on down.
Forum: Fixing WordPress
In reply to: What template for Gallery image displaySorry my mistake, code is in yourtheme/image.php file.
Removing <?php comments_template(); ?> from the file eliminates “Leave a Reply” on down.
Forum: Fixing WordPress
In reply to: What template for Gallery image displayPage in question is here
I’m trying to remove everything from “Leave a Reply” on down.
I’ve found image.php and single.php and removed
<?php comments_template(); ?>from both files but “Leave a Reply” still there.I cannot find an attachment.php file
Forum: Plugins
In reply to: Need SSL form plugin for credit card data collectionAnswering my own post.
WP 3.0.5
Used “Fast Secure Contact Form” for forms
and
“WPSSL (WordPress with SSL)” to provide SSL secure credit card info collection page.
Requires website to have SSL certificate.So far so good.
Forum: Fixing WordPress
In reply to: Custom menu modificationThank you billerickson, exactly what I needed.
almoodie.Forum: Fixing WordPress
In reply to: Navigation bar parent/child linksAnswering my own post. I am now using a Custom Menu, but I still don’t know how to make the “Menu” navigation item NOT link to anything just display the child links.
Anybody