Kees-V
Forum Replies Created
-
Forum: Hacks
In reply to: Tags under post and above pluginsIn the single.php it is possible the tags above the text by placing ‘<?php themeblvd_blog_tags(); ?>’
But I still don’t know how to get the tags above the plugindisplay.
this is the content-single:
‘<?php
/**
* The template used for displaying single post content in single.php
*/
global $location;
global $show_meta;
?>
<div class=”article-wrap single-post”>
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”>
<h1 class=”entry-title”>” title=”<?php the_title(); ?>”><?php the_title(); ?></h1>
</header><!– .entry-header –>
<?php if( $show_meta ) : ?>
<div class=”meta-wrapper”>
<?php themeblvd_blog_meta(); ?>
</div><!– .meta-wrapper (end) –>
<?php endif; ?>
<div id=”wrapper”> <div class=”entry-content”>
<?php themeblvd_the_post_thumbnail( $location ); ?>
<?php the_content(); ?>
<?php themeblvd_blog_tags(); ?>
</div><!– einde wrapper –> <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, TB_GETTEXT_DOMAIN ), ‘after’ => ‘</div>’ ) ); ?>
<?php edit_post_link( __( ‘Edit’, TB_GETTEXT_DOMAIN ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</div><!– .entry-content –>
</article><!– #post-<?php the_ID(); ?> –>
</div><!– .article-wrap (end) –>’Forum: Plugins
In reply to: [Gravity Forms Mail Poet Add-on] can't add newsletter feed – hangsSame problem.
I use GF 1.7.11 (paid)
Wysija 2.5.9
and Gravity forms Wysija add-on 1.3.1Any suggestions?
Thanks a lot!
Hello Ajayver,
You uploaded an update of the plugin (version 0.4), where you can choose tags and categories to exclude.
I have a few hundred tags on my site, but I would like to use only 6 for the filter.
Is there also an easy option to include only those 6 tags.
Thanks.