November 25, 200916 yr Hi, does anyone know of a good source where I can get hold of some decent video tutorials of making themes from scratch in wordpress? Text would be fine if you know of any good in detail too
November 25, 200916 yr http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/
November 25, 200916 yr Theme forest has a good series. Your better off querying the codex and text tutorials to start. The more mistakes you make the more you learn.
November 26, 200916 yr Author Just asking for a little help again, I wasnt to have my comment number clickable leading to comments page, I've tried this <a href=" <?php comments_link(); ?>" title="<?php comments_number('0', '1', 'more'); ?>"</a> but with no effect. Also I want to display my date like this. Any ideas please?
November 26, 200916 yr To get the date format right you need to query http://php.net/date and get the correct format you need. Then you need to style it appropriately.
Create an account or sign in to comment