abcdefgary
Forum Replies Created
-
Forum: Plugins
In reply to: Comments as Survey with Private Access – Easy?Aw, okay. I was just wondering if it is easily doable. But if it’s not, I don’t want to even attempt it, haha. Thanks.
Forum: Fixing WordPress
In reply to: How to: Combine Databases?thank you! I had to modify the text file a bit, but you led me to the right direction. thanks.
Forum: Plugins
In reply to: Summary of Weekly Postsokay, well I got the job half done.
I installed a plugin which allows me to put PHP in posts. So I just wrote the wp_get_archives thing.
however, when it displays my last recent posts, they won’t stay permanent, which I want it to, it will always keep changing.
does anyone have a solution to this?
thanks in advance.
Forum: Plugins
In reply to: Summary of Weekly PostsOk… I’m not sure how I would do this, but the recent posts doesn’t seem to work if I put the function in a post.
however, if I put it in a template, it will work…
is there a solution? thanks.
Forum: Plugins
In reply to: Summary of Weekly PostsErr… darn. I thought someone would have the answer like in a jiffy.
So I guess there isn’t a plugin like this out there…
Looks like I’ll have to do it by hand manually.
Forum: Fixing WordPress
In reply to: Re-enlist an e-mail for comment moderationok… I still need some help with this. I’ve found a better way to put it:
how can I input an e-mail into the moderation queue?
hopefully someone can answer, thanks. I’ve tried searching but no luck.
Forum: Themes and Templates
In reply to: removing <li> from menu items in classic themesThank you. I did some research and removed it via css padding/margin.
Forum: Themes and Templates
In reply to: removing <li> from menu items in classic themesNo, sorry for not being clear but I want to modify the items in the category, not the category header:
Category
# Item <— I want to edit these
# Item
# Itemright now, I put this in my css:
li { list-style: none;}
Firefox shows the items without an indent, while IE does an indent. I would like to modify the tags surrounding “Item” so there is no indent.
right now, the items are showing up because of the
<?php wp_list_cats(''); ?>
tag but I have no idea how to modify the code surrounding the items under each category.hopefully someone can show me the way, thanks in advance
Forum: Fixing WordPress
In reply to: People Being Admin in comments?Thanks. I’m not sure how it works though… because I can make comments using another person’s name for some reason, as well as their e-mail.
Forum: Fixing WordPress
In reply to: People Being Admin in comments?I know. I don’t know what’s going on. I think there’s some difficulties with the host today… it wasn’t like that this morning.
I’ll google and see if I find anything.