wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_reset_query › WordPress Function
Seit2.3.0
Veraltetn/v
› wp_reset_query ( Keine Parameter )
Definiert in: |
|
Codex: |
Destroys the previous query and sets up a new query.
This should be used after query_posts() and before another query_posts(). This will remove obscure bugs that occur when the previous WP_Query object is not destroyed properly before another is set up.