Thread Starter
Proxxx
(@proxxx)
So, is there any possibility to hide them via CSS?
Thread Starter
Proxxx
(@proxxx)
Ah crap… That’s the case:
<div class=”posts”>
<?php while (have_posts()) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php get_template_part( ‘content’, get_post_format() ); ?>
</div> <!– /post –>
<?php endwhile; ?>
<?php endif; ?>
</div>
Theres no function get_excerpt.
Thread Starter
Proxxx
(@proxxx)
Hiho,
Not working, tried this already, nothing changes 🙁
Thread Starter
Proxxx
(@proxxx)
Hello,
Yes, that’s what I was asking for. One more thing: are you working on complete connection between plugin and Google Calendar. I mean: I add new event and then it is visible on someone’s Google Calendar. Is that even possible to do such synchronization? 🙂