News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Create Your Own WordPress Shortcodes
November 11, 2010 @ 08:26:36

On the SitePoint PHP blog today there's a new post showing how how to make your own "short code" system that allows for custom function execution.

WordPress doesn't normally allow you to add PHP code to pages or posts. That's for the best: you don't want clients to discover the power of the unlink function! However, you can create custom functions which are executed when a shortcode is encountered within the post text.

There's two code snippets included - one showing a simple function call, "Hello World" style, and another version that lets you define parameters to feed into the method. There's also a simple example of how you could allow them to include CSS styling into the code example too.

1 comment voice your opinion now!
wordpress shortcode tutorial function callback


blog comments powered by Disqus

Similar Posts

AnyExample.com: Making XML/XSLT driven site using PHP

Madarco's DevBlog: Using Zend_Tool in Eclipse

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP, Part 3

Spindrop.us: Digg-style AJAX comment editing in PHP/symfony

PHPit.net: Handling dates and times in PHP & MySQL


Community Events











Don't see your event here?
Let us know!


zendframework2 podcast api language opinion introduction functional composer framework database testing release phpunit development series interview example code application community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework