Forum Replies Created

Viewing 15 replies - 16 through 30 (of 149 total)
  • Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Didnt quite get that. What do you exactly meant by spinner?

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Great!

    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.. !

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Excellent! I didnt select the attribute! Now I did and it worked.

    ??

    Thank you so very much.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Can Anyone help me with this! ?? Am stuck

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    i have provided the code. I ll check on the plugin

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Code 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 ?>
    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    I 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?

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Can you please check any of the pages in this url https://www.rhododendron.in

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Can you please check any of the pages in this url https://www.rhododendron.in

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Well the posts doesnt show up on the pages ??
    Nothing has changed so far.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    @d4z_c0nf

    Sorry for such a late response.

    I implemented this. But doesnt seem to work for me.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    one more thing I configured my front page to “Your latest posts

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Thats exelent but the problem is its for Twenty thirteen. I do not know what are the functions to use for customizr. ??

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Well 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.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    @rdellconsulting

    I 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!

Viewing 15 replies - 16 through 30 (of 149 total)