John Lyman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error message "Parse error"Actually I called GoDaddy and you wouldn’t be able to do anything with it because I don’t know my FTP password.
Forum: Fixing WordPress
In reply to: Error message "Parse error"Sorry for my mundane question but can I contact you through email about paying you to do this if I provide the login info? I don’t quite trust myself to do this.
Forum: Fixing WordPress
In reply to: Error message "Parse error"Are there directions online? I really have no clue about how to do this. I really appreciate the help. This experience is maddening.
Forum: Fixing WordPress
In reply to: Error message "Parse error"Still getting the error message. This sucks. I have to overwrite the file using an FTP client?
Forum: Fixing WordPress
In reply to: Error message "Parse error"So this would be the correct entire code?:
<?php
/*———————————————————————————–*/
/* Start WooThemes Functions – Please refrain from editing this section */
/*———————————————————————————–*/// Set path to WooFramework and theme specific functions
$functions_path = TEMPLATEPATH . ‘/functions/’;
$includes_path = TEMPLATEPATH . ‘/includes/’;// WooFramework
require_once ($functions_path . ‘admin-init.php’); // Framework Init// Theme specific functionality
require_once ($includes_path . ‘theme-options.php’); // Options panel settings and custom settings
require_once ($includes_path . ‘theme-functions.php’); // Custom theme functions
//require_once ($includes_path . ‘theme-plugins.php’); // Theme specific plugins integrated in a theme
//require_once ($includes_path . ‘theme-actions.php’); // Theme actions & user defined hooks
require_once ($includes_path . ‘theme-comments.php’); // Custom comments/pingback loop
require_once ($includes_path . ‘theme-js.php’); // Load javascript in wp_head
require_once ($includes_path . ‘sidebar-init.php’); // Initialize widgetized areas
require_once ($includes_path . ‘theme-widgets.php’); // Theme widgets/*———————————————————————————–*/
/* End WooThemes Functions – You can add custom functions below */
/*———————————————————————————–*/?>
Forum: Fixing WordPress
In reply to: Error message "Parse error"So I should add <?php at the top?
Forum: Fixing WordPress
In reply to: Error message "Parse error"Any help sorting this out would be immensely appreciated. I thought at this point I would be able to add the code without any issues but I will have to resort to paying a WP expert to tweak certain files on my site.
The code above is the whole code as it appears in the function.php file.
Forum: Fixing WordPress
In reply to: Error message "Parse error"Below is the code as it currently stands in the function.php file:
/*———————————————————————————–*/
/* Start WooThemes Functions – Please refrain from editing this section */
/*———————————————————————————–*/// Set path to WooFramework and theme specific functions
$functions_path = TEMPLATEPATH . ‘/functions/’;
$includes_path = TEMPLATEPATH . ‘/includes/’;// WooFramework
require_once ($functions_path . ‘admin-init.php’); // Framework Init// Theme specific functionality
require_once ($includes_path . ‘theme-options.php’); // Options panel settings and custom settings
require_once ($includes_path . ‘theme-functions.php’); // Custom theme functions
//require_once ($includes_path . ‘theme-plugins.php’); // Theme specific plugins integrated in a theme
//require_once ($includes_path . ‘theme-actions.php’); // Theme actions & user defined hooks
require_once ($includes_path . ‘theme-comments.php’); // Custom comments/pingback loop
require_once ($includes_path . ‘theme-js.php’); // Load javascript in wp_head
require_once ($includes_path . ‘sidebar-init.php’); // Initialize widgetized areas
require_once ($includes_path . ‘theme-widgets.php’); // Theme widgets/*———————————————————————————–*/
/* End WooThemes Functions – You can add custom functions below */
/*———————————————————————————–*/<?php?>
Forum: Fixing WordPress
In reply to: Search Box problems, possible alternativesIf you could expand on pastebin and link content that would be great.
Not sure what you mean by that.
Sorry for my confusion.
Forum: Fixing WordPress
In reply to: Search Box problems, possible alternativesThe code should enable it when someone wants to search per author’s, posts and categories they’ll get some results?
When you say loop you mean this part:
<?php get_header(); ?>
<!– Content Starts –>
<div id=”content” class=”wrap”>
<div class=”col-left”>
<div id=”main”>Forum: Fixing WordPress
In reply to: Search Box problems, possible alternativesThanks for the response.
How would I be able to fix it?
Forum: Fixing WordPress
In reply to: Search Box problems, possible alternativesThere might be a plugin to replace the search box included with WordPress and I did install Relevanssi but so many options with it the plugin seems overly complicated. I also run into the problem when I configure and save it I get a fatal site error that is only fixed when I hit the back button.
Here’s a list of plugins;
AddThis Social Bookmarking Widget
BackupBuddy
Co-Authors Plus
Disqus Comment System
Disqus Widget
Exclude Pages from Navigation
Front Page Category
Google XML Sitemaps
HTML in Author Bio
Image Widget
Just Another Author Widget
NextGEN Gallery
NextGEN Scroll Gallery
No category parents
Outbrain
Page Links To
Recent Category Posts Widget
Widget Context
Woo Recent Posts
WP-PageNaviI can create a post but it works with new authors just with preexisting author’s when I go into to add a second author, admin automatically is assigned as the other author and to any of that author’s other posts.
sure I can try. A version of the plugin that would conceivably sell, would be to create one that basically adds a second box under the WP author box with a drop down menu of author’s. At least I’d buy it.
When I enable it and I go into edit a regular contributor and add a co-author its adds Admin to everyone of his/her posts.