test
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -162,7 +162,7 @@ function delete_autoload_map_transient() | ... | @@ -162,7 +162,7 @@ function delete_autoload_map_transient() |
| 162 | add_shortcode( 'count_stores', 'count_stores' ); | 162 | add_shortcode( 'count_stores', 'count_stores' ); |
| 163 | function count_stores( ) { | 163 | function count_stores( ) { |
| 164 | $count_pages = wp_count_posts( 'wpsl_stores' ); | 164 | $count_pages = wp_count_posts( 'wpsl_stores' ); |
| 165 | return ' <h2 class="find-number done" id="find-number">'.$count_pages->publish.'</h2>' ; | 165 | return ' <h2 class="find-number" id="find-number">'.$count_pages->publish.'</h2>' ; |
| 166 | } | 166 | } |
| 167 | 167 | ||
| 168 | 168 | ... | ... |
-
Please register or sign in to post a comment