Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress template

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40368
    Diskas007
    Member

    Hello everybody.

    I have one free beautiful theme which would eliminate footer links. So how i can to do it?
    I have attached the php files:

    **footer.php:**

    // html code of the footer placed in bottom.php
    global $SMTheme, $return;
    if (!isset($_POST)||$_POST!=$SMTheme->layout) {
    ?> }

    if ( isset($_POST)) {
    $return=ob_get_contents();
    $return=$SMTheme->layout;
    $return=$SMTheme->sidebars_type;
    ob_end_clean();
    }

    if(!isset($_POST)){
    get_template_part(‘bottom’);
    } else {
    header(‘Content-type: application/json’);
    echo json_encode($return);
    }

    #112221
    John
    Participant

    Do you have a link? Just find out what the class or id is then:


    #copyright p {
    display: none;
    }
    #112222
    John
    Participant

    Did you check the bottom.php file?
    Also what theme are you using?
    I’m just setting up wordpress and right now I’m using Pinboard.

    It’s hard to find a good theme that has sidebar content sidebar with fixed sidebars and a flexible content, and 100% width.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.