Forum Replies Created
-
AuthorPosts
-
December 5, 2014 at 5:14 pm in reply to: Change number of posts shown before showing "previous" link #19121KelseyMember
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?
KelseyMemberOkay, 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(); ?>
KelseyMemberThank you, this is helpful! Would there also be a way to randomize the archive listings?
August 18, 2014 at 4:26 pm in reply to: Keep "next post" and "previous post" links within same category #13083KelseyMemberIt’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.
August 17, 2014 at 5:28 pm in reply to: Keep "next post" and "previous post" links within same category #13062KelseyMemberJuly 25, 2014 at 1:14 am in reply to: Urgent! Serious error message on WordPress dashboard related to theme #12471KelseyMemberI am having the same issue and just sent an email with a temporary login also. Hopefully you can fix it!
KelseyMemberUnfortunately, I am building my site locally. However, I’ll post a link once it’s online.
March 19, 2014 at 11:57 pm in reply to: Can't get child theme working ager I upgraded to Clean Retina Pro #8897KelseyMemberOkay, 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!
-
AuthorPosts