It seems you need to rest the post data before return the $postCount. Before return it, add the follow:
wp_reset_postdata();
—
There is a difference between wp_reset_query()
and wp_reset_postdata()
, as explained here.
wp_reset_query()
– ensure that the main query has been reset to the original main query.wp_reset_postdata()
– ensures that the global $post has been restored to the current post in the main query.
Related Posts:
- the_excerpt and shortcodes
- Stop strip_shortcodes() stripping content inside shortcodes
- Shortcode content does not show in feed discription/excerpt
- How navigation works in custom loop within shortcode?
- Easy way to show excerpts of specific posts on a page
- Shortcodes in excerpts returning empty string
- Retrieving post excerpt as a shortcode
- How to explode single string IF it’s used in shortcode
- Shortcodes in RSS excerpts
- Check if CTP category taxonomy is set in shortcode
- shortcode issue in the_excerpt
- Query to list all galleries under a parent post?
- How to Get Shortcode in Excerpt to follow Document Flow
- Excerpt Length & List Category Posts Plugin
- Shortcode not displaying video as expected
- shortcode doesnt work on excerpt
- Remove figcation from excerpt
- SQL query to bulk change short code in all posts
- the_excerpt displaying code inside style tag
- How to strip header tags & shortcodes from the_excerpt()
- Pull in excerpt with shortcode
- How to stop unwanted splits in excerpts when using shortcodes for sliders or players
- Inserting shortcode is blanking excerpt – any ideas?
- Wpautop stops working after get_the_excerpt
- Why does my shortcode query not working with search term
- Using get_option() in JavaScript
- Shortcode empty attribute
- Using wp_editor in shortcode
- How to display the site name in a WordPress page, or post
- How can I put a wp_redirect into a shortcode?
- Using audio shortcode for .mp3 URLs with a query string
- Get multiple shortcode attribute values
- Why do_shortcode is not executing the shortcode in data-* html attributes?
- How to display some selected user meta data on a specific page with a shortcode?
- Some doubts about gallery shortcode in WordPress
- has_shortcode for content added after the content
- Shortcode displays only default attribute values
- Creating a Slider Shortcode Based on Nivo Slider
- How can I make a shortcode from this code?
- Adding PHP/HTML code inside page from custom template
- WordPress auto adds p to shortcode parameters
- Why isn’t this youtube shortcode working?
- Gist shortcode is not working
- ShortCode and extra
- How to change page title (from a plugin) in twentytwentyone theme
- WordPress Code Standards and Working $link Parameters In Shortcode
- How to set Contact Form 7 fields default value using shortcode attribute? [closed]
- Display post metadata: “title, category, author, date” with shortcode
- shortcode javascript not working on custom template file inside theme folder
- Check if post has gallery images/media
- If you add a shortcode programmatically, but the code isn’t viewed on that request, is it still executed?
- Add shortcode support to custom field
- Shortcode help: If no image entered take default
- How can I escape a section of my page which contains multiple shortcodes?
- shortcode to display post by category entered by user without plugin
- How to change the output of gallery shortcode
- wp_list_pages shortcode jumps above previous content
- Shortcode attributes don’t appear?
- Shortcodes: closing shortcode not being processed
- Using $this from child class inside shortcode function
- Div-Wrap with Functions.php in Childtheme using Shortcode!
- Trying to call dynamic content as a shortcode attribute
- How to check if a post has any one of many shortcodes?
- enqueue script with get_shortcode_regex
- Use Contact Form 7 with Ajax
- Is it possible to add a shortcode’s content to a table?
- How to set a variable in a shortcode and reference it in another shortcode in the same post?
- Which file renders the “Edit Gallery” Settings page?
- using shortcodes in theme content
- How to: Simple Nested Shortcode [closed]
- Plugin renders in preview but shortcode shows when published
- How to process shortcode on post save and update only
- How to turn this HTML code into a shortcode? (adding song lyrics and giving an id to a div)
- ACF repeater + group shortcode
- Custom shortcode skips every 2nd shortcode
- Global $post returns 2 objects for my shortcode
- Gutenberg Shortcode Chooser Block
- Can Someone Help me to Correct my shortcode for displaying a category?
- Simulate shortcodes with javascript
- How to use Shortcode from one WordPress page in another WordPress page?
- WordPress 5.1 and Syntax highlighter, problem with HTML encoded special characters
- Onclick want to call shortcode in wordpress
- Working with Contact Form 7 pipes
- WordPress Server Time not changing/displaying correctly
- How can I extract or parse data from post contents’ shortcodes into an array?
- Do embed shortcode on wordpress ajax request
- Woocommerce Filter Main Loop by Tag [closed]
- Shortcodes: override a shortcode / change shortcode on the fly
- Access the resized images generated by `add_image_size()`
- Defining the output of a WordPress Att
- Custom WP theme not showing shortcodes
- Shortcode for sectors
- A number appears inside a div called wpb_wrapper, when I use a custom shortcode
- Enclose article’s body with default shortcode
- Why is my ajax live search not working when i use a shortcode to call it?
- Shortcode with foreach
- WordPress shortcode select option not working [closed]
- Working with Shortcode, AJAX, Elementor
- How to exclude some cats from wp_list_categories using shortcut
- How can I create a shortcode that shows a list of categories on the single product page?