How to add trailing slash to a category/tag/archive

tagged , , and

I had a few people asking me how to add trailing slash (/) to a category. For example http://bloggerholic.com/category/ if you dont have trailing slashes it can cause duplicate content in search engines. Usually the problem occurs if you switch from an older version of wordpress to newer one that doesn’t have trailing slashes. However if you start a new site with the newer version it will be okay. From Worpress versions 2.2 onwards wordpress have removed the trailing slash that was added to the permalinks by default in older versions.

I found the solution to fix this and it’s easy! This is only for Wordpress 2.6+
All you need to do is the following:

  1. Go to your wp-includes folder.
  2. find the template file called “link-template.php” and open the file in any text editor.
  3. In this file find the following function:
    function user_trailingslashit($string, $type_of_url = ”) {
  4. Find the following line inside this function:
    if ( $wp_rewrite->use_trailing_slashes )
  5. replace it with the following:
    if ( $type_of_url !== ’single’ )
  6. Save the file and upload “link-template.php” in wp_includes folder.
    That’s it your done! :)

This book “Wordpress for Dummies” provides you with everything you need to get up and running with WordPress. The book covers blogging basics, choosing a hosting solution or setting up a host, developing blog content, syndicating blog posts with RSS, launching a specialized blog (including podcasting, photoblogging, mobile blogging, and videoblogging), and even earning revenue.
It Includes help on every aspect of installing and using WordPress, illustrations from real-world WordPress blogs, step-by-step tutorials on key topics, and insights from bloggers who have used WordPress

No Comments »

Video: How to use Google Analytics to improve your sites performance?

tagged , , , , and

This video provides a brief overview of how to use the Google Analytics. It is one of the best tools used by many people to monitor blog traffic and improve results online. Best part is it’s free of charge!

I use it on a daily basic to monitor how my sites are doing. You can get so much information about your site’s traffic using Google Analytics such as finding out where your visitors are coming from, what content they are seeing and what is most popular, how long they stay on the site and how many pages are viewed. The information made available to me through Google Analytics enables me to write key articles that I know people want to read about by just looking at what keyword searches are being used in search engines like Google.

Here is a small summary of what’s available. More can be seen in the video at the end.

Dashboard
The dashboard is the home page for your results. It shows how many visits you’ve had over a certain period. It also provides the site usage information which basically tells you the total number of visits, page views, average time spent on the site, bounce rate and how many new visits to your site.

Visitor’s overview
This section tells you the total number of people that visited your site in a certain period. You can change this period using the calendar tool provided. It also shows you how many absolute unique visits you’ve had which basically means all those that don’t include your own. The time spent on the site is given which is also very important information. If none of your visitors spend more than 10 seconds on your site, then something is wrong. You can use this sum to try and improve the performance of your site. Think of ways you could increase the average time spent on your blog.
 
Traffic Sources
This piece of information is vital. It tells you where all your traffic comes from and what the top traffic sources are. Also the keywords that people use to find your site.

Content
Again this is also great information to find out what the top content is on your site that gets read.

It’s very easy to set up Google Analytics, all you need to do is signup and insert the code Google Analytics generates for your blog into your file and upload.

You need to a flashplayer enabled browser to view this YouTube video

No Comments »

How to create a static front page

tagged

With the release of WordPress Version 2.1, the option to set your own front page can be achieved via your Administration > Settings > Reading panel. Simply follow the steps below:

1. Login to WordPress Admin

2. Go to the Write > Write Page panel

3. Create the page content for your front page, and then publish the page.

4. Go to the Settings > Reading panel

5. Click the option for “Front Page Displays a Static Page“.

6. Select the page you created in step 3 from the drop down list.

——–
Optional: If you want an additional page to display the “usual” list of blog posts.

Step 1 - Create the page that will have the blog posts. You can simply give the page a title and leave the rest blank.
Step 2 - Select *that* page in the Settings > Reading panel as the “posts page”

You can link to that from your home page or your navigation bar.

No Comments »

free blog template

tagged , , , , , , and

Here is a list of FREE Blog Templates

WordPress

