prb11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Organise CategoriesI think you’ll find your answer under Tag tags on this page:
http://codex.wordpress.org/Template_TagsI tried that link but it doesn’t make it too clear for me as to what code I need to put where to show the tags at the bottom of the post as well as the category used and also how to show a list of the tags used on a seperate page.
Forum: Fixing WordPress
In reply to: Organise CategoriesI’m trying to sort my categories so that the ones with the most posts are at the top.
I used this code in the sidebar:<?php wp_list_cats(‘sort_column=count&orderby=DESC&optioncount=1&hierarchical=0’); ?>
I have tried DESC and ASC but for some reason the categories with the most posts remain at the bottom? What am I missing?
Forum: Fixing WordPress
In reply to: Organise CategoriesOk, so I use a modified version of the default theme. How do I go about showing my tags at the bottom of a post in the same way I currently show the Categories?
Is it possible or easy to transfer categories from previous posts over to tags or would I need to go through individual posts and edit them all manually?
Forum: Fixing WordPress
In reply to: Organise CategoriesThanks, I will take a look at it.
While on the topic of Categories, I have been reading quite a bit and cant get my head around what is better to use, Categories, Tags or both and what the real difference is between them? If using Tags in place of Categories can you have them showing on a site in the same way Categories do?
Forum: Fixing WordPress
In reply to: Double Line SpacingCheers, I am in the middle of upgrading to the latest version so assuming that all goes ok, I will try your advice and see how it goes.
The site is, http://www.cycleseen.com but may be down at the minutes.
Forum: Fixing WordPress
In reply to: Double Line SpacingUnfortunately I cannot find that line. It might be my version (I am currently looking into upgrading to the latest version, but in the mean time…) but this is the king of code I have on the Style sheet and what I have it set to, yet when I click more on a post it still has it single spaced:
#content {
font-size: 1.2em
}.widecolumn .entry p {
font-size: 1.2em;
line-height: 2.0em;
}.narrowcolumn .entry, .widecolumn .entry {
line-height: 2.0em;
}.widecolumn {
line-height: 2.0em;
}.narrowcolumn .postmetadata {
text-align: left;
line-height: 2.0em;
}Thanks