Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

[SOLVED] How to show links/blogroll as a Wordpress page?


  #1  
Old Jun 2, 2009, 03:06 PM
AndrewRH's Avatar
AndrewRH
 
14 posts · Jun 2009
Whitchurch, Hampshire, UK
Hi,

I would like to have my links in a Wordpress page, instead of a widget on the side.

Other themes use a template file, called links.php, to do this -- inside it is a call to wp_list_bookmarks()

Thanks,

~Andrew~

Last edited by AndrewRH; Jun 2, 2009 at 03:26 PM.
  #2  
Old Jun 4, 2009, 08:11 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You can make a copy of index.php as links.php and edit that, i.e. replace everything from <?php // If there are any posts: up to and including <?php endif; // END of: If there are any posts ?> with your wp_list_bookmarks code
  #3  
Old Jun 4, 2009, 08:49 AM
AndrewRH's Avatar
AndrewRH
 
14 posts · Jun 2009
Whitchurch, Hampshire, UK
Thanks!

I tweaked your suggestion a bit so that the page title and the kicker / byline / footer would also appear...

Any chance of including this links.php file in future releases of the theme?
Code:
<?php
/*
Template Name: Links
*/
?>
<?php // get all options:
include (TEMPLATEPATH . '/functions/bfa_get_options.php');
get_header(); ?>
			<?php bfa_post_kicker(); // Post Kicker: To edit the output, see functions/bfa_post_parts.php ?>

			<?php bfa_post_headline(); // Post Headline: To edit the output, see functions/bfa_post_parts.php ?>

			<?php bfa_post_byline(); // Post Byline: To edit the output, see functions/bfa_post_parts.php ?>


                        <?php wp_list_bookmarks(); ?>

			<?php bfa_post_footer(); // Post Footer: To edit the output, see functions/bfa_post_parts.php ?>

<?php get_footer(); ?>
~Andrew~
  #4  
Old Jun 4, 2009, 06:13 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I am adding something to make this easier
  #5  
Old Jun 3, 2010, 04:59 PM
abodnar
 
8 posts · May 2010
Ames, Iowa
Hello I was quite excited to read:

"I am adding something to make this easier"

Has that something by chance appeared yet?
I too would really like to have a links page for a long blogroll.
  #6  
Old Jun 11, 2010, 11:01 AM
abodnar
 
8 posts · May 2010
Ames, Iowa
I found what I needed. The Plugin "WP Render Blogroll Links" is perfect for displaying links on a page.

Bookmarks

Tags
blogroll, links, page

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening external links inside a Wordpress frameset? d_random Atahualpa 3 Wordpress theme 4 Dec 22, 2010 02:59 PM
Removing links in footer: WordPress · Wordpress Themes · Premium Wordpress Themes? Alien99 Post-Kicker, -Byline & -Footer 13 Aug 4, 2009 07:22 AM
Adding sidebar links outside of the blogroll (with formatting matching the sidebar) Flur Sidebars & Widgets 8 Jul 21, 2009 10:50 AM
remove the WordPress Wordpress Themes Premium Wordpress Themes links? marc.cizravi Post-Kicker, -Byline & -Footer 0 Apr 25, 2009 09:06 PM
[SOLVED] Blogroll links not appearing in sidebar artoftroy Sidebars & Widgets 2 Jan 13, 2009 10:33 AM


All times are GMT -6. The time now is 10:57 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.