Forum Replies Created
-
AuthorPosts
-
StevenTroy
MemberThanks for the info. It isn’t hosted on a free site. It’s at Hostmonster where I have other StudioPress sites hosted.
StevenTroy
MemberThanks Victor. I'm not sure how I would go about doing this. So maybe the more accurate question would be is there a service provider who can get my site set up on Studiopress? I'm hoping to not lose the urls of the current pages (less than 50 pages).
StevenTroy
MemberIssue resolved.
StevenTroy
MemberHere's what my functions.php looks like:
<?php
/*
WARNING: DO NOT edit this file under any circumstances.
Please do all PHP modifications via the Custom Code admin menu.
*//**
* This file calls the init.php file for both Genesis and Prose.
*
* It initializes the Genesis framework, and loads the Prose library as well.
*
* This file is a core Prose file and should not be edited.
*
* @author StudioPress
* @license http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
* @link http://www.studiopress.com/themes/genesis
*//** Start the engine */
require_once( get_template_directory() . '/lib/init.php' );
require_once( get_stylesheet_directory() . '/lib/init.php' );prose_create_custom_php();
StevenTroy
MemberThanks for the response.
I was thinking more of the posts being listed chronologically. So if you click on "older" you just get the next page of posts listed chronologically. On that page and following pages you would have the option of clicking "newer posts" or "older posts."StevenTroy
MemberBill,
Thanks. I see how to change the number of posts with this widget but not how to add the link to older posts.
SteveStevenTroy
MemberYes the site was built by someone else. Here's the site: http://www.trimhomefitness.com
StevenTroy
MemberRobG,
It is possible that something was changed by the person who built the site.StevenTroy
MemberThanks. Able to change the number of posts now. Still can't see how to add a link after the last post to read older posts. Thanks.
StevenTroy
MemberI'm not sure I communicated the problem clearly. I have the excerpt showing up fine but at the end of the excerpt I have ... instead of a "Read More" link.
StevenTroy
MemberThanks for the quick reply. I'm not sure what you mean by use "Content Limit."
Steve -
AuthorPosts