Skip to content

Megabyte

Community Champion & Project Manager

  • About Me
  • Open Source
  • Certifications

If you appreciate my WordPress open source project contributions, please consider donating to my book fund.

If you have web dev work you need help with, check out my services.

If you are a web dev or agency and need PM/sales work, reach out here!

🍉

Tag: Functions

Why is my shortcode content showing before other content?

Shortcode Showing Before Other Content
Posted October 3, 2018October 20, 2024

If you have created a shortcode but it’s showing up before the other content on your WordPress site, it might be because you used an “” instead of a “” in your callback function. add_shortcode() Incorrect: Correct:

Category: Web DevelopmentTags: Functions Shortcodes WordPress
Links: GitHub LinkedIn
Content Disclaimer