dlozupone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: tax_query not returning posts that multiple terms are applied toI am having this same problem. Did you get any solution to this?
Forum: Fixing WordPress
In reply to: Use A Static Page And A /blog pageYour index.php will still need a loop. The content pulled for that loop is dependent upon which page you are viewing. So, if you are actually viewing the blog index, whether it be the homepage of your site or a different page, your posts will be pulled and rendered in the loop. If you are viewing a different page, then the content for that page will be used in the loop.
No matter what page template you are using, it must have a loop if you wish to render content from the database. Or a separate mechanism to query the database and display results found.
I hope that helps.
Forum: Everything else WordPress
In reply to: Make my site dormantYes, something like that should work as well.
Forum: Fixing WordPress
In reply to: Use A Static Page And A /blog pageI think I misunderstood your original question.
Is there a loop at all on the page.php template? Or have you created an individual page.php template for each page on your site and added the content to that template?
If you are going to use content stored as posts or pages in the wordpress db, the page must have a loop.
Forum: Fixing WordPress
In reply to: Use A Static Page And A /blog pageHave you gone to the Reading settings and set the “Front page displays:” to “a static page” and selected the appropriate pages in the dropdowns?
Forum: Fixing WordPress
In reply to: How to delete 'categories' & 'Link' on pages?Can you post a link to an example on your site?
Forum: Everything else WordPress
In reply to: Make my site dormantThe simplest thing to do is delete the site from your hosting account. That way, there will be no way to access any of the content currently available.
Is that feasible? Do YOU still need access to content as it is now? If so, then move it to a local server or to a host with an unregistered domain name.
Forum: Plugins
In reply to: Plugin update resulted in blank pageYou should re-install the plugins you need one by one, checking your site after each addition. At some point, the blank page should re-appear allowing you to identify the problem plugin. At that point, you can submit a ticket to the plugin developer.
Hope that helps.
Forum: Fixing WordPress
In reply to: Why do my archives not work?John–
The archive should only be listing the posts associated with that particular month. For example, the link in your sidebar Archives widget for August 2012 should only list the “Why do we Have to Eat Meat” post. It is listing posts from other months as well. This most likely means your archive template is not set up properly. What it looks like is you have a section that is listing the ten latest posts and not a section listing the posts from the chosen time period.
If I am not mistaken, you are using a StudioPress Genesis framework child theme. You should contact them if that is the case.
I hope that helps.
Unfortunately, no. Pages can only have one parent.
I assume from your post that you want to have the ‘massage’ page appear under multiple items in a menu. Is this correct?
If so, then you can use the Menu Creator (Appearance >> Menus ) to create any menu structure you would like. You just need to ensure that your theme supports menus, which would be surprising if it did not.
Hope that helps.
Forum: Plugins
In reply to: [Maintenance Mode] [Plugin: Maintenance Mode] W3 Total Cache Plugin ConflictWere does this code go?