How to Allow and Approve Comments in Wordpress

tagged , , , and

How to allow comments in Wordpress

You can allow comments from the Write Post section we discussed in the previous tutorial (How to start writing posts in Wordpress)

On the Write Post section you will see a box title “Discussion” on the right side column just below categories. You can choose to allow comments. If you want visitors to your site to post comments then make sure this is checked.
Tip: With the comments feature I use the really cool plugin called “MyAvatars. This plugin allows you to add MyBlogLog.com avatars to Wordpress comments. You can see a demo of this here on the comments section.

You can manage comments further by going to Options-> Discussion from the navigation menu. This is where you can manage if comments are allowed, and what constitutes Spam. On this section you can also set the option of having an email sent to you whenever anyone posts a comments or whenever a comment is held for moderation.

If you do make any changes here then don’t forget to click the “Update” button at the bottom of the page otherwise your changes won’t be saved.

How to approve comments in Wordpress

Whenever someone adds comments to your site it will require approval first. To approve a comment for the guidelines below:

  1. Login to your Word Press administration panel
  2. Select Comments-> Awaiting Moderation from the navigation menu
  3. It will tell you in brackets how many comments are waiting for you to moderate
  4. As soon as your comments have been approved they will appear live on the site.
     

Go back to: Wordpress for Dummies

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 »

How to Customize Wordpress Sidebar

tagged , , and

  1. Login to your Wordpress administration panel
  2. Select Presentation ->Theme Editor from the navigation menu
  3. On the Theme Editor page, you will see a list of “theme files” to the right of the page. Select the “sidebar” (sidebar.php).
  4. From here you can remove any unwanted sidebar widgets you don’t want to appear on you side bar, for example if you want to delete meta, then all you have to do is find the line that reads</li>
     <li id=”meta”><?php _e(’Meta:’); ?> or something similar and delete everything from there onwards to the last line that ends with <?php wp_meta(); ?>
     </ul>

NOTE: If you cannot save your changes, i.e there is no save or update button to do so and you see this message at the bottom of the screen “If this file were writable you could edit it”, It means you do not have the correct file permissions. To fix this problem you nee to chmod -777 wp-content/whatever-your-theme-is. Make sure the individual files are set and not just the folder.
As an alternative to theme editor you could consider using any FTP client like smartftp or FileZilla to edit, delete and upload files. It’s very easy to use, all you have to do is right click on a file name, click on View/Edit and the file is opened in a local editor such as Notepad or textpad. Make the changes, save the template and upload the file back and your done.

Go back to:Wordpress for Dummies

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

1 Comment »

How to change the Theme of your Wordpress site

tagged , , and

  1. Go to Themes.Wordpress.net, the official theme directory
  2. Using the sorting options on the left hand side, choose a theme of your choice and preference.
  3. Once you have selected a theme for your website you need to download it. To download the theme you will see a link called “download” you need to click that link
  4. The file download dialogue box will appear
  5. Click save
  6. The save as window will appear. Selected the directory and folder you wish to save the zip file to and then click save
  7. You now need to unzip the folder. To do this go to windows explorer and go to where you saved the zip file.
  8. Right click the zip file and extract the file.
  9. Now using your ftp program or file Manager in Cpanel, upload the theme folder to your /www/wp-content/themes
  10. Once that’s done Login to your Wordpress administration panel
  11. Select Presentation from the navigation menu
  12. You will see the current theme along with list of available themes as well as the theme you downloadedwordpress_theme
  13. Simply select the theme with the click of a mouse button and that’s it. You new theme is activated in seconds.
  14. There is an option to view site in the top left hand corner if you want to see what your site looks like now.

Proceed to: How to change the weblog title and tag line
Go back to:Wordpress for Dummies

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 »

How to install Wordpress via your hosting Cpanel using the option Fantastico

tagged , , , , and

what is Wordpress?

Wordpress is a powerful Open Source blogging application. It is one of the most popular and favorite webloggging software because it provides so many features, themes and plugins and best of all, it is free to download and use. This tutorial assumes you already have a web hosting and a domain name ready. If you don’t then I can recommend oxynic.com. This blog is hosted with them.With Wordpress you can easily customize the look abd feel of your website as there are hundreds of Wordpress themes available to choose from. Wordpress has a user friendly administration panel that you simply need to log into when you write a new post and publish it on your website.

So lets get started

  1. Go to your Cpanel and click “fantastico” under preinstalled scripts. This will take you to the Fantastic page.fantastico
  2. On the left hand side you will see a list of scripts available to you. Find Wordpress under Blogs and click it.wordpress
  3. Click on New Installationnewinstallation
  4. Complete all the boxes as follows:
    Install on domain: your domain will be filled in by default. This means that Wordpress will be installed in the root directory of the domain. Do not change this.
    Install in directory: leave blank unless you want to install Wordpress in a directory for example http://domain name/directory name. All you need to do is enter the directory name in the box and it will be automatically created for you.Admin access data
    Administrator-username : you need this to enter Wordpress admin panel
    Password you need this to enter Wordpress admin panelBase configuration
    Admin nickname : choose any nickname of your choice, you will be welcomed to Wordpress with this name, Not mandatory.
    Admin e-mail (your email address) : enter your email address, this s should be auto entered
    Site name : this should be your domain name by default. You can leave as is
    Description : Enter a description about your site. Not mandatoryE-mail account configuration
    E-mail account username :choose a username
    E-mail account password : choose a password
    POP/SMTP server : leave as the default option
    POP/SMTP server port : leave as the default setting
  5. Click Install Wordpress
  6. You will be presented with the following message
    Install Wordpress (2/3)The MySQL database and MySQL user tutorial_wrdp1 will be created and used for this installation.
    - You chose to install in the main directory of the domain tutorial.bloggerholic.com.
    - The access URL will be:
    http://tutorial.bloggerholic.com/
    .
    Click on Finish installation to continue.
  7. Click in Finish Installation to continue
  8. That’s it the installation is done, how easy was that!

Proceed to: How to change the Theme of your Wordpress site
Go back to:Wordpress for Dummies

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

2 Comments »

How to change the weblog title and tag line

tagged , , and

This is very easy to do.

  1. Login to your Wordpress administration panel
  2. Select Options
  3. Change the weblog title and enter a tag line if you wish otherwise leave blank
  4. Go to the bottom of the page and click “update options”

Proceed to: How to create categories
Go back to:Wordpress for Dummies

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 »

Wordpress for Dummies

tagged , and

There are many new bloggers out there that may be wanting to know how they get started blogging. I decided to write these articles to help those people so I’ll be walking you through how to join the fastest-growing and most popular free blogging service on the internet - Wordpress. This tutorial covers everything a beginner needs to know from setting up a blog to managing it.

Becoming a blogger is really easy and can take less than 30 minutes to set up and establish. Anyone can make one it really is very easy to do.

Enjoy the articles I have written and feel free to comment on them and make any suggestions that would improve these article.

Wordpress for Dummies is written in a 3 part tutorial.

Wordpress for dummies part 1

Wordpress for dummies part 2

Wordpress for dummies part 3

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 »



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.