Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   'Links' on a Page (http://forum.bytesforall.com/showthread.php?t=2295)

cway Jul 7, 2009 11:09 AM

'Links' on a Page
 
Instead of my Links appearing in the left column, I want them to appear on their own Page.
Does anybody know how I accomplish this?
Thanks!
Cway

juggledad Jul 7, 2009 11:36 AM

You should be able to find a wordpress plugin, try a google search 'wordpress plugin link page'

Monkey_Fist Jul 8, 2009 01:59 AM

http://wordpress.org/extend/plugins/...logroll-links/

WP Render Blogroll Links: create a new page, title LINKS, then paste [wp-blogroll] at the top.

cway Jul 8, 2009 12:18 PM

That worked! Thanks!
Now I just need to get the Blog Category out of the right sidebar. Any ideas here?
I've visited Appearance > Widgets and removed Links from the right sidebar, but they still show.
I would also like to move Recent Posts to their own page.
Thanks!
Cameron

juggledad Jul 8, 2009 01:22 PM

If you are trying to remove the 'Category' widget from the right sidebar, you need to
1) go to dashboard->appearences-.widgets
2) (in WP 2.7.1) on the right side of the screen under 'Current Widgets' select 'Right Sidebar' and press 'show'
3) you should see one of the items 'Caterories' - select the edit next to it's name
4) select Remove
5) select 'Save Changes'
and then it should be gone

cway Jul 8, 2009 01:36 PM

Thanks, juggledad, for your assistance!
I just removed the right column completely.
Do you know how I get Posts on their own Posts page? Similar to the WP Render Blogroll Links page?

Flynn Jul 13, 2009 08:12 PM

When you set a static page as the front page at WP Admin -> Settings -> Reading -> Front Page displays as

then you can also set a static page as the home page for posts

Posts page: [Choose]

crogers32 Aug 19, 2009 10:25 AM

I am trying to use the WP Render Blogroll Links plugin but I am having trouble styling the link categories. From the plugin author and from firebug I can see that the link categories are being styled via a div class called "linkcat" and are pulling the h2 styling I believe from line 114 of the style page. I have tried using the CSS inserts section of the theme options where I added the following

div.linkcat h1 a:hover {
color:#B30001;
text-decoration:none;
}

after I clicked save changes I checked with firebug to discover that the link categories were still being styled h2 so the insert is not working. How do I correctly add this div class? Here is the page in question btw: http://www.edtechswami.com/?page_id=17

js9600 Aug 21, 2009 09:55 AM

Is hardcoded into plugin-file so not overruled by insert. Authors page with comments might be more useful than Wordpress.org http://0xtc.com/2009/04/22/wp-render...s-plugin.xhtml

Change php-file directly, look for this in WP-Render-Blogroll.php

'title_before' => '<h2>',
title_after' => '</h2>',

or add a font-size: 100% or what you prefer to what you already have as insert, but keep .linkcat h2


All times are GMT -6. The time now is 09:36 AM.

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