Aug 302010
 

I am attempting to organize my Web site menus to display certain pages and categories for better site navigation.

I want my "Privacy Policy," "Disclaimer," and "Disclosure" pages to only appear in the right footer.  I created a "custom menu" under the WordPress admin "Appearance – Menus" section in the dashboard, called "footer" and listed these pages, comma separated.  (I had trouble finding the page numbers – they are found near the end in the URL bar while editing a particular page or post – or if you click the "Get Shortlink" button under your page "title," it gives you the page number, clearly!)

My "footer" custom menu can only be displayed by my Web site by placing it in a widget, so I put it in the "right footer" widget (found under "appearance" in WP dashboard).  The pages now show up in the footer just fine.

These same pages, however, are still showing up in the top menu.

In "Appearance", under "header," I found the following to edit:

<body>

<div id="menu">

<div><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Subscribe', 'pressplay'); ?> &nbsp;<img src="<?php bloginfo('template_directory'); ?>/images/rss.png" alt="RSS" /></a></div>

<ul id="page-list">

<?php if($pp_above_header == "above_header_pages"){

wp_list_pages('title_li=' );

}

elseif($pp_above_header == "above_header_categories"){

wp_list_categories('title_li=');

} else { } ?>

</ul><!– #page-list –>

</div><!– menu –>

I  first tried to "exclude" certain pages, but it didn't work.

Instead, I decided to "include" specific page numbers.  I inserted this:

wp_list_pages('include=2,71,83,&title_li=' );

TA-DAH!  It worked!  Yahoo!  Now, I can do the same on other menu areas on all 3 of my web sites.

Many thanks to WordPress "Codex – Design and Layout" help.  It is a gold mine of helpful info.  Hopefully, I can wade through some of it to find solutions to problems I've had that you may also be experiencing, and I can save you some time locating the answers.  

Let me know if this was helpful! : )

Aug 192010
 

Today, I'm going to bite the bullet and sign up for AWeber, a communications company that offers Auto responder and Email Marketing services.  I am going to launch a newsletter on my music Web site, www.Musiciantip.com.

AWeber Is Recommended Web-Wide

Rosalind Gardner, Michael Brown, Allan Gardyne, and countless other successful affiliate marketers all recommend AWeber for email marketing as a way to keep Web site visitors coming back.  They all say that offering free information and site updates to visitors through a newsletter subscription will keep those visitors interested in the site and will help boost sales.  A newsletter can also serve to remind visitors how to find the site again, and again, if they have not book marked the site!

AWeber's "Setup Wizard"

I am going through AWeber's "Setup Wizard" to get started.  They sent me there through a confirmation/welcome email.  I am finding, again, that one thing leads to another in this whole process.  It's very thorough and customizable, but a bit time consuming.  It's forcing me to get other tasks done that I am dragging my feet on.  I can hopefully go back and tweak the settings as I make more decisions about how I want my newsletter set up – especially after I see how the info gets plugged into my newsletters.

Here's what the process looks like: 

Step One:

Essential Information

  1. List Name:  I need to have a name for the list I am building, that can't be in use by another AWeber user.
  2. List Description:  For subscribers to know, briefly what this list is about.  Example:  "Site Name" Newsletter
  3. "From" Name and Email:  This is where my messages will appear to be sent from.  I needed to create another email account on my Bluehost cpanel for my newsletter email address.
  4. Contact Address:  I've never noticed physical addresses in newsletters that I receive from others, until now!  The "Can-Spam Act"  apparently requires this in order to reduce spam practice.  AWeber notes that it can be placed anywhere in the email messages.

Company Branding

  1. Company Name:  Mine's my Web site name.
  2. Web Site URL:  This was easy – no thinking required – my Web site URL!
  3. Logo URL:  I have none.  I have a nice looking header, but really no logo – perhaps in the future!
  4. Email Signature:  Like signatures you can set up in regular email programs like AOL.  I think it's a good idea to include the Web site address as part of a signature.

Social Media / Sharing

  1. Twitter and FaceBook:  Here, I decided to sign up for a Twitter account – yet, another detour!  I see the famous "Tweet" buttons everywhere, so I suppose it's a good band wagon to jump on.  Then I was able to select the options to connect to my Twitter and FaceBook accounts through AWeber.
  2. Notifications:  To receive an email when a new subscriber is added to my list – I can't wait!

