m.altieri
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] adding simple-share-buttons to home pageThanks, Jean-Philippe. The problem is my bad english 🙁
I use inside the loop.This is my code
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <article class="post"> <header> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <time><?php the_time('d m Y'); ?> /</time> <div class="categories"> <?php the_category( ',' ); ?> </div> </header> <?php the_post_thumbnail('full'); ?> <?php the_content(); ?> <footer> <div class="tags"> <?php the_tags( '', ', ', '' ); ?> </div> <div class="share"> <?php echo do_shortcode('[ssba]'); ?> </div> </footer> </article> <?php endwhile; endif; ?>Forum: Plugins
In reply to: [Simple Share Buttons Adder] adding simple-share-buttons to home pageThanks, Jean Philippe.
But if I use it out of the loop, how can I refer to the post? I want to share the permalink to the single post, not the homepage url.
Thanks again,
Forum: Plugins
In reply to: [Simple Share Buttons Adder] adding simple-share-buttons to home pageHi David,
I use the [ssba] shortcode for include the buttons on my homepage.
But the url is not the permalink, is the url of the web.The website:
http://www.elisavictoria.info/How can I solve this problem?
Thank you and thanks for your plugin, i love it!Forum: Plugins
In reply to: [Multiple content blocks] New version, custom fields and conditionalsThanks a lot. I love your plugin!
Forum: Plugins
In reply to: [Multiple content blocks] New version, custom fields and conditionalsOk, i find the solution here:
http://ww.wp.xz.cn/support/topic/plugin-multiple-content-blocks-hide-wrap-div-if-the-block-doesnt-have-content?replies=3Thank you anyway.
Forum: Themes and Templates
In reply to: Rollover with loop query_posts.Oh, you’re right… How silly I was.
Thank you so much!