Hi,
in the FAQ you will find the answer, the soltuion is described in point 3 (custom template).
Thread Starter
wph4
(@wph4)
Hi @bassgang,
Thanks.
I have also copied/added point 2 to the functions.php from my theme.
A question (I am not technical enough to know it):
Where can I include this code into my theme custom page:
<?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
<div class="entry-thumbnail">
<?php the_post_thumbnail( 'advent-calendar-full-image' ); ?>
</div>
<?php endif; ?>
my custom page is here:
http://pastebin.com/4gkxdZVe
Thanks!
I am not sure, which theme do you use?
Try line 31.
Thread Starter
wph4
(@wph4)
yes. it is working now
Thanks!
Thanks for the feedback!
If you like the plugin feel free to rate it (right sidebar on https://ww.wp.xz.cn/plugins/advent-calender/ ) and let other people know that it works great.
Thread Starter
wph4
(@wph4)
bassgang,
Still in development with customer. As soon as it is ready I will rate it. 🙂
Thanks for now!
Thread Starter
wph4
(@wph4)
Hi,
me again…
This was done by a beta site.
So I know it works.
Now we want to go live, it is not working…
I have gone thru installation and have also followed FAQ instructions, but no calendar and also no single view. I get a 404 page…
How do I get it working?
What do I need to check?
Thanks!