• extremerecruitment

    (@extremerecruitment)


    my site is https://www.zaukjobs.com/links/

    i have tried to create a links page that uses a php file to create a page of links added through the ‘links’ button in my website.

    problem is it is making the page layout all out of whack.
    Can anyone help me lay out the page as the other pages are laid out?

    many thanks!
    Efrem

Viewing 1 replies (of 1 total)
  • Thread Starter extremerecruitment

    (@extremerecruitment)

    this is the code for the links.php page..

    <?php
    /*
    Template Name: links
    */

    get_header(); ?>

    <div class=”col1″>
    <?php if (have_posts()) : ?>
    <div id=”archivebox”>

    <h2>Links</h2>

    </div><!–/archivebox–>
    <?php while (have_posts()) : the_post(); ?>

    <div class=”post-alt blog” id=”post-<?php the_ID(); ?>”>

    <div class=”entry”>
    <?php wp_list_bookmarks(”); ?>

    </div>

    </div><!–/post–>
    <?php if (get_option(‘jr_show_sidebar’)!==’no’) get_sidebar(‘page’); ?>

    <?php get_footer(); ?>
    <?php endwhile; ?>
    <?php endif; ?>

    </div><!–/col1–>

Viewing 1 replies (of 1 total)
  • The topic ‘help with links.php page?’ is closed to new replies.