Changeset 408973
- Timestamp:
- 07/12/2011 11:01:46 PM (15 years ago)
- Location:
- wp-twitterfacebook-style-pagination/tags/1.0.1
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-twitterfacebook-style-pagination-front.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-twitterfacebook-style-pagination/tags/1.0.1/readme.txt
r408970 r408973 32 32 function twg_tfsp_custom_query_posts(){ 33 33 34 global $paged; 34 35 # You can add any parameters here but the 'paged' parameter is a must 35 36 -
wp-twitterfacebook-style-pagination/tags/1.0.1/wp-twitterfacebook-style-pagination-front.php
r408967 r408973 46 46 47 47 function twg_tfsp_custom_query_posts(){ 48 global $paged; 48 49 # You can add any parameters here but the 'paged' parameter is a must 49 50 query_posts(array('post_type' => 'custom_post_type', 'paged' => $paged));
Note: See TracChangeset
for help on using the changeset viewer.