Results 1 to 2 of 2

Thread: how can change the footer ?

  1. #1
    Thread Starter
    qualipili's Avatar
    Join Date
    Dec 2011
    Location
    France
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    how can change the footer ?

    Hi

    I would like change the footer in the JOBROLLER 1.6.1 but i can't !

    here you can see the contain of the themes-footer.php in the version JOBROLLER 1.6.1


    <?php

    /**
    * Add footer elements via the wp_footer hook
    *
    * Anything you add to this file will be dynamically
    * inserted in the footer of your theme
    *
    * @since 1.0
    * @uses jr_footer_actions
    *
    */

    // insert the google analytics tracking code in the footer
    function jr_google_analytics_code() {

    echo "\n\n" . '<!-- start wp_footer -->' . "\n\n";

    if (get_option('jr_google_analytics') <> '')
    echo stripslashes(get_option('jr_google_analytics'));

    echo "\n\n" . '<!-- end wp_footer -->' . "\n\n";

    }

    add_action('wp_footer', 'jr_google_analytics_code');


    ?>

  2. #2
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Change footer background color
    By tigress4 in forum ClassiPress General Discussion
    Replies: 21
    Last Post: July 22nd, 2013, 02:11 AM
  2. How to Change- Footer Nav Bar?
    By tjfisher in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: June 6th, 2012, 12:05 PM
  3. change footer
    By annvk2003 in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: June 4th, 2012, 03:31 AM
  4. [SOLVED] Where Do I change the upside footer?
    By sergiomsperb in forum Help Using ClassiPress
    Replies: 8
    Last Post: May 3rd, 2012, 10:57 PM
  5. [SOLVED] Remove or change links above footer
    By nelsenweb in forum ClassiPress General Discussion
    Replies: 3
    Last Post: April 4th, 2011, 09:09 AM