Results 1 to 2 of 2

Thread: Links page template help needed?

  1. #1
    Thread Starter
    Senior Member sportingjobs's Avatar
    Join Date
    Nov 2010
    Location
    welwyn garden city
    Posts
    102
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Links page template help needed?

    i have created a page called http://www.zaukjobs.com/links/

    i have created link categories and now want to asign a linkpagetemplate to this page so that it shows the links like my other site at http://www.studentsinsport.com/?page_id=236

    i thought that if i downloaded the page.php file and inserted some code i could then upload this template and then asign this template to my links page and it wiuld show the links under each link category.

    i have done something wrong somewhere...

    can someone please help me edit the linkp[agetemplate so that the link page works?

    many thanks
    Efrem

    This is the linkpagetemplate file i have created...

    <?php
    /*
    Template Name: Links Template
    */
    ?>

    <?php get_header(); ?>

    <div class="section">

    <div class="section_content">

    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <h1><?php the_title(); ?></h1>

    <?php the_content(); ?>

    <?php endwhile; else: ?>

    <p><?php _e('Sorry, no posts matched your criteria.', 'appthemes'); ?></p>

    <?php endif; ?>

    <div class="clear"></div>

    </div>

    </div>

    <?php if (have_posts()) : ?>

    <div class="post">

    <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>


    <?php if (comments_open()) comments_template(); ?>

    <div class="clear"></div>

    </div><!-- end main content -->

    <?php if (get_option('jr_show_sidebar')!=='no') { ?>

    <div id="sidebar">

    <?php get_sidebar('page'); ?>

    </div><!-- end sidebar -->

    <?php } ?>


    <?php get_footer(); ?>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. v3.0.1 Twitter/Facebook Links on Profile page no links
    By Bidge in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: January 30th, 2011, 09:41 AM
  2. Blog page template
    By shorthairyman in forum ClassiPress General Discussion
    Replies: 3
    Last Post: April 22nd, 2010, 07:10 PM