Kiezkicker
Member
Posted 1 month ago #
Hi,
is it possible to change the date from "11 Okt/09" to "11 Okt. 09" as it was set in the locale (why didn't use the default date - format set in wordpress - config?)?
And how I can make sub - menus of sites? It seemed that lightword just support the first level of sub- pages in the menu, is it possible to change it?
is it possible to change the date from "11 Okt/09" to "11 Okt. 09"
It should be. You'll need to change the format parameters used for the_date() or the_time() within your theme templates.
And how I can make sub - menus of sites?
See http://codex.wordpress.org/Template_Tags/wp_list_pages - especially the depth parameter.
alchymyth
Member
Posted 1 month ago #
Kiezkicker
Member
Posted 1 month ago #
@esmi: Ahm, basically and essentially it was clear - but the theme "lightword" was a little weird in this case...