Chip Bennett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: query_posts() troubleshootingDo you have any idea of what could be the problem ?
Yes:
query_posts()is the problem! Don’t use it. 🙂What are you trying to accomplish? We’ll help you implement a better method.
Forum: Fixing WordPress
In reply to: Are tags suppose to show up below the post?What Theme are you using?
Forum: Fixing WordPress
In reply to: TinyMCE and Editor StylesWhat Theme are you using?
Forum: Fixing WordPress
In reply to: Using wordpress for company websiteWordPress works just fine without using the blog functionality.
The Codex is the best place to start for user documentation.
Forum: Fixing WordPress
In reply to: Check boxes under commentsJetPack might have a module that is injecting one of those checkboxes.
Also: what Theme are you using?
Forum: Fixing WordPress
In reply to: Check boxes under commentsThose checkboxes are inserting by one or more Plugins.
What Plugins do you have active?
(Calm breaths; step away from the desk, and take some ibuprofen. 🙂 )
Forum: Fixing WordPress
In reply to: New to WordPress, could someone help please?I try to follow your steps but the titles of pages that I add appears as menu at the top!
That’s because you didn’t finish following the directions. 🙂
(Side question: what Theme are you using?)
I, rather, would like the categories (auto, moto,..etc) to appear at the menu bar, not the page titles!
Again, follow the steps posted. 🙂 When you create your custom navigation menu, you can put categories into the menu, as well as static pages, if you so choose.
Required reading:
http://codex.wordpress.org/Appearance_Menus_Screen
http://codex.wordpress.org/Navigation_MenusForum: Fixing WordPress
In reply to: Used BackupBuddy to Migrate Site to New Server — Lost Formatting!however, I would have thought others who might use BackupBuddy could offer some insight on this forum.
Per the forum policy, we do not provide support for commercial products. You need to get support directly from the developer for such products.
Forum: Fixing WordPress
In reply to: Used BackupBuddy to Migrate Site to New Server — Lost Formatting!The developer specifically asks that all support inquiries occur on the WP forum. Evidently, this is where he now responds since sometime in 2010 according to his site.
Forum: Themes and Templates
In reply to: Adjusting Default ThemeTry
content-single.php.Forum: Fixing WordPress
In reply to: Deleting comment areaDashboard -> Settings -> Discussion
Forum: Fixing WordPress
In reply to: Used BackupBuddy to Migrate Site to New Server — Lost Formatting!As BackupBuddy is a commercial Plugin, you should consult the support offerings of the developer, iThemes.
Forum: Themes and Templates
In reply to: Where to start-What are you trying to do to the “main page”? (I assume that, by “main page”, you mean the Site Front Page?)
Forum: Fixing WordPress
In reply to: Can't turn comments offChanging the default setting, via
Dashboard -> Settings -> Discussion, will only affect new posts/pages. Existing posts/pages will retain their current state.To bulk-disable comments for current posts, go to
Dashboard -> Posts, use the “select all” checkbox to select all posts, then select “Edit” in the drop down, and click “apply”. You will then see the bulk quick-edit UI. Deselect the checkboxes for “Allow comments” and “Allow pings”, then click save.To bulk-disable comments for current pages, go to
Dashboard -> Pages, use the “select all” checkbox to select all posts, then select “Edit” in the drop down, and click “apply”. You will then see the bulk quick-edit UI. Deselect the checkbox for “Allow comments”, then click save. You currently cannot bulk-disable pings for pages (for some reason).Forum: Fixing WordPress
In reply to: Template settingsI have copied a template from my theme, basically copied page-blog template and called it page-blog2 and changed a few things.
Without knowing the before/after state of the template file, it will be nearly impossible to provide any specific support regarding changes that you’ve made.
The problem i have is that when i select the template the page template settings underneath diappear! I’m assuming i need to edit something somewhere to include the page-blog2 template so that i have the settings but i cannot find where,
What “options”? What does the page template do? What did it do originally, and what do you want it to do differently that prompted you to change the code?