Simon Clark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image out of wackForum: Fixing WordPress
In reply to: Two folders same installI have done that but the last part has me confused
“NOTE: If Permalinks are not enabled, go to Settings > Permalinks and enable them as a page address of /index.php?p=423 defeats the purpose of making a static front page. “
I don’t understand what this is meant to mean.
Forum: Fixing WordPress
In reply to: Two folders same installI followed the instrctions but when I created a test post. It shows up on the front page as well as the /blog/ url.
I want the front page to remain static.
Forum: Fixing WordPress
In reply to: Two folders same installThanks, Will give it a go & let you know how I go.
Forum: Fixing WordPress
In reply to: Adding a like to the pagesdamm spelling, Sorry about that
Forum: Themes and Templates
In reply to: Streaching an imageThanks
Forum: Fixing WordPress
In reply to: wp list cats<ul class=”categories”>
<?php wp_list_cats(‘sort_column=name&hide_empty=0’); ?>Forum: Themes and Templates
In reply to: Blix problemsArrrgh, I found what what happend. I was changing the Permalink not the post, Thanks for your help class. Sorry about that.
Forum: Themes and Templates
In reply to: Blix problemsin the control panel it has the (jS m y) and yes i did edit the index.php
Forum: Themes and Templates
In reply to: Blix problemsThis is the code
” class=”permalink” title=”Permalink”><?php the_time(‘jS M, \’y’) ?><!–, <?php the_time(‘h:ia’) ?>–>
j = day of the month without leading zeros
S = English ordinal suffix for the day of the month, 2 characters
M = A short textual representation of a month, three lettersSo why is it coming up with “August 7th, 2005”
Forum: Themes and Templates
In reply to: Blix – New Theme for WP 1.5Also how do i put text in the search box?
Forum: Themes and Templates
In reply to: Blix – New Theme for WP 1.5I have had some problems with the date. In the single post it is correct
<em class=”date”><?php the_time(‘jS F, Y’) ?><!– at <?php the_time(‘h:ia’) ?>–>
with day,month, year
but in the main page it is
” class=”permalink” title=”Permalink”><?php the_time(‘jS M, \’y’) ?><!–, <?php the_time(‘h:ia’) ?>–>
with month, day year,
How do i fix it?
Forum: Fixing WordPress
In reply to: Time not showing up on main pageThank you
Forum: Fixing WordPress
In reply to: Time not showing up on main pageThe defult one.
Forum: Fixing WordPress
In reply to: all categories & number of posts to be shownAlso how to get it in alphabetical order, I cant find.
<?php list_cats(0, ‘All’, ‘name’); ?>