Erick Jones
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Author Landing Page] SidebarOk, so to hide the sidear I need to remove all the items from it. Ok.
Thank youForum: Themes and Templates
In reply to: [Author Landing Page] Sidebarhttps://clickthebanner.ch/2019/01/30/html5-and-css3-power/
This one on the internal pages
Forum: Plugins
In reply to: [Google Plus Badge Widget] Use widget anywhereI found here: https://developers.google.com/+/plugins/badge/
Thanks
Forum: Fixing WordPress
In reply to: List specific tag in a pageOk, I’m new to wordpress and did’n know how to make the loop correctly.
The solution I was looking for was:<?php $p = new WP_Query("tag=destaque-2&showposts=4"); ?> <?php if($p->have_posts()) : while($p->have_posts() ): $p->the_post(); ?> <h3><?php the_title(); ?></h3> <p><?php the_content(); ?></h3> <?php endwhile; endif; ?> <?php wp_reset_query(); ?>
I hope this can help another noobs.
I am using a trick that I’ve found somewhere that adds arbitrarily addThis in any element of the page rather than include it just on the top or bottom of the posts. That requires unmark these “adding to page” default options of the plugin.
I’ve imported the script you told me in my footer and Is working perfectly.
Thank you very much
Hello. I got two pages:
1 – https://www.aotopo.com.br/servicos/
2 – https://www.aotopo.com.br/blog/In both pages I inserted The addThis plugin.
Local testing is perfect for both, but online just the first one is working.P.S. In 2nd the addThis plugin is located at post-content ( just before the “Leia Mais” buttons.
If somebody knows why, please help me.
Thanks