• fabian00

    (@fabian00)


    Hi

    i need to add some custom php to sidebar on right. It looks like this

    <?php if ( is_single() && in_category('3') ) { include('dev-info.php'); }  ?>
    		<?php if ( is_single() && in_category('2') ) { include('game-info.php'); } ?>

    After that somethig breaks footer displaying.
    Any suggestions ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • bdbrown

    (@bdbrown)

    Hi fabian00. Have you run dev-info.php and game-info.php by themselves to make sure they’re ok?

    Thread Starter fabian00

    (@fabian00)

    yeah both are oke, but right now i discovered that problem is with button belown tabel. Strange thing is that only on game-info in dev-info looks okey :/

    bdbrown

    (@bdbrown)

    Can you post a link to your site showing the problem with game-info?

    Thread Starter fabian00

    (@fabian00)

    Sorry but i can’t it it on localhost. But when i remove button below tabel everything look nice. So probably this is the problem, i will do research and let you know

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘custom php in sidebar-2’ is closed to new replies.