Editing Footer of Geo Travel

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 8 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #112613

    nlss1516
    Buyer
    Post count: 46

    How do I take out the links to Geo Directory and GeoTravel in the footer? I found the code in functions but I keep taking too much or not enough and killing the site. Can you please assist?
    //* Add My Custom Footer Links
    add_filter(‘genesis_footer_creds_text’, ‘custom_footer_creds_text’);
    function custom_footer_creds_text($creds) {
    $creds = ‘[footer_copyright] ‘ . get_bloginfo(‘name’) . ‘ • Geo Travel Theme by GeoDirectory‘;
    return $creds;
    }

    //* Add Discliamer to Footer
    add_action( ‘genesis_footer’, ‘geotravel_disclaimer’ );
    function geotravel_disclaimer() {
    genesis_widget_area( ‘disclaimer’, array(
    ‘before’ => ‘<div class=”disclaimer widget-area”>’,
    ‘after’ => ‘</div>’,
    ) );

    #112821

    Guust
    Moderator
    Post count: 29970

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #113240

    nlss1516
    Buyer
    Post count: 46

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #113246

    Guust
    Moderator
    Post count: 29970

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #113301

    nlss1516
    Buyer
    Post count: 46

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #113363

    Guust
    Moderator
    Post count: 29970

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket