StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-01-2010, 10:53 AM
eonuk eonuk is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2009
Posts: 4
Default The wp_list_pages() call is slow. How do I Ajax it

  1. ....I'm using wordpress 2.9.2
  2. I am using the lifestyle theme
  3. I have a LOT of pages
  4. The call to the wp_list_pages (which creates menu items in the theme) is taking a long time because there are so many pages (within the div id subnavbar). As a result the page takes a long time to download
  5. website is http://www.angelperfume4u.co.uk/

Is there a way I can easily make the following code in the theme a ajax call, so it is loaded after the rest of the page is loaded:

<ul id="subnav">
<?php wp_list_pages('title_li=&sort_column=post_title&de pth=2'); ?>
</ul>
</div>

website is http://www.angelperfume4u.co.uk/
 

Tags
ajax, wp_list_pages

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wp_list_pages question mpstrick General Discussion 2 03-23-2010 01:45 PM
Custom field value with wp_list_pages erikong General Discussion 3 06-19-2009 01:04 PM
Ajax Comments choder General Discussion 1 03-27-2009 12:18 AM
Google Ajax news GregS General Discussion 5 02-25-2009 12:20 PM
Style wp_list_pages seemsse General Discussion 1 01-12-2009 12:23 PM


All times are GMT -5. The time now is 07:54 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.