Paul Kaiser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments on Pages don't show and can't be leftNot all themes will have <!– end .post –>
That was specific to the flexx theme.
Standard is a premium theme with it’s own support, so you should check their support forum for an answer.
Good luck,
PaulForum: Fixing WordPress
In reply to: Problems with custom template installYou could still paste your html into the content area if you use one of these plugins that will not trounce your content:
a. http://www.matteoionescu.com/wordpress/embed-html/
b. http://wordpress.org/extend/plugins/raw-html/You would ideally have your header and footer in the WordPress theme header.php and footer.php file, and then put the guts of your HTML pages into WordPress pages.
Paul
Forum: Fixing WordPress
In reply to: Post category page not loading correctlyOh. That message has to do with the share bar that shows up at the bottom of your pages. Possibly something to do with Facebook?
Anyway, can you disable whatever plugin / functionality creates that bar and see what happens?
Forum: Fixing WordPress
In reply to: Parent, Children and NavigationHowdy Bob,
The “Next” and “Previous” you’re probably thinking about is shown on archive / category listing pages, or like on your home page if it is set to show (n) blog posts. “Next” and “Previous” are not a part of Page navigation — just Posts.
If you want a parent page to show child pages, one option is to check out something like Xavin’s List Child Pages plugin on WordPress.org.
As for menus, you have to drag the second level menus to the right just a bit (in Appearance > Menus) so they indent. That indent indicates different levels (sub, sub-sub, etc.) of menu.
Does this make sense?
PaulForum: Fixing WordPress
In reply to: Removing the comment section from my pagesIt depends on what theme you are using.
If your theme just uses the default page template, “page.php,” then there is likely a line in there like:
<?php comments_template( '', true ); ?>
Remove that or comment it out and you should be good to go.
PaulForum: Fixing WordPress
In reply to: Post category page not loading correctlyStrange.
What theme are you using?
Forum: Fixing WordPress
In reply to: Post category page not loading correctlyHowdy,
In “Settings > Permalinks” in your dashboard, what are the settings right now?
For your “Singles” category, what is the slug right now? (Under Posts > Categories.)
Paul
Moisb, I can see how this would come in handy.
I’ll create a widget for it, and also a template tag and shortcode, in case folks would rather insert it that way.Forum: Fixing WordPress
In reply to: Problems with custom template installHi there,
Not exactly clear where you’re at in the process.
It sounds like your goal is to take HTML pages and get them into your new WordPress site.Your best bet is to copy the contents (not the HTML) and paste it into the content area of new WordPress Pages.
Does that make sense?
Paul
Forum: Plugins
In reply to: Footer ConfigHowdy,
Certainly possible, but we need more information.
Primarily, what theme are you currently using?
In your WordPress dashboard, check “Appearance > Themes.”Paul
Forum: Fixing WordPress
In reply to: Media Library Fatal ErrorGreetings,
Your new web host may have a smaller memory limit for “upload_max_filesize.”
If your host has cPanel, you can probably check for “PHP Configuration.”
Anyway, this is not a WordPress issue: Check with your new host regarding maximum upload size.
Good Luck,
PaulThe images will remain as attachments to the posts while the posts sit in the WordPress trash.
Once the WordPress trash is emptied, any images attached to posts in the trash will also be removed permanently.
I do not plan to have Content Scheduler override the WordPress trash can.
You can, however, tell your site to automatically empty the trash periodically.
Paul
Forum: Meetups
In reply to: Seeking Expert WordPress Webmaster, I'm in Longview, WADominic,
If this is a job opportunity or related, please post to WordPress Jobs. You’ll probably get better results, as well.
Take care,
PaulForum: Themes and Templates
In reply to: Want to show slideshow on front page onlyAwesome, glad it worked for you.
Take care,
PaulForum: Fixing WordPress
In reply to: Add your Alexa verification ID to the home pageHowdy,
1. WordPress SEO by Yoast is a plugin that allows you to do this. But, if you don’t want the SEO plugin, perhaps it is overkill.
2. You can edit the header.php file of your site’s theme and add the alexa code somewhere after <head> but before </head>
Good luck,
Paul