yung_chi_lee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is there a plugin for this?No, i checked..its posts and comments
Forum: Fixing WordPress
In reply to: Is there a plugin for this?Oh, is it just referencing new comments and not actual posts by him?
Forum: Fixing WordPress
In reply to: Is there a plugin for this?but i looked at the plugin and it doesn’t seem like what I’m looking for….maybe I’m confused : (. Um… coldforge’s site has something I am looking for. Is this the same thing?
Forum: Fixing WordPress
In reply to: Is there a plugin for this?ANyone have this plugin in action where i can see it? Thanks.
Forum: Fixing WordPress
In reply to: Problem with Previous and Next PostI posted my index.php file. I don’t have a single.php file.
Forum: Fixing WordPress
In reply to: Problem with Previous and Next PostMoshu,
Here’s how this section in my index.php file currently looks. From what you have suggested, what do I need to change in the coding to make it work. I know about changing the div class ids but its more the PHP side of things where I get lost. Thanks.
<div class=”center”>
<?php posts_nav_link(‘ ‘, __(‘« Previous’), __(‘Next »’)); ?></div>Forum: Fixing WordPress
In reply to: Problem with Previous and Next PostOkay Moshu,
So I located the class “centre” in the stylesheet.
.center {
text-align: center;
}What can I change to make the links apear the way I want it to?
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comThanks for the note ArmageddonDesign. I’ve readjusted the width of the search box. Can you let me know if you are still getting the same problems.
Moshu: Check out the Mundane Monday category on my site. It took a little work but it was doable.
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comOh, I haven’t actually done anything yet..hahaha…its coming.. but I figured it out. Thanks. Btw, I’m trying something different. If it works, I’ll let you know.
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comI figured it out!! for using different stylesheets for each category.
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comgulp…browser compatibility???
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comKickass, can you please elaborate? I’m not sure I know which part you are talking about. I checked my comments screen and everything looks okay to me. Then again, everything looks okay to me on my site..i’m a little biased. : D
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comoh i c what you mean.. Thanks, I’ll go home and try this on the weekend.
Forum: Your WordPress
In reply to: Feedback Please: yunglee.comNo no..nothing is missing…i just editied my post.. hahhaa..
okay, so here is the section in the index.php file:
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style>Now, if i have the category2.css file, what is the EXACT code i should input into my corresponding category.php file?
Forum: Your WordPress
In reply to: Feedback Please: yunglee.com<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style>So if my stylesheet was called category2.css, what would the EXACT code i should put in to the php file?