Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

New Wordpress 3.0

  • 25-06-2010 4:17pm
    #1
    Moderators, Motoring & Transport Moderators, Music Moderators Posts: 12,778 Mod ✭✭✭✭


    I just installed it and it's great. Lots of nice new touches - I'm especially liking the new standard theme "Twenty Ten" so much better than the old one!



Comments

  • Registered Users, Registered Users 2 Posts: 455 ✭✭nellyshark


    The new theme is pretty good I agree, customisable enough tbf


  • Moderators, Motoring & Transport Moderators, Music Moderators Posts: 12,778 Mod ✭✭✭✭Zascar


    Menus are good too. You can manage multiple blogs from the one place which is nice


  • Registered Users, Registered Users 2 Posts: 2,119 ✭✭✭p


    I'm quite interested in the new 'custom post types' which really opens up Wordpress to be used as a real CMS. Anyone played with them.

    They seem a little tricky to setup and use, but potentially very powerful.


  • Registered Users, Registered Users 2 Posts: 6,523 ✭✭✭daymobrew


    p wrote: »
    I'm quite interested in the new 'custom post types' which really opens up Wordpress to be used as a real CMS. Anyone played with them.

    They seem a little tricky to setup and use, but potentially very powerful.
    There is a Custom Post Type UI plugin that could make it easier (it doesn't work for me - redirects me to login page when I save).


  • Moderators, Motoring & Transport Moderators, Music Moderators Posts: 12,778 Mod ✭✭✭✭Zascar


    p wrote: »
    I'm quite interested in the new 'custom post types' which really opens up Wordpress to be used as a real CMS.
    Cool, I'm guessing some cool themes/templates will come out that take advantage of this..


  • Advertisement
  • Moderators, Motoring & Transport Moderators, Music Moderators Posts: 12,778 Mod ✭✭✭✭Zascar


    Guys can anyone tell me how to reduce the font size on the TwentyTen theme? I think its a bit too big but cannot work out where to change it. thanks


  • Registered Users, Registered Users 2 Posts: 6,523 ✭✭✭daymobrew


    Zascar wrote: »
    Guys can anyone tell me how to reduce the font size on the TwentyTen theme? I think its a bit too big but cannot work out where to change it. thanks
    In /wp-content/themes/twentyten/style.css. For the article body:
    #content,
    #content input,
    #content textarea {
    	color: #333;
    	[b]font-size: 16px;[/b]
    	line-height: 24px;
    }
    
    For the post titles:
    #content .entry-title {
    	color: #000;
    	[b]font-size: 21px;[/b]
    	line-height: 1.3em;
    	font-weight: bold;
    	margin-bottom: 0;
    }
    


  • Moderators, Motoring & Transport Moderators, Music Moderators Posts: 12,778 Mod ✭✭✭✭Zascar


    Thanks for that, much better now :)

    I found an interesting plugin: http://www.callum-macdonald.com/code/wp-random-header/ which lets you have a random selection of images appear in your header each time you refresh. I cannot get it to work though it totally crashed my whole site.

    If anyone sees any interesting links relation to Wordpress 3 please let us know!


Advertisement