supportmauro
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Drafts are changed before going public (planned posts)Problem solved!
It was the fault of the plugin “Automated Editing”.
Yeeha ??
Forum: Themes and Templates
In reply to: Drafts are changed before going public (planned posts)No idea? ??
Forum: Fixing WordPress
In reply to: Link Thumbnail to permalink not workingWell, I really wish it was that easy… but I’m not using any plugin for thumbnails.
Forum: Fixing WordPress
In reply to: Link Thumbnail to permalink not workingHi guys and thanks for your help!
Unfortunately i still can’t get it goingt
@alchymyth
I’m referring to all featured images. Have a look at my homepage.@sayed Taqui
This is really weird! I see it’s working on the themes’ page but it’s not working on mine. Sorry, but i really don’t know where to put that code you posted ?? This is what I find in my loop.php:<?php /** * The loop that displays posts for all post listings and can also be used in child themes. * @package Supernova * @since Supernova 1.4.0 */ if (have_posts()) : while (have_posts()) : the_post(); ?> <article <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2 class="post_title" ><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> <div class="entry"> <a href="<?php the_permalink(); ?>"><?php supernova_thumbnail(get_the_ID()); ?></a> <?php supernova_content(); ?> <div class="clearfix"></div> </div><!--entry --> <?php do_action('supernova_meta'); ?> </article> <?php endwhile; else : if(!is_search()){ echo "<h2>".__('Siamo spiacenti, non ci sono risultati per la tua ricerca', 'Supernova')."</h2>"; }else{ echo "<h3>".__('Siamo spiacenti, ma non ci sono risultati per la tua ricerca', 'Supernova')."</h3>"; } endif; ?> <div class="clearfix"></div>
Forum: Fixing WordPress
In reply to: Link Thumbnail to permalink not workingHi!
I’m using the Supernova Theme.
I actually have no result from that code… just nothing happens.
This is my site: https://www.vacanze-go.it
Viewing 5 replies - 1 through 5 (of 5 total)