Tagged Questions
0
votes
1answer
230 views
Shortcode, Concatenating & Parse error: syntax error, unexpected T_FOREACH
I'm learning how to write a shortcode. I'm getting this error: Parse error: syntax error, unexpected T_FOREACH . I'm having problems with concatenating it properly.
<?php
/*
Plugin Name: My ...
0
votes
2answers
965 views
WordPress MS wp-admin/includes/post.php error with shortcode generator
I'm having a serious issue with Wordpress 3.1 with Multi Site enabled and my themes custom shortcode generator. For some reason, I'm getting the following error whenever I create a new ...