flylowflyfast
Forum Replies Created
-
This is how I did mine (including the information from D5)…
Create (if you haven’t already) a Page called “Home” with no content and publish. You should not have to worry about order number or other options.
Create (if you haven’t already) a Page called “Blog” with no content and publish. Use an order number to place it in your main menu in the order you desire.
Under Appearance –> Customize go to the bottom selection (Static Front Page) and select the following:
Select the radio button next to “A Static Page”
Select “Home” for the Front Page option
Select “Blog” for the Posts Page option
Save all and you should be good to go.
James
Forum: Themes and Templates
In reply to: [Simplify] Chaging Quote at Bottom of Front Page un Show PostsAppearance –> Simplify Options –> Quote Text (just below the slider images)
If you leave it blank, the box is removed automatically.
James
Forum: Themes and Templates
In reply to: [Simplify] MySql Error after migratingA little more info….the error is occurring on the following entry:
<?php echo _(‘ on’, ‘simplify’); ?>
If I remove that entry, the page appears to load fine and so far I have not found any newly created errors but I will continue to look and would appreciate any input from someone more knowledgeable in regards to any problem with the code above or implications from removal.
Thanks,
James
Forum: Themes and Templates
In reply to: [Simplify] MySql Error after migratingUpon further examination, I am also getting the error on home.php (my posts page is different than my front page). Like alsila, the error on home.php is on line 19.
I am off to cross reference the two files to see if I can further narrow the area of concern.
James
Forum: Themes and Templates
In reply to: [Simplify] HTML allowed in feature box text area?seofy (sorry about misspelling that earlier!),
Thanks. I went back and rechecked my logic process (meaning: doh!) and I figured out what I had missed. Thank you for your help. Now working like a champ!
Best,
James
Forum: Themes and Templates
In reply to: [Simplify] HTML allowed in feature box text area?Andrew/seoefy,
Thanks for the information given so far. I have installed the plug-in and created the JS file with the code listed above. I am assuming that there are some variables in the coding listed that need to be modified for our specific installs (i.e. – the actual link to be used) or that some code needs to be added elsewhere (i.e. – the JS code simply serves as an “enabler” for hyperlinking and new code needs to be added to the CSS). I apologize for the newbie questions…I really am trying to teach myself to fish…just need a bit of help in making sure I’m working in the right areas.
James
Forum: Themes and Templates
In reply to: [Simplify] MySql Error after migratingI am now getting a similar error on individual post pages (single.php) It does show the post…this message is just between the header and the post itself. No problem in the home.php file for me or on any of my pages that are pages and not posts…at least not yet!
Warning: _() expects exactly 1 parameter, 2 given in /home/content/99/11749799/html/wp-content/themes/simplify/single.php on line 17
In my case, I think I have narrowed it down to one of the following two lines of code…
<p class=”postmetadataw”><?php echo __(‘Posted by:’, ‘simplify’); ?> <?php the_author_posts_link() ?> | <?php echo _(‘ on’, ‘simplify’); ?> <?php the_time(‘F j, Y’); ?></p>
or
<?php echo __(‘Posted in’, ‘simplify’); ?> <?php the_category(‘, ‘) ?> | <?php edit_post_link( __(‘Edit’, ‘simplify’), ”, ‘ | ‘); ?> <?php comments_popup_link(__(‘No Comments »’, ‘simplify’), __(‘1 Comment »’, ‘simplify’), __(‘% Comments »’, ‘simplify’)); ?> <?php the_tags(‘
‘. __(‘Tags: ‘, ‘simplify’), ‘, ‘, ‘
‘); ?></p>I’m going to keep working to determine the problem but any body who has insight…I’d greatly appreciate the help!
James