Ative o plugin e adcione esse codigo
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
No index.php ou home.php do seu tema
mas como colocar na index me mostre o lugar onde eu coloco.
aqui é o codigo da index.php onde eu coloco por favor me fale. por que estou colocando mas não esta dando certo.
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Colorway
* @since Colorway 1.0
*/
?>
<?php get_header(); ?>
<!–Start Content Grid–>
<div class=”grid_24 content”>
<div class=”grid_16 alpha”>
<div class=”content-wrap”>
<div class=”content-info”>
<?php if (function_exists(‘inkthemes_breadcrumbs’)) inkthemes_breadcrumbs(); ?>
</div>
<div class=”blog” id=”blogmain”>
<?php get_template_part( ‘loop’, ‘index’ ); ?>
</div>
<?php inkthemes_content_nav( ‘nav-below’ ); ?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
<div class=”clear”></div>
<!–End Content Grid–>
</div>
<!–End Container Div–>
<?php get_footer(); ?>
Acho que logo abaixo do
<?php get_header(); ?>
Ficaria bacana , ele ficaria abaixo do cabeçalho e antes das postagens,
mas voce tem que editar o CSS para que ele fique do jeito que voce quer