Amāvāsyā Cowboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem listing Pages & excluding onethe hell with my brain that sometimes bugs & blocks – sorry to have filled the forum with a useless post
<?php wp_list_pages(‘exclude=4&sort_column=menu_order&title_li=’); ?>
fine.
Forum: Your WordPress
In reply to: Soliciting feedback on usability – tear me apart!!!what about removing the right column – external links (blogroll, vendors) and make a link Page out of it?
Forum: Fixing WordPress
In reply to: Static Front Page plugin vs. Fold Page List plugin: Bug!This looks kinda weird, sorry Denis-de-Bernardy – I’d NOT expect the described bug, as both plugins worked pefectly together under WP 1.5.2.
Forum: Fixing WordPress
In reply to: Pages vs Posts (take two)create a page and name it home.php: this is your “master” page, located in your theme folder.
If you don’t want to create it from scratch, just open index.php & save it as home.php: then customize it the way you want.
Then to have all pages listed in the body of home.php, copy’n’paste the php function listing pages from sidebar.php to home.phpcheck out the WP Codex http://codex.ww.wp.xz.cn sections related to Pages
Forum: Installing WordPress
In reply to: Trouble creating blogwent to see your site… quite strange, indeed…
did you customize any files?
my advice would be to clean your database, re-upload all wp files to your server, and re-install from scratch – the famous 5 minutes install IS clean ‘n’ ezy.Forum: Plugins
In reply to: fold_page_list not working in WP 2.0Ok, i just identified the bug:
i have two plugins installed:
-Fold Page List plugin
-Semiologic Static Front Page plugin
http://www.semiologic.com/software/static-front/
Both work fine, but don’t want to work together; explanation:
When using the Static Front Page plugin, the Home Page (slug: home) doesn’t show its child pages.I just started a thread about that in WordPress Support » Tags » Semiologic
http://ww.wp.xz.cn/support/topic/53382i suggest we should close the present thread and go there (53382) now for further investigations. 😉
i’ll send the present reply to Rob (sorry, Rob, it’s the last spam, i do swear)
i’ll send a mail to Semiologic too.Forum: Plugins
In reply to: fold_page_list not working in WP 2.0Just contacted the author… stay tuned
Forum: Fixing WordPress
In reply to: Static Front Pageget your answers there:
http://ww.wp.xz.cn/support/topic/50778Forum: Fixing WordPress
In reply to: url rewriting index.php to a PageThe Static Front Page Plugin solves this out easy
Forum: Fixing WordPress
In reply to: url rewriting index.php to a PageWow!
1’000’000 thanx!Forum: Fixing WordPress
In reply to: url rewriting index.php to a Pageok here’s the idea
homepage of the site (http://www.asite.com) is a static splash-like one where you can choose beetween two languages. ok. let’s click “English”. That shall lead you to the English welcome page with an url like http://www.asite.com/wp/?page_id=3.
The problemo is: http://www.asite.com/wp/index.php (which is indeed WP homepage) is empty – kind of a ghost page. So if a visitor unfortunately directly arrives to the index.php page (ex. thru google), i want him to be rediredted to the page_id=3.