Gallery does not appear in the category Wp

krkrapatak

Newbie
Joined
May 17, 2013
Messages
24
Reaction score
0
Hi,


Description of the problem in the attached pictrue.
Three people from a freelancer also not coped with this issue
Maybe someone from Bhw knows the cause and help me.
I will be very grateful.

1.jpg

Website:
one-step.3owl dot com

Regards
 
Last edited:
This plug not help, but anyway thanks for fast answer.
I think I should change something in the code template.
But I do not know what should I change.
Playing with it since yesterday, and I can not do.
Other suggestions are also welcome.

Regards
 
No my friends the problem is that the:
Categories widget (when you click on some category example "animals")
shows tags instead Photo Gallery.
 
Solved:

I change line in archive.php of my template

<?php echo excerpt(14); ?>

to

<?php the_content(); ?>

And works :)

Regards
 
Last edited:
Back
Top