Done with Step One – Onward to Step Two:

  1. Confirmed Opt-In Status:  This means that subscribers are required to verify that they, indeed, signed up for the newsletter.  I have always been required to do this to sign up for newsletters and affiliate programs, etc…  I don't mind this at all as a subscriber because it makes me feel secure knowing that I have control over info I receive and that I can unsubscribe if I later choose to do so.
  2. Your Confirmation Message:  This is the email message the subscriber will receive, asking them to click the provided link to confirm that they signed up to receive the newsletter.  I followed Aweber's editing process to customize my message.  I was able to edit the following:  Subject (This I chose from one of their drop-down options – appears in subscriber's confirmation email);  Intro (I inserted the "name" field so that it will greet each subscriber by name);  Closing (Salutation and signature).
  3. Success Page:  I left this blank since I don't have a page designated on my site to direct new subscribers for this.  In a later step, I found that Aweber has a default message hosted by them that the subscriber will receive.

Done with Step One – Onward to Messages:

Now, I need to set up a Follow Up Message to welcome my new subscribers.  It's "done" (I suppose I will want to tweak it as time goes by), but I haven't received the message in my email after I signed up for the newsletter.  I did receive confirmation that I successfully subscribed, though!

Try it out at www.Musiciantip.com to see how the sign-up process works and what my message looks like.  (Don't worry – to date, I don't have any broadcasts scheduled, and you can always unsubscribe if you're not interested in receiving my music newsletter!)

Next, I will duplicate the above process with this Web Site to create my Affiliate Newbie News newsletter.  

Aug 052010
 

Some seemingly simple tweaks in color, font, and font size took me an hour (or more!) of "playing" to get changes to work on this site, but … I figured it out – all by myself!  I really am learning bits and pieces of html code!  

Here Are the Changes I Made and How:

All you techies out there may have a good laugh at how I struggled with this!

Fellow Newbies:  I hope this helps you with some nitty-gritty Appearance changes and "reading" some code!  I'm giving myself a pat on the back!

Header Title Color

The Header title ("Affiliate Newbie Me .com") was white and changed to an orangey-red color when the cursor moved over it.  I really liked the combination, but the orangey-red color made me feel better, more calm – I thought the white was too stark.  So, I set out to reverse the two – to make the title always appear orangey-red and change to white when the cursor moved over it.

Try it!  You'll see what I mean.

I have learned from my good html-expert-friend that all of these nit-picky appearance changes must happen in the Appearance – Editor – Stylesheet (style.css), which scares the be-gee-bers out of me!  You're probably wondering why I don't just have her do it for me, right?  She has offered me help and has helped me with my first web site, Musiciantip.com (developing very slowly!) and has really customized it for me because she kept telling me, "ANYTHING can be changed, ANYTHING!"  (Do you regret that statement, my friend??)  I really don't want to keep bugging her, and I want to learn to do this stuff on my own.

So I headed on into the Stylesheet, much as my 5-year old boy heads into his room after dark, to see what I could "read".  I will never forget one of my first sessions with my expert friend when we (she) installed a WordPress theme onto my blog.  I was so excited – there was the domain name I had painstakingly chosen displayed across the top, and it was mine!  I even called my Mom on the way home to have her type in the domain and have a look – "I have a web site!!"

Then my friend and I started to tweak.  We wanted to change the font and adjust the centering of the Header Text, so she said, " let me have a look."  She looked at the Stylesheet and started reading – it all just looked like a bunch of type-o's to me.  "Oh, I see what they did," she said, matter-of-factly.  She clicked away some more type-o's (she knew the techinical terms for everything, of course – me, a forward slash, huh?  Now I know it's one of these  /   !) and our changes were done!

I know that "Affiliate Newbie Me .com" is my blog's title, located in the Header, so I searched the Stylesheet "text" for something that might resemble this.  I also figured out that H1, H2 etc… were text headings and the one in the Header is the H1.  A-ha, here's what I found:

h1#site-title a{

color:#fff;

font-size:1.5em;

margin:0 0 0 30px;

}

h1#site-title a:hover {

color:#db5216;

}

I changed the first "color:#fff", which I assumed was white, to the second "color:#db5216," and changed the second color to the first, so now the code "read" like this:

h1#site-title a{

color:#db5216;

font-size:1.5em;

margin:0 0 0 30px;

}

h1#site-title a:hover {

color:#fff;

}

Alas, it worked!  This is so much fun for me and gives me such a sense of power knowing that I can do this, too!

Page Menu Font, Font Size, and Color

I have learned that the Stylesheet reads from the tippy-top of the site on down, so I scrolled above the Header section I'd just edited and found:

ul#page-list li a {

 margin:0;

padding:0;

display:block;

color:#eeeedf;

font-family:Tahoma, Geneva, sans-serif;

text-decoration:none;

}

I first wanted to change the font to my favorite, Georgia.  My friend taught me that the first font in the list of many is what should show up first.  If someone's computer can't display Georgia, it will go to the next one and so on.  So I typed in "Georgia' in front of "Tahoma" and now it looked liked this:
 
ul#page-list li a {

margin:0;

padding:0;

display:block;

color:#eeeedf;

font-family:Georgia,Tahoma, Geneva, sans-serif;

text-decoration:none;

}

