extrakun
Forum Replies Created
-
Hi,
Thanks for the response. Unfortunately, adding qcAC=1 doesn’t seem to work (I believe it made it worse…) I am using WebStressTester to call the ajax calls over 50 times, and using qcAC=1 seem to reduce the response time. I tried that without wp-admin.php inside the no-cache uri.
I think the biggest issue is that admin-ajax.php loads a lot of the WordPress core. I tried using one of those ‘lite ajax script’ to do a custom ajax handler, but even so each ajax call is about 0.8 to 0.9 seconds.
Forum: Plugins
In reply to: Category-sensitive archive pageThanks, that would help greatly!
Forum: Developing with WordPress
In reply to: linking from homepage posts to a pagePages are not designed to be presented this way in WordPress. The best is to find a plugins that generate a list of sub-pages (I think I found one before) and put it within a post, or use EXEC-PHP and use the wp_list_pages template tag,
Forum: Plugins
In reply to: Widget – only display child categoriesThanks. I try to see if I can work that into an existing widget or a mini-one.
Forum: Fixing WordPress
In reply to: Files too big for uploading; How do I insert into database directly?This works. Thanks!
Forum: Installing WordPress
In reply to: Upgraded to 2.7 – Blank PageYou have to upload the new files from the wordpress root folder as well (index.php, wp-app.php and etc.), taking care not to delete or overwrite wp-config.php (which is quite unlikely).
Forum: Fixing WordPress
In reply to: How to I get the WordPress loop in a page template?Thanks, that is exactly what I am looking for. Perhaps I should have phrased my question as “How can I have a PHP page that have the WordPress Loop”.
As for the prevalent issue of why I would think of using a page template to achieve what I want, I guess it’s based on traditional method of building websites. Maybe including a link to the Template Hierarchy while explaining the WordPress Loop would help, something like “I wish to have a PHP page that has the WordPress loop”
Thanks.
Forum: Fixing WordPress
In reply to: How to I get the WordPress loop in a page template?Sorry if I was unclear with my intent.
I wish to have different pages where posts from categories are displayed differently.
1. One which is the usual style of index.php
2. One which displays a list of child categories and at the same time display posts using thumbnails and just a short excerpt.Or rather, one is a blog-style, while the other is a CMS-style.
I could achieve #2 with a static homepage – however, the question more or less remains – how do I obtain the WordPress with a static php-driven homepage so that I could generate news and etc.
Thanks in advance!
Forum: Fixing WordPress
In reply to: Forums for WordPress?Hi thanks,
I have checked out the site but it does not seem to work for WordPress 2.6
Forum: Installing WordPress
In reply to: Upload errorAs for me, I downloaded the latest version of Flash player and all things turn out fine.
Forum: Fixing WordPress
In reply to: Listing links’ categories and listing links within it when clickedThanks for the response. As far as I know, wp_list_categories() is for posts.
Maybe I am not clear, but what I wish to list is the categories of links, not categories of posts.
Forum: Fixing WordPress
In reply to: Showing the notes of eachlinkSorry,
*bump*
Forum: Installing WordPress
In reply to: Upload errorI have the same error, but strangely, it works on IE but not on Firefox 2 or 3…any idea?