Frym1
MemberForum Replies Created
-
Thanks for help mate
Prasanna, I removed all extensions in google, and now it looks ok?
Have you ever experienced issue like this?
Thanks
Thanks you both very much 🙂
Thanks, firstly what does FTTB mean? 🙂
Also am I doing some thing wrong, I have placed the following in the functions.php file, and when I save it goes blank?
<?php function graphene_custom_homepage_pane_excerpt_length(){
graphene_set_excerpt_length( 15 );
}
add_action( 'graphene_before_homepage_panes', 'graphene_custom_homepage_pane_excerpt_length' );?>Thanks
In reply to: Using the Graphene Theme as more of a Website Design rather than a Blog
December 8, 2012 at 2:59 pm #34152Thanks
In reply to: Using the Graphene Theme as more of a Website Design rather than a Blog
December 7, 2012 at 8:17 pm #34150Thanks John,
And we are there 🙂
I now have a static home page and a news page for blogging. Thanks mate.
I notice in the Graphene Website, some key Pages within the navigation bar (Home, Features, Layout & Formatting) are also shown under the main content “Welcome to Graphene theme demo site”, with four square boxes with graphic and read more”.
Is it possible you could point me in the right direction of some reading for me to learn to create, have searched forum but dont actually have an idea what to search for.
Thanks.
In reply to: Using the Graphene Theme as more of a Website Design rather than a Blog
December 7, 2012 at 6:58 pm #34148Sorry Ken, how do I do that then. Please 🙂 Thanks mate
Go into dashboard > appearance > Editor > Theme Functions and place the following code into function.php (need to remove 55 and place your page number there).
<?php wp_list_pages('depth=1&sort_column=menu_order&exclude=55&title_li=' . __('') . '' ); ?>Or
Download a Plugin called Exclude Pages from Navigation. Great Plugin.
Prasanna
Thanks for your help.
I went into my host, file manager, edited the file wp-config.php and added define(‘ALTERNATE_WP_CRON’, true); above /* That’s all, stop editing! … Line.
As per below:
* Change this to true to run multiple blogs on this installation.
* Then login as admin and go to Tools -> Network
*/
define(‘WP_ALLOW_MULTISITE’, false);
define(‘ALTERNATE_WP_CRON’, true);
/* That’s all, stop editing! Happy blogging. */
Went back in created dummy post scheduled to publish 4 minutes later, however when time elapsed post didnt publish and read “missed schedule”?
Am I doing something wrong?