Short description: WordPress is a Blog tool and Weblog platform. You canyou’re your own wordpress account in seconds or install it on your own domain. Wordpress is easy to use and custmoise and one which I definelt recommend. Thers are hundreds of themes to choose from and plugin that make creating a professional blog so easy. Some of the features include password protected posts, importing, typographical niceties, multiple authors, bookmarklets, permalinks.
Homepage: http://wordpress.org/

Blogger

Short description: Blogger is easy-to-use web site, where you can quickly post thoughts; interact with people, and more.
Homepage: https://www.blogger.com/

b2evolution

Short description: A blog script featuring multiple blogs, categories/sub-categories, skins, search function, multiple languages, search engines friendly URLs.
Homepage: http://b2evolution.net/

Nucleus

Short description: A powerful blog script featuring multiple blogs, multiple authors, drafts and future posts, bookmarklets.
Homepage: http://nucleuscms.org/

pMachine Free

Short description: This is a features limited version of pMachinePro.
Homepage: http://www.pmachine.com/

If you use any other blogging platform and would like to see it listed here then please leave me a comment and I will add it to the list.

2 Comments »

How to use FileZilla in 7 Easy Steps

tagged , , , , , and

FileZilla is a fast and reliable FTP client which can be used to transfer your site files to your website.

Click here to download it now.

  1. Double click on your FileZilla icon filezilla icon from your desktop. Once you have done so, you should see the following:
    filezilla window
  2. Complete the following boxes (below the header at the top of the screen):fillezilla ftpAddress - The URL of your blog/website (don’t include http:// at the beginning)
    User - your ftp username
    Password - your ftp password
    Port - Leave Blank or enter 21 (it should by default enter this automatically)
  3. Click Quickconnect! filezilla quickconnectYou are now connected to your ftp account.
  4. Double click on the WWW directory folder located on the right hand side so that the directory is opened. If you have a registered domain on your account then the “index.html” file should be within your “www/yourdomain.com/” directory.  “index.html” will be the main page of your site.
    If you use Wordpress and have a registered domain on your account then the Wordpress files can be accessed using the following path /www/wp-content/themes/ and select your theme folder. You will find all the php, css and image files for your Wordpress site in there. For more help you can watch a demo “how to upload Wordpress plugins and templates with Filezilla“.filezilla www folder
  5. From the left hand side of the FileZilla program, you will need to search for your files on your computer in which you would like to upload to your site under “Local Site“.
  6. Highlight all of the files you wish to upload and then DRAG them over to an open area on the right hand side of the FileZilla program so that you will upload the files into an area inside your WWW directory.  PLEASE NOTE: If you are using Wordpress then you will need to upload these files into www/wp-content/themes/your theme folder.
  7. Your files will upload instantly onto your site. A message will appear at the top above the local site to let you know if the upload was successful.
  8. That’s all there is to it - EASY!If you have any questions about FileZilla or need further help, please leave a comment at the end of this post and I will respond.

Filezilla: Watch a demo to help you download, install and configure Filezilla

5 Comments »

FileZilla Video: How to upload Wordpress plugins and templates with Filezilla

tagged , , , and

This video will show you how you can use FileZilla as an FTP client to upload plugins and templates to a WordPress installation.

You need to a flashplayer enabled browser to view this YouTube video

For more help or information please leave comment.

No Comments »

How to insert Meta tags on your posts for better search engine visibility

tagged , , , , and

META tags describe the content and keywords that illustrate your blog or web content. It contains important information for search robots to use in adding your blog posts to their search indexes. Several search engines use the information within these tags as part of their algorithms.

You can download a Wordpress plugin that will automatically generate and publish Technorati Tags and HTML Meta Keywords based on the full content of your post.
Once generated, tags can be manually edited to ensure the tags are relevant to the content. Manually editing your tags is recommended because if you have written a post about Ipods and have not mentioned a term, such as “Apple” then it will not appear as a tag, so there’s an audience group that you’re possibly missing.
The plugin is called AutoMeta and it can be downloaded here

No Comments »

Top 22 WIDGET READY wordpress themes

tagged , , , , , , , , , , , , , , , , , , , , , , , and

Here is a list of the top 22 widget ready wordpress themes for you to choose and download. My favourite is the Silver Lexus downloaded 11,945 times. It’s Classy and Subtle, just like the car! 3 column widget ready liquid layout design. XHTML 1.0 Strict and optimised for Search Engines. Which is your favourie and why? You can let us know in the comments section at the end of this page.

You will see a link included to each theme’s home page as well as a download link.

The screen shots you see have been taken from the screen grabs of blogs running the specific theme.

Feel free to leave comments and recommendation of any of these themes or any that you use that you would like to see added to the list.

  1. Silver Lexus | Download
  2. silver lexus


  3. Vistererd Little | Download
  4. Vistered Little

  5. WP-Andreas | Download
  6. WP-Andreas01

  7. Cordobo Green Park | Download
  8. cordobo green park

  9. Mandigo | Download
  10. mandigo

  11. Cutline 3-Column Split | Download
  12. cutline 3-column split

  13. Tiga | Download
  14. tiga

  15. Andreas04 | Download
  16. Andreas04

  17. Light | Download
  18. light

  19. DFire | Download
  20. dfire

  21. Orange Crush | Download
  22. orange crush

  23. Black Minimailsm | Download
  24. black minimalism

  25. Glued Ideas Subtle | Download
  26. glued ideas subtle

  27. Waterlily | Download
  28. waterlily

  29. Wucoco Three Column | Download
  30. wucoco

  31. Rounded V2 Blue Edition | Download
  32. roundedv2 blue edition

  33. 1024PX | Download
  34. 1024PX

  35. FallSeason | Download
  36. fallseason

  37. Big Blue | Download
  38. big blue

  39. Talian | Download
  40. talian

  41. Pop Blue | Download
  42. pop blue

  43. Freshy | Download
  44. freshy

No Comments »

7 NEW Developer features with Wordpress 2.3

tagged , and

If you’re a developer you’ll be interested in these 7 new features:

  • Full and complete Atom 1.0 support, including the publishing protocol.
  • We’re using the new jQuery whis is “800% faster.”
  • Behind the user-facing tags system is a really kickass taxonomy system which, which adds a ton of flexibility. It’s probably the biggest schema upgrade since version 1.5.
  • The importers have been revamped to be more memory efficient, and you can now add an importer through a plugin.
  • Through hooks and filters you can now override the update system, the dashboard RSS feeds, the feed parser, and tons more than you could in 2.2.
  • The new $wpdb->prepare() way of doing SQL queries.
  • Finally there were over 351 tickets in Trac closed for this release, with over a hundred people contributing. This is the polish, the hundreds of tiny bug fixes and features that make WordPress what it is.

Before you upgrade you may want to check out our Preparing for 2.3 post.

No Comments »

5 fantastic NEW features with Wordpress 2.3

tagged , , , , , and

Version 2.3 “Dexter” of WordPress is now ready for upgrade. This release includes 5 fantastic new features:

  • Native tagging support allows you to use tags in addition to categories on your post, if you so choose. We’ve included importers for the Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags, and Bunny’s Technorati Tag plugins so if you’ve already been using a tagging plugin you can bring your data into the new system. The tagging system is also wicked-fast, so your host won’t mind.
  • Our new update notification lets you know when there is a new release of WordPress or when any of the plugins you use has an update available. It works by sending your blog URL, plugins, and version information to our new api.wordpress.org service which then compares it to the plugin database and tells you what the latest and greatest is you can use.
  • We’ve cleaned up URLs a bunch in a feature we call canonical URLs which does things like enforce your no-www preference, redirect posts with changed slugs so a link never goes bad, redirect URLs that get cut off in emails on similar to the correct post, and much more. This helps your users, and it also helps your search engine optimization, as search engines like for each page to be available in one canonical location.
  • Our new pending review feature will be great for multi-author blogs. It allows authors to submit a post for review by an editor or administrator, where before they would just have to save a draft and hope someone noticed it.
  • There is new advanced WYSIWYG functionality (we call it the kitchen sink button) that allows you to access some features of TinyMCE that were previously hidden.
1 Comment »



Resources

Categories

FREE Newsletter

Sign up TODAY and get FREE Tips every Week on Making Money on the Internet 

(required)
(required)
 

Recommended Book


      

Tag Cloud

Wordpress Blog Marketing Blogging Tips Blogging Tools and Services Advertising VoIP Blogging for Money Search Engine Optimization Adsense General

Recommended Money Makers


      Text Link Ads
      Blog Mastermind Affiliates
      AuctionAds
      Amazon Associates

Related Articles

Recent Articles

Before you buy windows xp key online buy a new CPU or spend hundreds on upgrades try these three things first. Most computer buy office 2007 online users don't often think of their registry as being a problem when trying to determine what is causing their performance issues. Again this (buying windows operating system) can be done manually through running "msconfig" or download software to do it for you. How to, buy vista license key, make my computer go faster make computer faster speed up PC computer run faster why is my computer so slow. As a buy adobe acrobat mac crucial part of the Windows operating system your computer would be unable to run Windows without a registry. So you buy windows microsoft have to take action fast. It is buy xp activation key always recommended that you try to stay away from free registry cleaners. Let us purchase office 2007 examine what this product does and whether it can fix your slow computer. If you buy dreamweaver uk install and uninstall a lot of software you may have to do it more often. It contains buy microsoft office home and student edition all data to execute commands when running software and hardware. Unless you buy microsoft project standard are a trained computer technician I do not recommend going into the registry and deleting or changing entries as you can end up causing your computer to stop functioning altogether if you are not careful.

Another important buy microsoft office student 2007 point to consider is that the tool is really meant to be used by malware removal experts or at the very least by a trained computer technician who has knowledge of the inner workings of a computer and you'll find a rather large disclaimer about this when you attempt an SDFix download. If there purchase xp downgrade is a lot of clutter in the registry the computer will have to work harder to find it which is why it ends up slowing down so much. A free, purchase xp key, scan is also available you can have a first hand look at the registry errors that are causing this particular problem. Delay means buy xp pro uk cost and cost is one thing that project leaders and owners of the company do not want to happen. It's a buy microsoft word online download tool that has been around for a few years and it is relatively good at removing certain spyware and adware infections but before you go ahead and download SDFix there are some critical facts you need to know about. and in buy adobe photoshop cs4 upgrade order for your computer to be able to run properly and perform tasks efficiently the registry needs to be in tip top shape. There are buy adobe premiere pro essentially three main parts to this virus that must be removed. The registry buy microsoft windows online is an extremely sophisticated and sensitive area. If you buy indesign cs3 are growing tired of your slow PC performance then it could be that it is time to consider checking the Windows registry for obsolete data and invalid entries. But how buy windows license online do you get this nasty virus off your system. Make sure buy photoshop cs2 mac you download software that can perform deep scans and detect files like DLL's and registry entries. Projects cannot purchase adobe photoshop cs3 be avoided especially if you want the company to deliver better services with a faster turn around time. Once these purchase vista upgrade files have been removed your computer performance will be a lot better and it will be able to perform tasks more effectively. A deep purchase windows xp professional license scan will go through the entire registry and remove any files that are not needed. When is buy vista key online the last time you did. But on, buy windows cd key, top of that the top registry cleaners will also optimize and defragment your registry much in the same manner you can defragment your disk drives. You may buy windows xp 2008 also wonder how the best registry cleaners can be quite so cost effective but this is actually quite straightforward. Want to buy windows 2000 professional know how to fix Internet Explorer so that it doesn't freeze up. Heck most purchase microsoft office 2007 license users aren't even sure what the registry is let alone how to fix it. Click below purchase windows operating system for a free scan using the absolute best spyware remover on the market today. In this buy autocad lt article we will explain what a registry cleaner is but also answer the question "what kind of files will a registry cleaner remove. There are buy windows vista student edition many registry cleaners available some you must buy and others are free the question of course is which registry cleaner should you choose. For those buy microsoft office professional 2007 of us working in the computer security industry we knew it was only a matter of time. For most buy visual studio 2008 india people clearing out the registry every six months is a good enough. So if buy windows xp setup cd you feel that your project and your team members are running in circles consider document version control software. Once these buy adobe acrobat cheap files have been removed your computer performance will be a lot better and it will be able to perform tasks more effectively. What makes buy adobe photoshop for vista spyware and viruses different.