WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum

Go Back   WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum > Free Section > Newbie Questions

Newbie Questions New to the whole making money online and developing your own sites thing? Post your questions here so that seasoned members can answer your questions. Please keep your questions out of the other categories. We know you're a newbie, but there's no reason to be annoying.


Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-16-2007, 12:47 PM   #1 (permalink)
Turbocharged, Bitch
 
Join Date: Feb 2007
Posts: 1,153
iTrader: 14 / 100%
yoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond repute
Mustread The Official WordPress Thread

Since Jon has created the Winter 07 Case Study, a lot of people (myself included) are migrating to WordPress for the first time.

To avoid the inevitable barrage of posts asking questions about WordPress (there were 2 new ones as of me posting this), why don't we try and make one stickied FAQ for WordPress.

So if anyone has any questions they want answered, ask them in here and as they are answered I will add them to this post.

The quesitons that I have are:

1) How can I edit my theme to the way I like?

Answer by barman:
Here's what I learned from editing my own wordpress themes. Maybe I'm stupid and clueless, but I could never figure out how to make my own theme, so I just edit the default theme. This is geared towards people with web design experience.

You can edit your wordpress CSS through the wordpress panel, but I download all my files to the hard drive and edit them through dreamweaver. Then I upload through the FTP route.

The default theme's files can be found in wordpress > wp-conent > themes > default. Everything in wordpress is modular, so you really only have to edit a few files (index, header, sidebar, footer, and style.css ) to begin putting your new theme together.

If you're designing custom graphics for your WP, then try to keep those files in mind... it helps first to understand how they're all put together. Wordpress.org documentation is very good though, so anytime you need help with something its worth checking out.

Answer by Jenn
These articles will help you understand how all the WordPress components fit together, and how you can begin to get your hands dirty. The author assumes a basic knowledge of html/css.
Dissection of a WordPress theme: Part 1
Dissection of a WordPress theme: Part 2

You may also want to check out the Sandbox theme. It's a great, barebones point of departure for creating your own theme. You can easily switch between one, two, or three columns, and there are skins available or you can style the CSS yourself.

2) How do I place ads in WordPress?

For AdSense
Answer by barman
I know there is an adsense plug-in out there, and I'm certain there are plug-ins (once again, check out wordpress.org: AdSense-Deluxe WordPress Plugin » Acme Technologies Zeitgeist) .

Basically you tie your ads to certain code, like <!--adsense01--> and plop it in when you write your article. You could also hardcode your adcode when you're designing your template.

Answer by Jenn
In addition to Adsense-Deluxe (mentioned by barman), I have used the following plugins for ad management:

Ad Rotator
Allows you to rotate ads in the same location (for example, swapping Adsense with an affiliate banner.)

Adsense Injection
Reduces ad blindness by randomly changing the location of your Adsense code.

WordPress - add Adsense to your blog
This is not a plugin, but rather a tutorial on using small snippets of PHP to give you greater control over your Adsense placement. The instructions are very clear and don't assume prior knowledge of PHP.

3) What is a "widget"?

Answer by wa67
A widget is just an add-on that you can plug in to your site that provides extra functionality, like "related posts" or a blogroll, or a todo-list.

See here: WordPress Widgets

Answer by Jenn
That's all true, but a widget can also be as simple as a text box in your sidebar. The point of WordPress widgets is that they can be placed, replaced, reorganized, and removed without knowing any code.

If you're using a widget-ready theme with the widgets plugin installed, you can use the wp-admin interface to drag and drop items into and out of your sidebar. Essentially, it makes WordPress customization more accessible to the masses. You can have a say in what your sidebar looks like without having to mess with any code.

Here's a list of WordPress themes that support widgets:
WordPress Codex: Widgets
__________________
Like referral commissions? How does 5% sound?
WoToGePa - Paying 5% Referral Commissions.

Last edited by yoink*gasp*; 02-17-2007 at 11:23 PM..
yoink*gasp* is offline  
Old 02-16-2007, 01:06 PM   #2 (permalink)
 
barman's Avatar
 
Join Date: Aug 2006
Location: Internets
Posts: 5,848
iTrader: 12 / 100%
barman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond reputebarman has a reputation beyond repute
Wordpress is a tight little CMS, especially for articles, but it is a pain in the butt making your own theme the first time around. (this is especially true for those with no HTML, CSS, and php experience.)

1. Here's what I learned from editing my own wordpress themes. Maybe I'm stupid and clueless, but I could never figure out how to make my own theme, so I just edit the default theme. This is geared towards people with web design experience.

You can edit your wordpress CSS through the wordpress panel, but I download all my files to the hard drive and edit them through dreamweaver. Then I upload through the FTP route.

The default theme's files can be found in wordpress > wp-conent > themes > default. Everything in wordpress is modular, so you really only have to edit a few files (index, header, sidebar, footer, and style.css ) to begin putting your new theme together.

If you're designing custom graphics for your WP, then try to keep those files in mind... it helps first to understand how they're all put together. Wordpress.org documentation is very good though, so anytime you need help with something its worth checking out.


2.) I know there is an adsense plug-in out there, and I'm certain there are plug-ins (once again, check out wordpress.org: AdSense-Deluxe WordPress Plugin » Acme Technologies Zeitgeist) .

Basically you tie your ads to certain code, like <!--adsense01--> and plop it in when you write your article. You could also hardcode your adcode when you're designing your template.
barman is offline  
Old 02-16-2007, 01:54 PM   #3 (permalink)
Turbocharged, Bitch
 
