unfortunate
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Linking stylesheet to themethanks. that works for now. overkill for what i needed but i guess it provides the option for me to change each themes structure independently.
Forum: Themes and Templates
In reply to: Linking stylesheet to themeok. do you know how i could display the different themes without having to use the list or drop down menu? i tried display: inline but that didn’t work.
Forum: Themes and Templates
In reply to: Linking stylesheet to themeso this second ‘theme’ folder which contains the second stylesheet goes in the original unfortunate directory?
Forum: Themes and Templates
In reply to: Linking stylesheet to themeno no.. this is for a dedicated wordpress install. i know wp.com does not allow customizations.
Forum: Themes and Templates
In reply to: Linking stylesheet to themei don’t think im following? won’t doing that inherit the template of the default theme installed with wordpress?
i tried the theme switcher plugin. i didn’t like the list or the drop down menu. i wanted to be able to place two links near the top of the blog.
Forum: Plugins
In reply to: Can’t see plugins.i have a similar issue with wp2.0. i’ve uploaded two plugins (gravatars and recent-comments). i’ve also uploaded a complete themes folder that i was working on locally on my hardrive.
uploaded, double checked the file permissions were set to 755, nothing is showing in my dashboard other than the default plugins and themes.
Forum: Themes and Templates
In reply to: Removing bullets from list titlesthis will do it:
#sidebar li {list-style-type: none;}
Forum: Plugins
In reply to: recent-comments and recent-posts plugin issuesnvm my last inquiry. the plugin offered parameters for setting the displayed posts.
Forum: Plugins
In reply to: recent-comments and recent-posts plugin issueswow. thanks for the quick response. i wasn’t aware that something as simple as line breaks could have such an effect.
also.. if anyone knows how to do this. i was going to use the admin panel to display 3 recent posts at the top of the page. how could i make the recentposts plugin call the following posts after the first 3? at current the recent posts plugin is displaying all recent posts including the freshest posts.
Forum: Fixing WordPress
In reply to: highlight author commentsSo I just paste the following code somewhere. Does anything else need to be filled out?
<?php
$authorcomment = '';
if($comment->comment_author_email == get_the_author_email()) {
$authorcomment = ' authorcomment';
}
?>
So where would this code go? WordPress 1.5.
Forum: Fixing WordPress
In reply to: RSS 2.0 is not workingi disabled the custom permalink which is why my feed is working again. i haven’t figured out a way to make the permalink /index.php/archives/%post_id%/ without messing up my rss feed.
Forum: Fixing WordPress
In reply to: No rss Feed when permalinks are activehi im having the same problem. when i have permalinks active
/index.php/archives/%post_id%/
my rss feeds don’t work. for now im not using permalinks
Forum: Fixing WordPress
In reply to: RSS 2.0 is not workinghey im totally new to wordpress. i installed wp 1.2 and discovered the my rss feeds display a 404 error. i read through the top posts and saw something about htaccess. could someone give me the gradeschool explaination as to what i should do?
my site is here: https://unfortunate.belike.net
thanks.