Forum Replies Created

Viewing 15 replies - 46 through 60 (of 66 total)
  • Thread Starter John Lyman

    (@jlyman)

    Actually I called GoDaddy and you wouldn’t be able to do anything with it because I don’t know my FTP password.

    Thread Starter John Lyman

    (@jlyman)

    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.

    Thread Starter John Lyman

    (@jlyman)

    Are there directions online? I really have no clue about how to do this. I really appreciate the help. This experience is maddening.

    Thread Starter John Lyman

    (@jlyman)

    Still getting the error message. This sucks. I have to overwrite the file using an FTP client?

    Thread Starter John Lyman

    (@jlyman)

    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 */
    /*———————————————————————————–*/

    ?>

    Thread Starter John Lyman

    (@jlyman)

    So I should add <?php at the top?

    Thread Starter John Lyman

    (@jlyman)

    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.

    Thread Starter John Lyman

    (@jlyman)

    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?>

    Thread Starter John Lyman

    (@jlyman)

    If you could expand on pastebin and link content that would be great.

    Not sure what you mean by that.

    Sorry for my confusion.

    Thread Starter John Lyman

    (@jlyman)

    The 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”>

    Thread Starter John Lyman

    (@jlyman)

    Thanks for the response.

    How would I be able to fix it?

    Thread Starter John Lyman

    (@jlyman)

    There 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.

    Thread Starter John Lyman

    (@jlyman)

    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-PageNavi

    I 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.

    Thread Starter John Lyman

    (@jlyman)

    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.

    Thread Starter John Lyman

    (@jlyman)

    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.

Viewing 15 replies - 46 through 60 (of 66 total)