Started 1 week ago (2009-11-19 00:00:00)
by mypress
Look here to understand .
Started 5 days, 17 hours ago (2009-11-20 14:43:52)
by MichaelH
In your catgory template use the template tag , the_excerpt() .
Related:
Stepping Into Template Tags
Stepping Into Templates
Template
Hierarchy
Category Templates
Excerpt
Started 4 days, 18 hours ago (2009-11-21 13:23:15)
by MichaelH
Please report what license (e.g. GPL) this theme is released under and if there are
sponsored links. Thanks.
Started 6 days, 14 hours ago (2009-11-19 17:21:49)
by stvwlf
1) you must have an index.php file in your theme - that is not optional
2) if home.php exists it is used to display the top page when there is not a static home page set.
You don't actually need a custom homepage for any of this if all you want to do is not display the
sidebar on the homepage.
In your index.php file, change this
<?php get_sidebar(); ?>
to this
<?php
if (!is_...
Started 5 days, 13 hours ago (2009-11-20 18:43:27)
by esmi
Looks like your theme is missing a template file. A standalone theme normally includes:
style.css
index.php
functions.php
header.php
sidebar.php
footer.php
comments.php
single.php
but you could (just about) get away with only having the first 3 files.
Started 4 days, 14 hours ago (2009-11-21 17:35:48)
by esmi
Best achieved using the before_widget and after_widget parameters for register_sidebar in your theme's functions.php.
http://codex.wordpress.org/WordPress_Widgets_Api/r egister_sidebar
Started 6 days, 16 hours ago (2009-11-19 15:24:40)
by songdogtech
Must be a php or css error from editing your
theme. Post your URL here so people can look at the page source.
Started 5 days, 19 hours ago (2009-11-20 12:35:52)
by esmi
A link to your site might help...
Started 3 days, 21 hours ago (2009-11-22 10:03:42)
by apljdi
An URL would help a lot.
The 'listed at same level' part is a CSS issue. Here is where the URL would help.
The ordering should be fairly simple. Look in wp-admin->Pages and edit one of your sub-pages. Look to the right for 'Order'. You can also find the 'Order' control in 'Quick Edit'. Set a number, then do the same for your other pages. If you are using the default 'Pages'
Widget to display...
Started 2 days, 12 hours ago (2009-11-23 19:15:01)
by gbaka
maybe you don't have the header and
sidebars initiated on your theme or they have different headers and sidebars for single.php and archive.php.