leev
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to change a blog into a websitetry creating a static front page:
http://codex.wordpress.org/Creating_a_Static_Front_PageForum: Fixing WordPress
In reply to: File accidently renamedi think it’s wp-trackback.php
try wp-table reloaded instead, see if it helps:
http://wordpress.org/extend/plugins/wp-table-reloaded/Forum: Fixing WordPress
In reply to: How do I tranrsfer posts from one domain to another?Forum: Fixing WordPress
In reply to: Linking Pages to CategoriesTry: Table of Contents Creator:
http://wordpress.org/extend/plugins/table-of-contents-creator/Forum: Fixing WordPress
In reply to: Remove 'Home' button, striking theme 3.2.1try this one:
.current_page_item { display:none }Forum: Fixing WordPress
In reply to: Remove 'Home' button, striking theme 3.2.1stupid browser made me edit twice…
Yes, in style.css, can be put at the bottom.
#access ul li.current_page_item { display:none }Forum: Fixing WordPress
In reply to: Remove 'Home' button, striking theme 3.2.1Edit: find something like this in your css: * html #access ul li.current_page_item a,
then add this code under it:
#access ul li.current_page_item { display:none }looks normal on my firefox browser.
Forum: Fixing WordPress
In reply to: How to restore from dabase backupForum: Themes and Templates
In reply to: Background color to postdoing so for a single post would mean CSS edits. Such changes would be over-written the next time you upgraded WordPress.
I don’t really care because the next time I update my wordpress, I can do it manually. Also, I have backups.
Anyway, if you or anyone here knows how to add a custom background color to a single post, please show me how. Thanks