twenty thirteen themes slideshow on homepage
-
Hello,
I’m customizing our 2013 themes defualt that wordpress provided.My issue was that the slideshow on homepage..How can I have a slideshow on the header with this code…
<header class="entry-header"> <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?> <div class="entry-thumbnail"> <?php the_post_thumbnail(); ?> </div> <?php endif; ?> <h1 class="entry-title"><?php the_title(); ?></h1> </header><!-- .entry-header --> </div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I mean this is the global code for the header.So,how can I add the slideshow and just to show it only on the homepage??
Here is the link of our site…
https://rimbeydentalcare.com/Thank you
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘twenty thirteen themes slideshow on homepage’ is closed to new replies.