jduree
Forum Replies Created
-
did you use a different plugin to handle your analytics code?
I have the same problem. This breaks fancy box 2 inline content. any way to fix this?!
Forum: Fixing WordPress
In reply to: Custom Post Type not honoring order_byweird, that worked!
‘$args = array(
‘posts_per_page’ => 100,
‘post_type’ => ‘festival’,
‘orderby’ => ‘menu_order’,
‘order’ => ‘ASC’,
);
$the_query = new WP_Query( $args );’Forum: Fixing WordPress
In reply to: Custom Post Type not honoring order_byit is in the db. even tried sorting by a custom meta with no luck. also in the db.
your query dumps a lot of info
found this
[request] => SELECT SQL_CALC_FOUND_ROWS wp_mh_posts.ID FROM wp_mh_posts WHERE 1=1 AND wp_mh_posts.post_type = ‘festival’ AND (wp_mh_posts.post_status = ‘publish’ OR wp_mh_posts.post_status = ‘private’) ORDER BY wp_mh_posts.post_date ASC LIMIT 0, 100do you wan the whole dump?
Forum: Fixing WordPress
In reply to: Custom Post Type not honoring order_bysorry had a brain lapse… I did do that, which got rid of the error, but resulted in no difference in the display of the posts.
Forum: Fixing WordPress
In reply to: Custom Post Type not honoring order_bywp_query always give me this error
Fatal error: Call to undefined function wp_query()
and ‘capability_type’ => ‘page’ appears to make no difference in how the information is parsed….
Might I suggest adding the following to your plugin to have the logo stay proportional
‘background-size: <?php echo $wp_erident_dashboard_login_width ?> 100%;’