Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9fee2238
authored
2022-02-03 11:53:28 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
test
1 parent
a4fdb380
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/inc/wpsl.php
wp-content/themes/understrap-child/inc/wpsl.php
View file @
9fee223
...
...
@@ -162,7 +162,7 @@ function delete_autoload_map_transient()
add_shortcode
(
'count_stores'
,
'count_stores'
);
function
count_stores
(
)
{
$count_pages
=
wp_count_posts
(
'wpsl_stores'
);
return
' <h2 class="find-number
done
" id="find-number">'
.
$count_pages
->
publish
.
'</h2>'
;
return
' <h2 class="find-number" id="find-number">'
.
$count_pages
->
publish
.
'</h2>'
;
}
...
...
Please
register
or
sign in
to post a comment