badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Kelsey

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Change number of posts shown before showing "previous" link #19121
    Kelsey
    Member

    Thank you, this is perfect! What if I wanted to keep certain categories still at ten though? Is there a way to set the number by category?

    in reply to: Alphabetical Archive Listing #13189
    Kelsey
    Member

    Okay, I used archive.php to create my category archive pages. Where should I put the $args = array( 'posts_per_page' => -1, 'orderby'=> 'title', 'order' => 'ASC' ); code you provided above? I don’t see the argument that is calling the posts by date to replace it with.

    My code is:

    <?php
    /**
     * Displays the archive section of the theme.
     *
     * @package Theme Horse
     * @subpackage Clean_Retina_Pro
     * @since Clean Retina Pro 1.0
     */
    ?>
    
    <?php get_header(); ?>
    
    <?php
    	/** 
    	 * cleanretina_before_main_container hook
    	 */
    	do_action( 'cleanretina_before_main_container' );
    ?>
    
    <div id="container" class="wrapper clearfix">
    <p>
    Feel free to review our bakery pages!
    </p>
    	<?php
    		/** 
    		 * cleanretina_main_container hook
    		 *
    		 * HOOKED_FUNCTION_NAME PRIORITY
    		 *
    		 * cleanretina_content 10
    		 */
    		do_action( 'cleanretina_main_container' );
    	?>
    </div><!-- #container .wrapper -->
    
    <?php
    	/** 
    	 * cleanretina_after_main_container hook
    	 */
    	do_action( 'cleanretina_after_main_container' );
    	
    ?>
    
    <?php get_footer(); ?>
    in reply to: Alphabetical Archive Listing #13172
    Kelsey
    Member

    Thank you, this is helpful! Would there also be a way to randomize the archive listings?

    Kelsey
    Member

    It’s on the post pages like this one: http://www.bluegrassbrides.com/caterers/johnny-carinos-italian/. At the b ottom of the page, there is a previous and next link to take you to the previous and next posts. I like these and want to keep them, but I want them to stay within the category. This page is under the caterer category and it’s currently the only one in the category so the next and previous links shouldn’t be there. However, when we have multiple within a category, I want them to show. Right now, you can click through every single post on the site with those next and previous links.

    Kelsey
    Member
    in reply to: Need to add space under revolution slider in header #12806
    Kelsey
    Member
    Kelsey
    Member

    I am having the same issue and just sent an email with a temporary login also. Hopefully you can fix it!

    in reply to: One category archive isn't showing navigation menu #9052
    Kelsey
    Member

    Unfortunately, I am building my site locally. However, I’ll post a link once it’s online.

    Kelsey
    Member

    Okay, I finally got my child theme to work. However, when I installed it (and it’s currently a blank css file and nothing else in the child theme) my menu doesn’t seem to be working. I have added multiple archive pages to the navigation menu and none of them are showing up now that I installed the BLANK child theme. In the admin menu, the menu shows as having all of my pages.

    Pelase help! I have no idea why this would be happening!

Viewing 9 posts - 1 through 9 (of 9 total)