oncidium
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: built in category feed will not workI had another thought. Using the Feed Locations plugin, shouldn’t I just be able to change the default rss feed location from http://www.divaknitting.com/blog/feed=?rss2 http://www.divaknitting.com/blog/?feed=rss2&cat=-12
I tried it though and the category 12 posts still show up in bloglines, google reader etc. However, when you put http://www.divaknitting.com/blog/?feed=rss2&cat=-12 in the browser the feed shows up just as I would like it to…no category 12.
Forum: Fixing WordPress
In reply to: built in category feed will not workI found this thread which might be relevant: http://wordpress.org/support/topic/78474?replies=13#post-584328 Wondering if I should be editing a different file?
Forum: Fixing WordPress
In reply to: Exclude category from feed plus force full content?I’m trying to do this same thing. Did the final solution work?
Forum: Fixing WordPress
In reply to: built in category feed will not workI added the & but it still shows up in the main feed. Could it be the theme I’m using preventing this from working?
Forum: Fixing WordPress
In reply to: built in category feed will not workThank you! Unfortunately, I tried adding the code you suggested, did a test post and it did show up in my main feed. I’m not sure if it matters where in the functions.php code I add this? I put it towards the beginning…see below`load_theme_textdomain (‘giraffe’);
//Addition to block category from main feed
function limit_feed() {
if (is_home() && !is_category()) {
query_posts($query_string . “cat=-12”);
}
}
add_action(‘rss2_head’,’limit_feed’);//END addition to block category from main feed
// Register ourself with the widget master
if (function_exists (‘register_sidebar’))`Forum: Fixing WordPress
In reply to: built in category feed will not workOk, I finally found the link that works: http://www.divaknitting.com/blog/?feed=rss2&cat=12 However, what I’d really like to do is have any posts to this category be excluded from the regular site feed. I tried the category visibility plugin, but if I mark the category not to show up in the feed, no feed at all shows for it. Any ideas on how I may be able to accomplish this?
Forum: Themes and Templates
In reply to: expand/contract sidebarIt is made by a blog company that is not doing custom templates right now. I was hoping there might be a similar wordpress plugin or theme that already exists. I’ve looked extensively but have yet to come across anything like it.
Forum: Fixing WordPress
In reply to: Putting PHP on a WordPress “Page”I’m trying to do something similar…include a gallery within a page. I got the php to run on the page, see here: http://www.divaknitting.com/blog/?page_id=334 but the problem comes when you try to click on a category. I got the page to show up by putting view.php in the blog directory but now I am at a loss as to how to get the blog to appear around it as you drill down to single pics. Any ideas?
Forum: Everything else WordPress
In reply to: PHP on pageI’m trying to do something similar…include a gallery within a page. I got the php to run on the page, see here: http://www.divaknitting.com/blog/?page_id=334 but the problem comes when you try to click on a category. I got the page to show up by putting view.php in the blog directory but now I am at a loss as to how to get the blog to appear around it as you drill down to single pics. Any ideas?
Forum: Fixing WordPress
In reply to: more-smiles admin panel questionI couldn’t get it either…there are a couple of posts at this site about this…seems to be a problem. I did notice the pop up option works if the WYSIWYG is disabled.
Forum: Fixing WordPress
In reply to: embed page within wp page?sorry…trying to reply to a different post
Forum: Installing WordPress
In reply to: subscribe me problemNever mind…I was using the pre-widget instructions! Works perfectly as a widget.
Forum: Installing WordPress
In reply to: subscribe me problemI am trying to use this via a text widget…added both
<?php wp_meta(); ?> <?php the_subscribe_links(); ?>and still won’t work. Help?
Forum: Fixing WordPress
In reply to: emoticons wont showHOT DOG! I’ve been looking for an answer to this ever since I upgraded to 2.0. I found tons of stuff about the smilies not showing up but this was the first one that fixed it!
Forum: Fixing WordPress
In reply to: no smileys :-(I’m still having this same problem Patty! I have searched and searched and tried almost everything but still don’t have the answer after a couple of months. I use wp-grins and did the steps listed here: http://www.tamba2.org.uk/wordpress/smilies/ to no avail. All of this started after the 2.0 upgrade 🙁