Kendra
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Does wordpress block spiders on password protected pages?Okay, thanks! I guess it would be kinda stupid if it wasn’t, haha.
Forum: Themes and Templates
In reply to: Make front page (with blog) different from all other pages/postsI decided that I do need those “”Older posts” and “Newer Posts” links.
esmi – Thanks you. The website (https://www.childinjuryprevention.ca) is still doing the exact same thing (as described in my first post), though. (If I go to Settings > Reading, my “Front page displays” “Your latest posts”.)
Forum: Plugins
In reply to: Plugin to display only post titles & datesSorry to be bumping this topic again.
If there are no suggestions then I suppose I will just have to go with some other solution. But please, if you do have a solution, please speak up.
Thanks a bunch!
Edit:
I just found Clean Archives Reloaded.
Does anyone know of a plugin similar to this, but without the collapsing months? Or maybe the best way is to just edit this plugin to make it do what I want?
Forum: Themes and Templates
In reply to: DIV floating in Firefox & IEThanks for the comments.
esmi — Yes, I noticed those errors. PIE CSS is causing them, and I’m not sure how to get rid of them. They don’t seem to be bothering anything too much (I think?). Thanks for the link to conditional comment CSS.
Forum: Plugins
In reply to: Plugin to display only post titles & datesNo suggestions?
Never mind. Resolved.
Forum: Themes and Templates
In reply to: Make front page (with blog) different from all other pages/postsesmi — Thanks! Your post was helpful. However, it’s still not working for some reason. Shouldn’t it be if is_home() && is_front_page() instead of !is_home() && !is_front_page()? I only want my slideshow to show on my home page (where the blog is), which is also my front page.
I changed my index.php back to normal (to get_header() instead of include(TEMPLATEPATH.’/header-frontpage.php’);)
I tested the following code in my header.php. The slideshow did not show on any posts/pages when this code was written:
<?php if ( is_home() && is_front_page() ) { ?> [slideshow] <?php } ?>
edwardlw — I definitely need the front page to be non-static. Thank you for your suggestion, though.
Edit: Thank you for your suggestions, everyone. I think I am just going to delete the “Older Posts” link, and that will hopefully solve my problems.
Forum: Plugins
In reply to: Looking for a Rich Text Widget / WYSIWYG Text WidgetWe have the exact same problem. I would like to have a few more options for a WYSIWYG widget as well. So far I’m just using Rich Widget because the buggy-ness of Rich Text Widget is too bothersome.
Sorry I can’t be of much help… I hope someone else will have other ideas.