Learn to customize your photography blog!

Quit banging your head on your desk and learn how to do it for real! Hosting? Who? CSS? What? You're a photographer not a computer programmer for cryin' out loud! The next photoblog101 workshop starts the week of October 10...stay tuned for registration information.



Tag: ‘wordpress’



Tutorial | Removing “Tags” from your posts & pages in the SLR theme

Tuesday, January 18th, 2011

Tamsen, a Niagara Photographer, (Creative Clicks) has requested we do a quick tutorial on how to remove tags from displaying on the SLR Lounge wordpress theme for photographers.  We used the SLR theme to develop our photoblog101 class so we know it pretty well (more like the back of our hands).

Tamsen, here is your tutorial… (if you also find it useful, let us know and follow the blog here for more tips and tricks!).

Some people find the look of the post tags in their blog themes to be too cluttered.  The information displayed in your posts is set in a few easy-to-find php files within the theme files.

Here we go…

Step 1: ["We can have lots of fun ..." "Gonna get with you giiiiirrrrlll" - I'm SO sorry if I just put that in your head too lol!].

Use FTP to backup your wordpress theme files (JUST in case).  Hey, and if you don’t know HOW to do that, you should learn, like NOW.  Maybe that will be our next tutorial??

Step 2

Login to your wordpress dashboard.

Step 3:

On the left side menu, under “Appearance” -> choose “Editor”

Step 4:

On the file list on the right side, find Single Post or single.php and single click it to display the code in the big editing box in the center of your dashboard area.

Step 5:    (with us so far?  This is where it get’s more “complicated”… not hard, but your eyes will get a workout finding the right code to work with).

“Comment Out” the code that looks like this:

<?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?>

Ha!  You thought I was getting “geeky” didn’t you?  Nah, but we do want you to learn the proper terminology.  “Commenting out” code is just like adding ellipses to a sentence (like this).  The code is still there, but can be ignored by the browser (not used in other words).  You can use comments to help you remember stuff and make little notes OR to make what you put the comments around NOT show up without deleting it entirely, just in case you want to go back to what you had originally.

To “comment out” php code you can simple add a /* in front of and */ behind the “meat” of the php tag…  it will end up looking like this:

<?php /*the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’);  */?>

When your browser sees this code is sees this now:

<?php ?>

which it reads as nothing.  Alternatively, you can just delete the ENTIRE php command (but then if you decide to put the tags back you’ll have to remember the code… so choose carefully).

Step 6:

Click the “Update File” button below the big editor box and view a SINGLE POST on your blog (because we just modified the single.php file, which controls how your posts look when only ONE SINGLE post is displayed).  Are you getting what I’m throwing down here?  If not, let me say it a different way… visit your blog in another tab and click on a post title to see only one post display at a time; the tags should be gone.  If they are still there, before you panic, make sure you’ve cleared your cache or else you might be working on a “remembered” version and might want to bang your head on the desk. (don’t do that… just breathe, this stuff is easy!)

Step 7:

Repeat steps 4 & 5 & 6 but this time do it in the Main Index Template file called index.php. When you view your blog to check this time, you can just go to the main page.

And, that should do it!  You can choose to do one or the other if you’d like too!  For example you can keep the tags on the single post view but get rid of them on the main index view.  YOU choose!  This is YOUR blog.

Be confident!  You just modified the structure of what your template posts look like.  Now that you’ve done that can you think of other places you might apply the lesson?  How about adding a graphic to the foot of each post now, like a cute signature or branding element?  How about changing up the order of how things display within your posts?  You know where to do that too!

If you have a tutorial request, email us at contact@photoblog101.com and we’ll see to it that your head never meets the desk.

Go forward and make it your own Tamsen, and everyone else please go and check out Tamsen’s Newborn Photography! She’s got the touch!  Just LOOK at this squishy sweetness!

Inexpensive & Professional Web-Solutions with Wordpress!

Tuesday, June 29th, 2010

Inexpensive and Professional web-solutions are out there for the taking… what are YOU waiting for?

Photography web-solutions are not so different than solutions for other industries.  You want something professional, easy to navigate, and visually interesting for your prospective client.  The chosen solution should feature what you are selling and be a great first impression for your customers!  Look for something that is both functional and SEO fantastic but not going to cost you an arm and a leg (or your first born kid!).   Here are a few recommendations of what you can do for pretty low cost out of pocket and have a rocking web-presence:

Start off with a simple wordpress blog and inexpensive flash site. You can even host your blog on the same server you host your site with as long as you get cpanel access. No need for multiple hosting accounts!  For example at bluehost for $6.95 / month you can host unlimited URLs on the same account (so multiple sites and sub-domains!)

For example:

  • $50 bludomain.com template, hosted on your own server space.   Total = $100 total to bludomain ($50 to setup the site on your hosting account is extra!)
  • $6.95 / month hosting from BLUEHOST (they rock, trust us!).
  • Add on a FREE wordpress.org template and customize it to match your needs and branding (need help with this?  You are in the RIGHT place).
  • Link the 2 together so your clients can easily navigate!
  • 1-time fee for flash site =$100. $6.95 / month for unlimited hosting. Bam and done. CHEAP!

Eventually you might want to add-on photocart (by pictures-pro… highly recommended!) or a cart software but initially you can use a free or very inexpensive solution (even private flickr sets and a paper ordering form which is free!)

There are lots of very inexpensive but professional web-solutions available for starting out and even high-volume studios. You don’t have to spend a fortune!   The above solution would net you a splash page, flash-site and blog along with payment gateway (through paypal) for $15.28 per month for the first year and only $6.95 per month for additional years. It can be done!

Clearing your CACHE, and a cool tool for firefox users!

Friday, June 25th, 2010

As you go about making changes to your blog, you may notice that some changes require clearing the cache.

The cache (in your browser) is a little “memory” brain called the cache.  To help sites you visit load faster, the browser software (internet explorer,  google chrome, firefox,  safari,  etc).  Basically, having your browser cache images allows YOU to see content faster when you are web-browsing.

And this is a good thing!  (except when it’s not… read on).

So, if you are making changes to your blog and you change an image out you may go and take a quick peak to see what it looks like and scratch your head “why didn’t it change?”…  Only, you are SURE you did change it, so why on earth is the old image still showing?

Enter the cache… the browser is still “serving up” the old image that it remembered from your last visit.  You need to clear the memory and say “Hey there mister browser, there is something NEW here”.

How to clear the cache varies by browser but is generally located in the tools menu.  Go ahead and clear your cache and then refresh the page.  Now your new modifications should show up!

Sweet!

Want to make clearing the cache easy?  Look for plug-ins or extensions for your favorite browser.  I use firefox so I use this add-on:

Get your own Cute Broom Button Here!

PS.  July class registration opens soon!  Stay tuned!