berko
Forum Replies Created
-
Forum: Plugins
In reply to: ultimate tag warrior and ecto? (xmlrpc)Forum: Fixing WordPress
In reply to: Page not displaying contentI am having this problem, too, but changing my permalinks to /%postname%/ didn’t fix it. The only thing that I think I may have done differently is that I have excluded page 77 (the problem page) from my wp_list_pages call in the sidebar. The page works fine when I don’t have permalinks turned on, but when I turn them on [siteurl]/ grandparentpage/parentpage/page/ gives me a 404. Here is the problem URL: https://www.jamiephelps.com/saintpeter/articles/listarticles/believe/ If I move the page to be a child of articles, it displays fine. But I don’t want my full list of articles to show on the front page, so I created a “container” page as a child of “articles”, made all the articles children of the container page and excluded the container page from my wp_list_pages(); function. Anyone see problems with that?
Forum: Plugins
In reply to: Exclude category from single post navigation (prev/next)@ielliot: I reopened the ticket with some clarifying notes. I hope this results in a fix soon. I too saw the patch, but it didn’t work for me.
Forum: Themes and Templates
In reply to: Pages that are linksYah, I have been trying Owen’s site all day. I know he has lots of trouble with his server sometimes. Not sure what’s going on now.
Forum: Everything else WordPress
In reply to: Add to favorites, huh?When I click on add to favorites, it still says I have no favorites. Any ideas?
Forum: Themes and Templates
In reply to: Pages that are linksI am having problems using this now with 2.0. It worked fine for me prior to upgrading.
Forum: Plugins
In reply to: Exclude category from single post navigation (prev/next)previous_post_link and next_post_link have provision for excluding categories, but there is a bug in WP that keeps it from working. The function looks for the excluded category numbers in the posts table rather than post2cat. Hopefully this will be fixed soon.
Forum: Plugins
In reply to: Exclude Category From RSS – Suggestions InvitedWill that also keep the posts out of the previous/next post navigation when viewing individual posts?
Forum: Fixing WordPress
In reply to: excluding category from postsDid you make sure to close your
if
statement? That was what was tripping me up with a similar problem.Forum: Plugins
In reply to: SeasonalCSS plugin limited release@yngwin: Yes, indeed I do know how to read the PHP manual. However, I wasn’t sure how to put the output of getOldCalendarEaster(); into the format that the plugin uses. That’s why I was asking if anyone had gotten Easter integrated into the list. If you have a suggestion of how to do that, I would be all ears.
Forum: Plugins
In reply to: SeasonalCSS plugin limited releaseHas anyone managed to figure out how to add Easter to the list of holidays to keep the list automatic?
Forum: Plugins
In reply to: Get dates for seasonal CSS from iCal calendar file?Thanks for the suggestion. I’m sure Viper will love you for it. ??
Forum: Fixing WordPress
In reply to: Comments not displaying in local install on Mac OS XNevermind. I fixed it. I’m not terribly intelligent sometimes. I had copied over my edited themes and plugins. I hadn’t activated a plugin that was required for the comments to display right.
Forum: Fixing WordPress
In reply to: Comments not displaying in local install on Mac OS XNevermind. I fixed it. I’m not terribly intelligent sometimes. I had copied over my edited themes and plugins. I hadn’t activated a plugin that was required for the comments to display right.
Forum: Plugins
In reply to: del.icio.us style tagging instead of categoriesDid you update permalinks after you made changes to UTW? Also, I had a problem with Adhesive plugin because it was overwriting $post. Christine helped figure it out for me. If you have any problems after this, check with Christine. She’s excellent at support.