‘PHP’ kategorisi altındaki yazılar:

If you use query_posts within a template page

c9b7628f
If you use query_posts within a template page, WordPress will have already executed the database query and retrieved the records by the time it gets to your template page (that's how it knew which template page to serve up!). So when you over-ride the default query with query_posts(), you're essentially throwing away the default query and its results and re-executing ...Devamı »
sametozden tarafından 05/01/2012 - 16:07 tarihinde yazıldı
Kategoriler : PHP