DAH68
Forum Replies Created
-
Hello,
Can we create a unique link for people to write review.Ok thanks
Forum: Themes and Templates
In reply to: [ultrabootstrap] How can i add more details in home page?I am solve this problem.
It’s so easy. Open page-home.php from your theme folder and put this code after welcome message section :
<section class=”page-section”>
<div class=”detail-content”>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘template-parts/content’, ‘page’ ); ?>
<?php endwhile; // End of the loop. ?>
<?php comments_template(); ?>
</div> <!– /.end of detail-content –>
</section><!– /.end of section –>simple mode
no i didn’t set any redirects.
I am developed a page and display all categories on it page. But When i am clicking on a category then its redirect on front page of website now.
That’s means i can not see product category page.
How can i display category page?- This reply was modified 8 years, 6 months ago by DAH68.
Forum: Themes and Templates
In reply to: [ultrabootstrap] How can i add more details in home page?i can manage this problem.
i am create a new page and that page display in front page by using
Insert Pages plugin(https://www.ads-software.com/plugins/insert-pages/).Thanks sir,
But i can make a page for our brands and display all brands in this page. If click on any Brand then open that brand page and their some product of it brand and also display some details of it.
- This reply was modified 8 years, 6 months ago by DAH68.