• .
  • .
  • .

How To Make A Tag Cloud Page In WordPress

Posted in WordPress | Posted on Date 01-14-2012 | Comments 13 Comments

wordpress-tricks

Some people really would like to have a tag page. Well, on this tutorial, you will be able to add a tag cloud to a page without making a template or even using a plugin.

You can use the template where you create a page and can select it, but perhaps you want to add it to another page, like the 404 page. You will have to be familiar with the WordPress loop and your theme’s files to be able to complete this tutorial.

Step 1. Take a template that you already have for your existing theme for your site, preferably page.php. Copy that template’s code into a text editor like Notepad.

Step 2. Paste the following code in where you put your content. Instead of the WordPress loop, you will include the following code. Note (again):Make sure you are in the HTML format instead of Rich Text. The ‘number=0′ means that you want all of the tags to show. Note: You can also create a new page, and have the following code within a template and choose that template format.


<?php wp_tag_cloud('number=0'); ?>

Make sure to label the template as well. If you are not sure how to, at the beginning of the file, include the following:


<?php
/*
Template Name: Tag Cloud Page
*/
?>

You can add header tags (h2 or h3, whichever you use within your content) before it, or you can do without the header tags as the page will already be defined with its own when you publish it.

Step 3. Save file as a different name in the .php extension. Please note that you may need to choose “All Files” to properly name the file or the actual extension will be .txt (text file.)

Step 4. Upload the template to your theme’s folder.

Step 5. Create a new page in your WordPress backend and choose the new template your just loaded up.

Very simple, right?

Blondish.net Podcast: Advice For Newbie Bloggers

Posted in Podcast | Posted on Date 01-13-2012 | Comments 15 Comments

I decided not to use Blog Talk Radio for podcasting as I felt the quality was not that great, and that if I needed to go over a minute or two, this was an issue. I will note that I may be a little breathier than usual due to the fact I have been ill for most of the week. However, I think this is a good starting point. Most episodes will be 15 minutes and some special ones like interviews, presentations, or topics done with my friend Kimberly Castleberry, will be at the most, 30 minutes. My opening and Read More →

RSS Feed 101

Posted in Blogging | Posted on Date 01-12-2012 | Comments 15 Comments

rss-image
What is the purpose of an RSS feed? That is one of many questions I get from people on a daily basis. I decided I would share. First, you have to understand what it is before I go onto explaining how you can use your RSS feed to your advantage. According to Wikipedia, an RSS feed is: RSS (most commonly translated as “Really Simple Syndication”) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. The format is really simple (exactly part of its definition.) In Read More →

Display First WordPress Full Entry and then Following as Excerpts

Posted in WordPress | Posted on Date 12-30-2011 | Comments 52 Comments

wordpress-tricks
I like to use this code to display the first full entry and then the rest of my entries as excerpts from my main page. This is not hard to do and only requires that you replace a few code snippets. You can apply this to your theme’s index template file (most commonly index.php), or whatever your blog template file may be called. Look for the following code in the loop in your: <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> Replace with the following. <?php if (have_posts()) : ?> <?php $postcount = 0; // Initialize the Read More →

Determining How Frequent You Should Blog In Order to Be A Success

Posted in Blogging | Posted on Date 12-30-2011 | Comments 53 Comments

blog
You may have read a few times that you have to blog frequently. The problem is… how frequently should you blog? And why should you blog frequently? Who should be blogging frequently? One specific answer for all bloggers does not cut it. There are so many different niche and even more so, different types of blogs, and individuals. Not everyone can attest to being a professional blogger who has quit their day job and have all the time in the world to do what they want, including blogging. Even professional bloggers are not pumping out content in mass amounts all Read More →

Impact of Google+ Brand Pages

Posted in SEO | Posted on Date 12-29-2011 | Comments 37 Comments

googleplus-thumbnail
Google+ quite recently launched a new feature called Google+ brand pages. This was quite similar to the Facebook pages. The feature also provided certain other perks to the companies as their profile could be searched directly from the Google search bar by adding a ‘+’ before the brand name. Also, the brands can use the Google+ brand badge, which can be put up at the main site to directly connect to the brand page. Though these are still early days, these brand pages have already had some impact on the search engine’s result pages. Here is quick look at how Read More →

Community Blogging Versus Guest Blogging

Posted in Blogging | Posted on Date 12-29-2011 | Comments 14 Comments

socialmedia
Are you a blogger that accepts guest bloggers quite frequently? You might want to think about how you label your site, especially if you are wanting to strengthen your own brand. Guest blogging can be really great for blog owners as it is a means to supplement content when it cannot be published as frequently. It is a way for fresh faces to be heard with topics that echo that of the blog owner’s views. However, it is a supplement- not to be used frequently. In allowing frequent guest bloggers, it becomes a permanent crutch, leaving you unable to break Read More →

WordPress Moon Wallpaper

Posted in WordPress | Posted on Date 12-24-2011 | Comments 16 Comments

freebies
I hope you enjoy this simple computer desktop wallpaper. It is another WordPress related one for those who are fans. Why do I make these? Because I like WordPress enough as a fan and have met many like myself who share the enthusiasm. When I attend and speak at WordCamps (WordPress conferences), I always see people have WordPress stickers on their laptop. So, I thought maybe a desktop wallpaper would be a nice addition too. The wallpapers are in 3 different sizes. If a bigger size is needed, leave a comment and I will make it so. I am working Read More →