Dibyendu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Problem with Mobile display and browser lagsDidnt quite get that. What do you exactly meant by spinner?
Forum: Themes and Templates
In reply to: [Customizr] Problem with Mobile display and browser lagsGreat!
This worked. Thank you so much.
One suggestion I need.
How do I optimize the usage of plugins? In order to add functionalies I added plugins .. Is there a way I can use less number of plugins and provide all the functions.. !
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageExcellent! I didnt select the attribute! Now I did and it worked.
??
Thank you so very much.
Forum: Themes and Templates
In reply to: [Customizr] SEO for front Page is not workingCan Anyone help me with this! ?? Am stuck
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pagei have provided the code. I ll check on the plugin
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageCode for custom page
<?php /* Template Name: Page of posts */ ?> <?php do_action( '__before_main_wrapper' ); ##hook of the header with get_header ?> <div id="main-wrapper" class="<?php echo tc__f( 'tc_main_wrapper_classes' , 'container' ) ?>"> <?php do_action( '__before_main_container' ); ##hook of the featured page (priority 10) and breadcrumb (priority 20)...and whatever you need! ?> <div class="container" role="main"> <div class="row"> <?php do_action( '__before_article_container'); ##hook of left sidebar?> <div id="content" class="<?php echo tc__f( '__screen_layout' , tc__f ( '__ID' ) , 'class' ) ?> article-container"> <?php do_action ('__before_loop');##hooks the header of the list of post : archive, search... ?> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : ##all other cases for single and lists: post, custom post type, page, archives, search, 404 ?> <?php the_post(); ?> <?php do_action ('__before_article') ?> <article <?php tc__f('__article_selectors') ?>> <?php do_action( '__loop' ); ?> </article> <?php do_action ('__after_article') ?> <?php endwhile; ?> <?php endif; ##end if have posts ?> <?php /*list of posts*/ query_posts('category_name=articles,international-cinema,photography,regional-cinema,travel'); ?> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : ?> <?php the_post(); ?> <article <?php tc__f('__article_selectors') ?>> <?php do_action( '__loop' ); ?> </article> <?php endwhile; ?> <?php endif; ##end if have posts ?> <?php wp_reset_query() ?> <?php do_action ('__after_loop');##hook of the comments and the posts navigation with priorities 10 and 20 ?> </div><!--.article-container --> <?php do_action( '__after_article_container'); ##hook of left sidebar ?> </div><!--.row --> </div><!-- .container role: main --> <?php do_action( '__after_main_container' ); ?> </div><!--#main-wrapper"--> <?php do_action( '__after_main_wrapper' );##hook of the footer with get_get_footer ?>
Code of Index.php
<?php /** * The main template file. Includes the loop. * * * @package Customizr * @since Customizr 1.0 */ ?> <?php do_action( '__before_main_wrapper' ); ##hook of the header with get_header ?> <div id="main-wrapper" class="<?php echo tc__f( 'tc_main_wrapper_classes' , 'container' ) ?>"> <?php do_action( '__before_main_container' ); ##hook of the featured page (priority 10) and breadcrumb (priority 20)...and whatever you need! ?> <div class="container" role="main"> <div class="row"> <?php do_action( '__before_article_container'); ##hook of left sidebar?> <div id="content" class="<?php echo tc__f( '__screen_layout' , tc__f ( '__ID' ) , 'class' ) ?> article-container"> <?php do_action ('__before_loop');##hooks the header of the list of post : archive, search... ?> <?php if ( tc__f('__is_no_results') || is_404() ) : ##no search results or 404 cases ?> <article <?php tc__f('__article_selectors') ?>> <?php do_action( '__loop' ); ?> </article> <?php endif; ?> <?php if ( have_posts() && !is_404() ) : ?> <?php while ( have_posts() ) : ##all other cases for single and lists: post, custom post type, page, archives, search, 404 ?> <?php the_post(); ?> <?php do_action ('__before_article') ?> <article <?php tc__f('__article_selectors') ?>> <?php do_action( '__loop' ); ?> </article> <?php do_action ('__after_article') ?> <?php endwhile; ?> <?php endif; ##end if have posts ?> <?php do_action ('__after_loop');##hook of the comments and the posts navigation with priorities 10 and 20 ?> </div><!--.article-container --> <?php do_action( '__after_article_container'); ##hook of left sidebar ?> </div><!--.row --> </div><!-- .container role: main --> <?php do_action( '__after_main_container' ); ?> </div><!--#main-wrapper"--> <?php do_action( '__after_main_wrapper' );##hook of the footer with get_get_footer ?>
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageI think I have used the code that you provided.
I’ll provide you the code in few mins ..
Can you help me figure out the problem that is causing by the java script… and where is that exactly?
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageCan you please check any of the pages in this url https://www.rhododendron.in
Forum: Plugins
In reply to: [Yoast SEO] SEO for front Page is not workingCan you please check any of the pages in this url https://www.rhododendron.in
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageWell the posts doesnt show up on the pages ??
Nothing has changed so far.Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageForum: Plugins
In reply to: [Yoast SEO] SEO for front Page is not workingone more thing I configured my front page to “Your latest posts
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageThats exelent but the problem is its for Twenty thirteen. I do not know what are the functions to use for customizr. ??
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageWell your instruction is good when somebody wants to use a category as a page of posts.
But my requirement is:
The page will be having its introductory content and after that the the related category posts should appear on that page. Hope I could give a clear idea this time.
Forum: Themes and Templates
In reply to: [Customizr] certain category posts on a certain pageI wanted to know how to show post of certain category in a page. Means post on a page.
not menu or categories. Sorry for my bad english though!