z33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: current_page_item on parent pageresolved. it turns out parent page used different class.
Forum: Requests and Feedback
In reply to: plugin managereverytime i did upgrade, i disable ALL my plugin and enable them again after upgrade. I have around 15 plugins. Ouch~
Forum: Themes and Templates
In reply to: WP Theme: Horizontalhmm… the single page (permalink) seems a bit aligned to the right… I’m using IE6 by the way…
Forum: Fixing WordPress
In reply to: WP 1.5.1.2 -> Running PHP in pagesActually, you don’t have to make php run on pages if you wan to use the smart archives. you can create a new file, say archives.php in your theme folder. use this code:
/*
Template Name: Smart Archives
*/
<?php get_header()?><?php smartArchives() ?>
<?php get_sidebar() ?>
<?php get_footer() ?>**Remember, the Template Name is required
Then, create a new page (in your WP admin panel), and at the bottom (advance editing), you can choose which template to use, either default template or smart archives. Choose smart archives. Save the page.
All done 😀
Forum: Themes and Templates
In reply to: My First Themethere’s some problem when viewing my theme using the theme viewer.
Only in permalink. something wrong with my theme?
Forum: Themes and Templates
In reply to: My First Themeno problem shadow, it’s commented anyway 🙂
Forum: Fixing WordPress
In reply to: limiting words in excerptwell, i plan to use the_excerpt in my archive page. it seems like the
the_excerptdisplay too many words and i would like to limit it because i display all the post in my archive.is limiting words in
the_excerptplaying with the core codes?Forum: Requests and Feedback
In reply to: Request: Compiling Documentationi just want a documentation everything related to theme-ing/templating and all those tags usage. i prefer to have them in html.
thankx