shadow
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom colors for each categoryOops, sorry about the url being broken. Here is another option and some code which may help you…
http://www.infektia.net/wordpress-plugin-tips-category-icons/
Forum: Fixing WordPress
In reply to: Changing font size?Show us your url Renee and we can have a look at your particular set up.
Forum: Your WordPress
In reply to: Moderator: see New WPTheme: Trevilian Way – mean poster!Hi Cathy,
Good to see you taking an active role in the forums π
Forum: Your WordPress
In reply to: Moderator: see New WPTheme: Trevilian Way – mean poster!We do moderate, but some things sit on a fine line. Harsh comment perhaps but does it justify removal? Not sure.
Having said that, another moderator might fly in and blast it away as I speak…
Forum: Themes and Templates
In reply to: Custom colors for each categoryThere are a few different plugins available for this.
Here’s one:
http://dev.wp-plugins.org/wiki/CategoryIcons
No idea if it is 2.3 compatible though.
Forum: Fixing WordPress
In reply to: Where oh were did my header go?Your site is at http://plenyofwords.com but your h1 tag and everything else appears to be pointing to http://plentyofwords.com/main
Maybe a siteurl/home issue in your database?
Forum: Fixing WordPress
In reply to: How to add a link/text under each post on the startpage?Via your index.php file in your theme files. The index file is what shows first [unless specifically changed for some other purpose].
Forum: Fixing WordPress
In reply to: Author byline won’t showRemove the commented out tags –
<!-- -->on each side of the author tag call.Forum: Installing WordPress
In reply to: Can’t import from blogger beta to wordpressForum: Installing WordPress
In reply to: Editing ThemesTwo usual methods:
1. Give 777 permissions to your theme files so you can edit them through the ADMIN -PRESENTATION – THEME EDITOR
Just remember to set your files back to their original permission level when finished.
2. With your chosen text editor. There are many free ones available that work with php,html,css and whatever else you need.
As far as working with php and html together, it’s just another learning curve like anything else really. Work with the templates and themes at your fingertips and start to change things bit by bit as you learn.
Oh, and don’t forget you have a myriad of helpers here who can help you along the way.
Forum: Fixing WordPress
In reply to: Change in design problemTo keep it easy, why not pick a theme that is much closer to what you want and then you can make the final changes yourself [or with help via the forums].
http://themes.wordpress.net is one starting point.
Forum: Themes and Templates
In reply to: Background colorsIf you doing this via the theme editor online, you will need to change the permissions to 777.
Alternatively, do it via a text editor and upload the saved file after the changes.
Forum: Fixing WordPress
In reply to: Problems with inserting picturesJust a thought:
If you are using the upload function in the Admin panel [judging by the location of the uploaded file], why do you not just use the Send To Editor option instead of trying to add the image using the image link tool in quicktags?
Forum: Themes and Templates
In reply to: How do I upload a new theme for my blogClick on the theme you want to use via the Presentation tab.
Forum: Fixing WordPress
In reply to: Picture QualityBy default, the upload function will create a thumbnail of your image and link this to the original. So, when you click on the thumbnail, your original is shown.
If you would like to use your original and not the thumbnail, you need to click on the Full Size option in the upload panel instead. It can then be resized using the Visual Editor drag options.