Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

Bill Erickson › Comments

Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/wordpre...
"My guess is that it's creating the div's but you haven't provided any styling to those div's. Add this to the custom.css: .custom .column {float: left;} .custom #content-0 {width: 400px;} .custom #content-1 {width: 300px;}" - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Adding External Content (via RSS) to Wordpress - http://www.billerickson.net/externa...
"One that I've used before is FeedWordPress http://feedwordpress.radgeek.com/" - Bill Erickson
Bill Erickson
Thesis Menubar Integration Plugin — Integrate Thesis 1.6 with the WP Menubar plugin - http://thesis-menubar.pdclark.com/
I wasn't able to get it to work on a client's site, but might try again later - Bill Erickson
Bill Erickson
Harvest Eating : Grilled Chicken Parmesan - http://s81848.gridserver.com/2009...
"For lunch we took the Grilled Chicken recipe and turned it into a chicken pesto panini." - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/index...
"Well I originally designed it with the plan that each column would have header text (an h4) describing it. The client then wanted some columns to have it and other columns to not, which is why I added the display:none. Even when you're hiding the h4, including a relevant description of the content is recommended for SEO purposes and screen readers. If I'm using display:none and have a title in the div, then I usually use \"column 2\" or \"right column\" as the h4 as it describes the content. This won't hurt SEO, as it's descriptive. From iPhone --- Bill Erickson Wordpress Consultant http://www.billerickson.net" - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/wordpre...
"Well I originally designed it with the plan that each column would have header text (an h4) describing it. The client then wanted some columns to have it and other columns to not, which is why I added the display:none. Even when you're hiding the h4, including a relevant description of the content is recommended for SEO purposes and screen readers. If I'm using display:none and have a title in the div, then I usually use \"column 2\" or \"right column\" as the h4 as it describes the content. This won't hurt SEO, as it's descriptive. From iPhone --- Bill Erickson Wordpress Consultant http://www.billerickson.net" - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #1 - http://www.billerickson.net/index...
"All you have to do is change this: $posts = new WP_Query('cat='.$custom_cat.'=10'); to this: $posts = new WP_Query('cat='.$custom_cat.'=10=ASC');" - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #1 - Custom Images and Category Pages - http://www.billerickson.net/wordpre...
"All you have to do is change this: $posts = new WP_Query('cat='.$custom_cat.'=10'); to this: $posts = new WP_Query('cat='.$custom_cat.'=10=ASC');" - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #2 - Additional Sidebars - http://www.billerickson.net/index...
"Change this: add_action('thesis_hook_after_sidebars','custom_sidebar'); To this: add_action('thesis_hook_footer','custom_sidebar');" - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #2 - Additional Sidebars - http://www.billerickson.net/wordpre...
"Change this: add_action('thesis_hook_after_sidebars','custom_sidebar'); To this: add_action('thesis_hook_footer','custom_sidebar');" - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/index...
"Yes, this will allow you to do that. The code simply wraps your content in divs, so if you're content looked like this: lorem ipsum dolor sit amet Column title lorem ipsum dolor sit amet It would change it to: lorem ipsum dolor sit amet Column title lorem ipsum dolor sit amet You could then use CSS to do whatever you want with those two divs" - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/wordpre...
"Yes, this will allow you to do that. The code simply wraps your content in divs, so if you're content looked like this: lorem ipsum dolor sit amet Column title lorem ipsum dolor sit amet It would change it to: lorem ipsum dolor sit amet Column title lorem ipsum dolor sit amet You could then use CSS to do whatever you want with those two divs" - Bill Erickson
Bill Erickson
How to Organize a Cutting-edge Healthcare Conference with a Grand Total of $0 - Harbus - http://media.www.harbus.org/media...
Harvard's student paper on BILPIL - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/index...
"You can just paste the function at the very bottom of custom_functions.php. If you haven't edited it before, you will paste it below this: <?php } (That brace is closing the custom_bookmark_links() function )." - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/wordpre...
"You can just paste the function at the very bottom of custom_functions.php. If you haven't edited it before, you will paste it below this: <?php } (That brace is closing the custom_bookmark_links() function )." - Bill Erickson
Bill Erickson
Google Charts API - Matt Cutts - http://www.mattcutts.com/blog...
Very cool tool for creating charts, graphs, and maps - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/index...
"The way it's designed is to use 's as breaks between divs, so all the content before the first is in the first div, then and the rest of the content is in the next div (and continues for each ). With regards to the second request (not displaying the ), simply put this in your css: h4 {display:none;} That's what I'm doing for the client site I built this for, as not every column has a header." - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/wordpre...
"The way it's designed is to use 's as breaks between divs, so all the content before the first is in the first div, then and the rest of the content is in the next div (and continues for each ). With regards to the second request (not displaying the ), simply put this in your css: h4 {display:none;} That's what I'm doing for the client site I built this for, as not every column has a header." - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #1 - http://www.billerickson.net/index...
"Not sure what's causing it if it works in everything but Google Chrome. I'm using Chrome right now and the thumbnails on my site work just fine." - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #1 - Custom Images and Category Pages - http://www.billerickson.net/wordpre...
"Not sure what's causing it if it works in everything but Google Chrome. I'm using Chrome right now and the thumbnails on my site work just fine." - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/index...
"If you want to style them at a sitewide level, simply use the id or class of the div's. If you want to style them at a page level, add the page's slug as a class to a containing div (\"content\", \"wrapper\"...), then use them in combination: .[page slug] .[column] { [style] } .about .column1 {width: 500px; float left;} From iPhone --- Bill Erickson Wordpress Consultant http://www.billerickson.net" - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/wordpre...
"If you want to style them at a sitewide level, simply use the id or class of the div's. If you want to style them at a page level, add the page's slug as a class to a containing div ("content", "wrapper"...), then use them in combination: .[page slug] .column { [style] } provides style for all the columns on a page .about #column1 {width: 500px; float left;} provides style for just column1 From iPhone --- Bill Erickson Wordpress Consultant http://www.billerickson.net" - Bill Erickson
Bill Erickson
Thoreau's Walden - an annotated edition - http://thoreau.eserver.org/walden0...
"...worst of all when you are the slave-driver of yourself." "The mass of men lead lives of quiet desperation." - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/index...
"The teaser options apply to post listings on the homepage. The actual content in the teasers is in individual posts, and aggregated on one page. This solution is like adding a "teaser look" to single pages, except all the content is within that single page (so if you go to Pages > Edit, you can change all of it)." - Bill Erickson
Bill Erickson
Bill Erickson, Wordpress Consultant : Thesis Tips #3 - Multiple content areas - http://www.billerickson.net/wordpre...
"The teaser options apply to post listings on the homepage. The actual content in the teasers is in individual posts, and aggregated on one page. This solution is like adding a "teaser look" to single pages, except all the content is within that single page (so if you go to Pages > Edit, you can change all of it)." - Bill Erickson
Bill Erickson
Feld Thoughts : Basic Twitter Advice to Companies: Shorten Your Tweets - http://www.feld.com/wp...
"It looks like twitter is getting ready to integrate retweets into the system, so your RT: @name doesn't use up the 140 characters. More info here: http://blog.twitter.com/2009...... But until then..." - Bill Erickson
Bill Erickson
Adobe ConnectNow web conferencing from Acrobat.com - http://www.adobe.com/acom...
Free screensharing and web-based conferencing. - Bill Erickson
Bill Erickson
Paul Kedrosky: Infectious Greed : - http://paul.kedrosky.com/archive...
"Here's a good analysis of how Sony and Chris Brown successfully engineered the viral effect: http://go-digital.net/blog......" - Bill Erickson
Bill Erickson
Paul Kedrosky: Infectious Greed : The Google Long Thesis and That Damn Wedding Video - http://www.intensedebate.com/people...<span><ahref="http://paul.kedrosky.com/archive...">http://paul.kedrosky.com/archive...</a></span>#IDComment30768047
"Here's a good analysis of how Sony and Chris Brown successfully engineered the viral effect: http://go-digital.net/blog......" - Bill Erickson
Bill Erickson
Bill Erickson, New Media Entrepreneur : Thesis Tips #1 - http://www.billerickson.net/index...
"Good question! Yes, if you set only a width (or height), it will automatically scale the other dimension correctly." - Bill Erickson
Other ways to read this feed:Feed readerFacebook