seravi
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Fatal ErrorHm…I’m getting the same undefined function error, and also recently upgraded. How does one go about doing this particular advice:
“make sure that you have all the correct core WordPress files and aren’t running some kind of bad upgrade in some way. ”
Forum: Fixing WordPress
In reply to: excluding pages from wp_list_pagesoh. good grief. I had no idea. well isn’t that a stinker.
i guess i’ll have to find another solution.
thanks!
Forum: Fixing WordPress
In reply to: excluding pages from wp_list_pagessorry, meant to include this in the earlier post:
http://ww.wp.xz.cn/support/topic/112648?replies=5#post-586859
Forum: Fixing WordPress
In reply to: Creating static pages not viewable under Page links?Thanks for this info. I have the same problem so I’ve done the above fix:
changed
<?php wp_list_pages(‘title_li=’ . __(‘Pages:’)); ?>
to
<?php wp_list_pages(‘title_li=’); ?>
but “Pages” is still being displayed on the sidebar as a header for the pages on my blog.
http://www.onyoungchildren.com
am i missing a step?
Thanks!
Forum: Plugins
In reply to: tag cloud for WP 2.2Just in case anyone out there is desperately following this topic: it has generally been resolved.
I had a friend help me out. Turns out that simple tagging was generating items as <span> and my css was for
- . Quick fix by going into the “options” area of the tag settings.
all is well. turns out i’m just a little slow on css.
Forum: Plugins
In reply to: tag cloud for WP 2.2jason…
i’ve got Simple Tagging. But I couldn’t get the tag cloud to work properly, which is why the widget was suggested, which also doesn’t work properly.
it would be more helpful if you could give me a tip on actually getting the cloud to work, either with or without the widget plugin.
http://www.onyoungchildren.com
i currently have the widget running, but as you will see, the styles don’t work, and when you click on a tag, it will only display the first entry, not all of them.
thanks.
Forum: Plugins
In reply to: tag cloud for WP 2.2okay. hold up. i think i’m taking your statue down until further notice:
not only is it not displaying correctly (although i’m still pretty convinced this is my css) but when you click on a tag, it doesn’t display all the posts the tag refers to, just the first one.
since, in all my previous research, it was noted that this plugin wasn’t yet full compatible with WP 2.2, is this perhaps the reason?
Forum: Plugins
In reply to: tag cloud for WP 2.2Thank you.
I have just raised a statue in your honor.
now all i have to do is figure out why my css is still funky…