steyr_commando
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Revert back to Default themeYou can select default theme in theme option.
In my opinion, a default theme is the best way to start modding, because it’s simple and have all necessary tag that normal blog should have.
Forum: Everything else WordPress
In reply to: Is there WP CMS for static websites, not blogs?WordPress also have pages which is static page and doesn’t have any comment form. You can create it to use for your company information, etc.
Forum: Everything else WordPress
In reply to: monetizeYes, you can put ads to any theme, plenty of themes and plugins support it.
Forum: Fixing WordPress
In reply to: Lost my Home page?Did you try switch to default theme? If it work fine, check a query syntax in your theme.
Forum: Themes and Templates
In reply to: How do I assign a CSS id to the <ul> in wp_list_bookmarks?Did you try to use “ul, ul li” ?
That can specify styles to entire lists.
Forum: Themes and Templates
In reply to: How do you install themesExtract file and upload to /wp-content/themes directory.
Forum: Themes and Templates
In reply to: CSS editing textput one more line to your #header img
float:left;🙂Forum: Fixing WordPress
In reply to: strange effect when creating internal linkIt’s called trackback.
If you don’t want it to show, you can uncheck “Allow trackbacks and pingbacks on this page.” in post option.
Forum: Fixing WordPress
In reply to: Image URLhttp://www.reikilotus.com/wp-content/uploads/2010/03/reiki-1.png
public_html is root folder.
Forum: Everything else WordPress
In reply to: Ooops! Locked myself out of admin!Default is
yoursite.com/wp-admin 🙂
Forum: Plugins
In reply to: Looking 4 a simple forum!try bbPress 🙂
Forum: Plugins
In reply to: How to adding Tags on my bottom PostDid you put it inside loop?
the_tags require to put inside a loop.
Forum: Themes and Templates
In reply to: RSS this blog put in my blogMany RSS plugins supported widget for your sidebar.
Forum: Fixing WordPress
In reply to: Blog only shows one postCheck your query syntax, it must be in while loop to query multiple post.
Forum: Installing WordPress
In reply to: Is it safe to change my URL name?You can rename directory, but before you do that, you must change blog address in Settings > General first. Do it carefully.