Next, I wanted the color to be the same gold as the "blurb" under "Affiliate Newbie Me.com."  I found the color here:

 
h4#site-blurb {
font-family:Georgia;
color:#feb638;
 
So, I changed the color on the ul#page-list entry, accordingly, and voi~la.  Now it looked like this:

ul#page-list li a {

margin:0;

padding:0;

display:block;

color:#feb638;

font-family:Georgia,Tahoma, Geneva, sans-serif;

text-decoration:none;

}

Page Menu Hover Color

Lastly, I thought it would be nice to make the top menu pages change to white when the cursor moved over the titles, like the Header Title text.  I found that here:

ul#page-list li a:hover {

color:#db5216;

}

…and typed in "#fff" for the color:

ul#page-list li a:hover {

color:#fff;

}

… and it worked!!

I hope you like the changes.

Time For Bed!

Hooray!  I am going to try and unwind so I can get to sleep.  I'm taking my kids roller skating tomorrow!

Aug 032010
 

Most of the articles I've read by affiliate marketing gurus have recommended choosing a specialized business topic, or "Niche," that you know lots about or are willing to learn about to build your affiliate marketing business around.  They suggest that whatever topics seem to be hot at the moment may eventually fizzle and you could be stuck trying to market something that nobody, including you, will care about anymore.  The idea is that you'll be spending plenty of time building content for a web site on the subject and will need to keep it maintained in the future.  If you choose a topic you know nothing about or do not care about, it will be tough to continue finding related things to write about after several months, a year, or longer.

Aug 022010
 

Time flies when you're having fun!  But, here is my challenge:

Symptoms:

My eyes are blurring, my head's nodding and it's a wonder that my laptop is still on my lap!

It's 1am and these are the too-familiar symptoms that are becoming a pattern for me.  I am finding that I have "windows" of opportunity when I can work efficiently and not just stare, glossed over, at the computer screen.  Once it's 1am, time seems to accelerate and before I know, it's 2:15am, then 3am…my, how time files!  (I must be having fun!)

Diagnosis:

Working with too broad of a "today's task".

Tonight, I got side-tracked while trying to learn "all I can" from Allan Gardyne's web site.  I am finding his site to be full of useful info – too full, if that's possible, and the tips are very general – not something I can sit down and improve my site with… so far.  I am getting lost in long articles for "beginners – getting started" and am realizing that many of the articles are written by different authors.  Rosalind Gardner sites this as a good way to build content if you're short on ideas in her "Super Affiliates Handbook."  I am not sure that I am a fan of this method – it makes me feel like I'm in an important place with so many articles and so much to read, but I'm not finding the gems that I am expecting to find, and it's taking so long.

Cure:

Don't give up and set specific, attainable goals.

I am not going to give up on Allan's web site, yet.  However, my next "today's task" will be more specific – like a search for ways to organize web site pages, or how to build an effective "home" page.

Jul 312010
 

Today, I have decided to learn all that I can from an apparently successful Internet Marketer, Allan Gardyne.  I came across his web site, AssociatePrograms.com , while doing keyword research for categories on AffiliateNewbieMe.com.  It looked like there was a lot of useful info on that site, so that is my next mission.  I'll see what else he has to offer affiliates newbies.  

Here's what I've found, so far:

I am finding his site to be full of useful info – too full, if that's possible, and the tips are very general – not something I can sit down and improve my site with… so far.  I am getting lost in long articles for "beginners – getting started" and am realizing that many of the articles are written by different authors.  Rosalind Gardner sites this as a good way to build content if you're short on ideas in her "Super Affiliates Handbook."  I am not sure that I am a fan of this method – it makes me feel like I'm in an important place with so many articles and so much to read, but I'm not finding the gems that I am expecting to find, and it's taking so long.

Jul 312010
 

This is my mantra – for myself and my kids!

I often have to remind myself to stay focused while I'm working to build my affiliate marketing business.  It's so easy to get distracted on the Internet.  (Really!!)  One minute I'm reading a helpful article.  I click on a link in the article, and now I'm somewhere else.  I click a link on this new page, and soon I'm too far removed from where I started to keep hitting the "back" button!

What was I doing?

Oh, yeah – reading about getting started in affiliate marketing!  I am working from Rosalind Gardner's book "The Super Affiliate Handbook".  It is packed full of pertinent info to help get affiliate marketers up, running, and making money.  I've read it, cover to cover, and am using it by my side to help get this thing going!

Jul 302010
 

It's 3am and I just did a few hours of extensive keyword research for building this web site.  I used Google Adwords  to search for keywords to build my Post Categories.  I am feeling pretty sleepy, but satisfied – I actually have something to look at on AffiliateNewbieMe.com!  While doing the keyword research, I came across some more advise for building an affiliate marketing business.  I'll dive into some of those tomorrow.