Ruby Sinreich
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change the author’s namePerfect. Thanks!
Forum: Fixing WordPress
In reply to: Change the author’s nameIs there any way to similarly take all posts in category one and also put them in category 2?
Forum: Fixing WordPress
In reply to: bulk edit posts?Why not change the name of the category and/or the author they’re already assigned to?
Forum: Plugins
In reply to: RSS to e-mailThanks for the suggestions, but these are very non-techy people. This is probably the only blog they read (and they may not know it’s a “blog”). I am looking for an e-mail solution because the ones I am trying to reach are not going to use aggregators (and they they don’t have ThunderBird either).
I use bloglines.com constantly (and FireFox), but this is not for me.Forum: Plugins
In reply to: narchives included in index?Beel, that worked for me as well. Thanks for answering this question before I could ask it. ;]
Forum: Fixing WordPress
In reply to: Importing CommentsTry searching the support forums. I searched for
haloscanand found this: http://wordpress.org/support/3/5625Forum: Plugins
In reply to: how to tell if a post is in one of many categoriesWhy didn’t I ask you sooner! ;} This did just the trick, I am just not used to all these cool 1.3 variables yet.
Forum: Plugins
In reply to: how to tell if a post is in one of many categoriesThanks, Beel!
Forum: Plugins
In reply to: isset problemTry using
<?php if(is_home()) ...as described here http://wordpress.org/support/3/13505Forum: Fixing WordPress
In reply to: Category Tag options/paramaters/arrays…what?Try this for displaying child categories: http://wiki.wordpress.org/TheCategoryFixed
Forum: Your WordPress
In reply to: Local Politics/Community BlogFYI, Atomz.com has just added advertising to it’s free search pages. 🙁
Still works great, though.Forum: Fixing WordPress
In reply to: pulling articles into a non wp pageI have been using something like
<?php $posts = get_posts('category=7&numberposts=1&order=DESC&offset=0'); foreach ($posts as $post) : ?>on my 1.3 development blog. It worked fine for a while and then it stopped. Anyone have any guesses as to what would make this happen? Maybe something with updated beta code…?Forum: Fixing WordPress
In reply to: is_single() noobThanks, this list is incredibly helpful!
Forum: Requests and Feedback
In reply to: Protected/Private Entries? and Custom Fields, oh mIn response to your first question, check out this awesome solution: http://www.coffee2code.com/archives/2004/06/30/plugin-get-custom/
I don’t know about the ‘private’ stuff.Forum: Fixing WordPress
In reply to: Transfer Archive from Blogger?WordPress has built-in importers for most major blog tools, including Blogger. Try searching here and the wiki. You’d be surprised how helpful the WP README file is.