disismi
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
I would like to know this also
Forum: Fixing WordPress
In reply to: featured imagegot it!
<?php echo get_the_post_thumbnail($p->ID) ?>
Forum: Fixing WordPress
In reply to: featured imageThank you for helping. I tried it but I can’t get it to work. Maybe if I put more code it helps you.
} else { $_REQUEST['mdf_do_not_render_shortcode_tpl'] = true; $_REQUEST['mdf_get_query_args_only'] = true; do_shortcode('[meta_data_filter_results]'); $args = $_REQUEST['meta_data_filter_args']; $the_query = new WP_Query($args); // The Loop ob_start(); if (!empty($the_query->posts)) { echo '<ul>'; foreach ($the_query->posts as $p) { ?> <li> <h3><a href="<?php echo get_the_permalink($p->ID) ?>"><?php echo $p->post_title ?></a></h3> <div> <?php echo $p->post_excerpt ?> </div> </li> <?php } echo '</ul>'; } $return = ob_get_clean(); /* Restore original Post Data */ wp_reset_postdata(); } return $return; } add_shortcode('pagelist_ext', 'pagelist_unqprfx_ext_shortcode'); add_shortcode('pagelistext', 'pagelist_unqprfx_ext_shortcode'); }
it’s not the theme, it’s a plugin
Forum: Fixing WordPress
In reply to: featured imageI’m sorry, I don’t know.
Forum: Plugins
In reply to: [WP Photo Album Plus] security check failure #91Thanks, but I need them both ??
Forum: Plugins
In reply to: [WP Photo Album Plus] security check failure #91I figured out it’s the WordPress Meta Data & Taxonomies Filter -plugin that is causing this error
Forum: Reviews
In reply to: [Reusable Text Blocks] Great! but breaks up my themeMy mistake, it was NOT the plugin!! 5 stars!!!!
Viewing 7 replies - 1 through 7 (of 7 total)