Join Date: Feb 2007
Posts: 1,153
iTrader: 14 / 100%
yoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond repute
Thanks man! Exactly what I was looking for.
__________________
Like referral commissions? How does 5% sound?
WoToGePa - Paying 5% Referral Commissions.
yoink*gasp* is offline  
Old 02-16-2007, 02:48 PM   #4 (permalink)
Lovely bunch of coconuts
 
dastuff's Avatar
 
Join Date: Sep 2006
Location: In your head.
Posts: 956
iTrader: 0 / 0%
dastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond reputedastuff has a reputation beyond repute
3)
A widget is basically a variable item/product...

Instead of giving examples where you use tv's, radios, cell phones, etc.. You can use a widget to show that a multitude of items can be used in it's place.

I guess if you still don't get it then pick up an economics book, they use widgets all the time to describe businesses. Like say business A sells 400 widgets at... yada yada...
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.
- Sir Winston Churchill
dastuff is offline  
Old 02-16-2007, 03:14 PM   #5 (permalink)
Turbocharged, Bitch
 
Join Date: Feb 2007
Posts: 1,153
iTrader: 14 / 100%
yoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond repute
Quote:
Originally Posted by dastuff View Post
3)
A widget is basically a variable item/product...

Instead of giving examples where you use tv's, radios, cell phones, etc.. You can use a widget to show that a multitude of items can be used in it's place.

I guess if you still don't get it then pick up an economics book, they use widgets all the time to describe businesses. Like say business A sells 400 widgets at... yada yada...
I don't think that's how a "widget" is referred to in WordPress. A lot of the themes are "widget ready"... implying that you can said widget to them. I just don't know what the heck that widget is.

I'm going to assume it's some kind of addition to the theme?
__________________
Like referral commissions? How does 5% sound?
WoToGePa - Paying 5% Referral Commissions.
yoink*gasp* is offline  
Old 02-16-2007, 03:51 PM   #6 (permalink)
Not Dead Yet
 
waz67's Avatar
 
Join Date: Nov 2006
Posts: 507
iTrader: 0 / 0%
waz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond reputewaz67 has a reputation beyond repute
A widget is just an add-on that you can plug in to your site that provides extra functionality, like "related posts" or a blogroll, or a todo-list.

See here: WordPress Widgets
__________________
http://www.greatdealsclub.com
waz67 is offline  
Old 02-16-2007, 04:30 PM   #7 (permalink)
 
Jenn's Avatar
 
Join Date: Nov 2006
Location: NYC
Posts: 82
iTrader: 0 / 0%
Jenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond repute
Quote:
Originally Posted by waz67 View Post
A widget is just an add-on that you can plug in to your site that provides extra functionality, like "related posts" or a blogroll, or a todo-list.

See here: WordPress Widgets
That's all true, but a widget can also be as simple as a text box in your sidebar. The point of WordPress widgets is that they can be placed, replaced, reorganized, and removed without knowing any code.

If you're using a widget-ready theme with the widgets plugin installed, you can use the wp-admin interface to drag and drop items into and out of your sidebar. Essentially, it makes WordPress customization more accessible to the masses. You can have a say in what your sidebar looks like without having to mess with any code.

Here's a list of WordPress themes that support widgets:
WordPress Codex: Widgets
Jenn is offline  
Old 02-16-2007, 05:41 PM   #8 (permalink)
 
Jenn's Avatar
 
Join Date: Nov 2006
Location: NYC
Posts: 82
iTrader: 0 / 0%
Jenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond reputeJenn has a reputation beyond repute
Quote:
Originally Posted by yoink*gasp* View Post
1) How can I edit my theme to the way I like?
These articles will help you understand how all the WordPress components fit together, and how you can begin to get your hands dirty. The author assumes a basic knowledge of html/css.
Dissection of a WordPress theme: Part 1
Dissection of a WordPress theme: Part 2

You may also want to check out the Sandbox theme. It's a great, barebones point of departure for creating your own theme. You can easily switch between one, two, or three columns, and there are skins available or you can style the CSS yourself.

Quote:
Originally Posted by yoink*gasp* View Post
2) How do I place ads in WordPress?
In addition to Adsense-Deluxe (mentioned by barman), I have used the following plugins for ad management:

Ad Rotator
Allows you to rotate ads in the same location (for example, swapping Adsense with an affiliate banner.)

Adsense Injection
Reduces ad blindness by randomly changing the location of your Adsense code.

WordPress - add Adsense to your blog
This is not a plugin, but rather a tutorial on using small snippets of PHP to give you greater control over your Adsense placement. The instructions are very clear and don't assume prior knowledge of PHP.
Jenn is offline  
Old 02-17-2007, 11:23 PM   #9 (permalink)
Turbocharged, Bitch
 
Join Date: Feb 2007
Posts: 1,153
iTrader: 14 / 100%
yoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond reputeyoink*gasp* has a reputation beyond repute
^^^ Thanks Jenn! That's a lot of good information!

Does anyone else have any WP related questions?
__________________
Like referral commissions? How does 5% sound?
WoToGePa - Paying 5% Referral Commissions.
yoink*gasp* is offline  
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:49 AM.


WickedFire.com Copyright © 2011 - WickedFire is an international registered Trademark of Coastal Synergy LLC. You may not use any of our trademarks, copyrights, content, or images without a written approval by members of Coastal Synergy LLC.

Search Engine Optimization by vBSEO 3.6.0