problem with processing-forwordpress-shortcode.php
-
I have tried to run it, but it wouldn’t post the sketch I would like.
I poked around the code a bit, and found on line
$query = new WP_Query( array( 'post_type' => 'fb_sketch', 'orderby' => 'title', 'name' => $sketch ) );
‘name’ => $sketch is giving problems, with it commented out, the code runs in my wp site.
I’m a Java person, and this is my first wp attempt, so would be nice if you could enlighten me what the issue might be?
Cheers
- The topic ‘problem with processing-forwordpress-shortcode.php’ is closed to new replies.