infdesist87
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Version 1.5.2 effects other pluginsHi Baden,
YES the problem is gone.
What was the problem if I may ask?
Thanks for your help, you solved it very quickly.
Forum: Plugins
In reply to: [Collapse-O-Matic] Version 1.5.2 effects other pluginsHi Baden, thanks for your quick reply.
It’s a bit convoluted.
The code is typed inside the plugin “PHP Code for Posts and Pages” v.1, the snippet is pasted in the sidebar zone, inside a text widget.
Then I decide what widget is shown with the “TS Custom Widgets” v.2 plugin.And yes, it works perfectly just before the update. I was using the previous one, I think it’s 1.5.1
I have a backup of my server, can I just paste the archives of the previous version and solve it?
Thanks for all 😉
Forum: Plugins
In reply to: [Collapse-O-Matic] Version 1.5.2 effects other pluginsForum: Themes and Templates
In reply to: [Pinboard] Show only last sticky postIf I change…
<?php while (have_posts()) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?>by
<?php if (have_posts()) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endif; ?>I get what I was looking for. There’s another way to do it?
What consequences may have by change the code directly?
Viewing 4 replies - 1 through 4 (of 4 total)