elyn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change page category?There is no page.php in my theme template. And to delete this file under the default theme of WP results in nothing. Then I saved index.php of my theme as page.php, delete “<?php _e(“Bloged in”); ?> <?php the_category(‘,’) ?>”. In that case, page won’t display category anymore.
Moshu, thanks. I didn’t catch you until yesterday.
Forum: Fixing WordPress
In reply to: How to use .js file in PHP?Thanks. But…nothing happened…:(
Forum: Fixing WordPress
In reply to: How to change page category?Still nothing happened…
Forum: Fixing WordPress
In reply to: How to change page category?Then how to delete the display of the default category that pages blogged in?
Forum: Fixing WordPress
In reply to: Where to change PHP date output of comments post timeDone. Thanks a lot, Chris:)
Forum: Themes and Templates
In reply to: How to change the scollbar color in the theme templateI’ve found the ways to solve the problem. You have to edit three files. Style.css and Index.php of the theme, and Index.php of the wordpress. But in index.php, you have to add [html][/html][body][/body] in source code. Between [body] and [/body], add the following
<style>
body {SCROLLBAR-FACE-COLOR:#FFFFFF;
SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
SCROLLBAR-SHADOW-COLOR:#FFFFFF;
SCROLLBAR-ARROW-COLOR:#835A58;
SCROLLBAR-BASE-COLOR:#835A58;
SCROLLBAR-DARK-SHADOW-COLOR:FFFFFF}
</style>That works! You may check the result here: http://www.elimmanna.net/wordpress/
p.s. If you read Chinese, please check the answer here: http://www.elimmanna.net/wordpress/?p=13