Tag Archives | Admin Panel

Become a WordPress Pro

Become a WordPress Pro

WordPress is my website platform of choice nowadays. I find it extremely easy to use and with so many templates or themes to choose from and I do not need to ever hire a web designer.

Add a few SEO plugins and you really have a powerful website. Yes, I said website. I use WordPress as a blogging platform and also as a website.

What I try to do is look through the thousands of templates until I find a theme that looks more like a static site. Then I go into the CSS and customize is just a little to make the theme a little different then the original.

When I want to add content I usually use the page feature. I add my content to a page instead of a post. Maybe each of my sites will have ten or 15 content pages. Then I go into the Options>Reading panel in the Administration area and change one of my pages to a static front page. And presto. I have a nice static website.

Now, if I want to also add a blog on the site, I will just post normally and I have a combination website and blog all rolled into one. The really nice advantage is that I can update anything instantly and I don’t need a html editor. I like this feature because I travel a lot and sometimes use other computers instead of my own. With WordPress I always have a way to update my web sites fast and easy.

For those that don’t know how to set up a WordPress site it is very easy. All you need to do is go to your cPanel of your website. Scroll to the bottom and select the smiling icon called “”fantastico””.

Select WordPress from the navigation bar on the left and then select install. Fill in the data fields which consist of your administration name and password, the name of your website and a short description. All this can be changed in the WordPress Admin Panel once the site is live. Click the install WordPress button and you have your very own WordPress site.

Now all you need to do is add some content and you will have a great professional looking website that would have taking you a lot longer to build if you had to do it in html and especially if you are not skilled with coding.

0

How to Make WordPress Themes2

How to Make WordPress Themes

Many blogger swear by WordPress as the best platform for blogs, websites and content platforms to publish content, pictures, videos etc. Though popular for blog, people are using WordPress as a Content Management System (CMS). WordPress is open source and the best thing that makes it an absolute favorite with web developers and bloggers is that you can incorporate plugins effortlessly from your WordPress admin panel. You can get these plugins by doing a simple Google search or through the official WordPress site.

You may have seen several WordPress themes and may feel that even you can develop such theme. For those who want to know how to make a WordPress theme, here are some pointers:

1. Designing a theme does require hard work and patience. It is always better to know html or php and the good thing is there are many resources online that can tell you how to learn them.

2. Go to an html and php tutorial website online and find how to use tags, codes and plug-ins. If you are a novice, go to a tutorial site that shows you to build a WP theme right from the beginning teaching you the basics of html and CSS. For those who already know these, you can also go to tutorial sites that show you how to build themes assuming you know these two programming languages.

3. HTML is the most important language, which is absolutely necessary needed to make WordPress theme. So make sure you learn those basic HTML commands and coding. You can make use of Microsoft Frontpage or even Dreamweaver to experiment with HTML codes.

4. Styling a webpage and jazzing it up is the next thing to do after you become familiar with html functionalities. This is where your CSS(Cascading Style Sheets) knowledge come in. When you know CSS, you will know how to make a stylish WordPress theme with colors, fonts, pictures etc.

To sum up, in order to know how to make a WordPress theme, you have to know to create the CSS template which is nothing but HTML and CSS combined. In other words, this is an HTML page stylishly done with CSS. So learn the four following things to make an attractive WordPress theme, yourself:

1. Gain knowledge about using HTML codes and tags2. Learn CSS3. Use the above two to create the CSS layout.4. Convert this CSS layout to form an attractive WordPress theme.

0

How to Create a WordPress Theme1

How to Create a WordPress Theme

As most bloggers know, WordPress is an amazing platform for blogs, personal sites, businesses and portfolios to publish content, news, pictures and anything it comes to your mind. It’s very powerful and nowadays, it’s not just for blogs, most people are using it as a CMS (Content Management System). WordPress is for free & incredibly secure! It’s open source and one of the best thing about it, is that you can integrate plugins very easily from your WordPress admin panel. You can search for plugins all over the web, in the WordPress official website (WordPress.org) or anywhere else.

Designing a theme can be a hard task, specially because you can get a bit lost if you know nothing about html or php, but it’s definitely not impossible. With patience and perseverance anything is possible.

Looking around the web you can find several interesting tutorials, very useful and easy to understand, they guide you step by step on how to use the codes and tags, but very few of them are precise about what it takes to build a WordPress theme from scratch and what you need to know beforehand. They usually assume you already know about html and CSS.

First of all, you need to understand how HTML works. HTML is essential to learn how to create a WordPress theme. You need to find a way to learn and get familiar with the basic html tags and commands. Use Dreamweaver or Microsoft Frontpage to play around a bit and get used to the html structure. Without HTML, you are completely lost, because you are going to deal with a lot of coding! Simply Google and key something like this “”learn html from scratch””, “”html for begginers””, “”html for newbies””, “”html step by step””.

After learning the basic html tags and functions, you need to learn how to style a webpage, that is to say, in other words, you need to learn CSS (Cascading Style Sheets ). Learning how to Style an html page will allow you to style a WordPress theme, with pics, colors, font sizes, etc.

Why is this so important? HTML + CSS = CSS TEMPLATE. In order to build a WordPress theme, we need to create an HTML CSS layout first. It is the easiest way to build a WordPress Theme. That would be an html page styled using CSS. As we already mentioned before, with CSS you can control the different font sizes, font styles, colors, layer positions, margins, etc.

Once you’ve created a CSS template, THEN you will be able to easily convert it to a WordPress Theme.

So, to sum up the first phase:

1- Learn html. 2- Learn CSS. 3- Create a CSS Layout. 4- Convert the CSS Layout to a fully functional WordPress Theme.

Remember it’s a process that takes time but it’s definitely worth it if you aim to work freelance to make some extra money! don’t be afraid, use Google and search for tutorials, play around with Dreamweaver, and you’ll be able to create a WordPress theme!

0

How to Make WordPress Themes

How to Make WordPress Themes

Many blogger swear by WordPress as the best platform for blogs, websites and content platforms to publish content, pictures, videos etc. Though popular for blog, people are using WordPress as a Content Management System (CMS). WordPress is open source and the best thing that makes it an absolute favorite with web developers and bloggers is that you can incorporate plugins effortlessly from your WordPress admin panel. You can get these plugins by doing a simple Google search or through the official WordPress site.

You may have seen several WordPress themes and may feel that even you can develop such theme. For those who want to know how to make a WordPress theme, here are some pointers:

1. Designing a theme does require hard work and patience. It is always better to know html or php and the good thing is there are many resources online that can tell you how to learn them.

2. Go to an html and php tutorial website online and find how to use tags, codes and plug-ins. If you are a novice, go to a tutorial site that shows you to build a WP theme right from the beginning teaching you the basics of html and CSS. For those who already know these, you can also go to tutorial sites that show you how to build themes assuming you know these two programming languages.

3. HTML is the most important language, which is absolutely necessary needed to make WordPress theme. So make sure you learn those basic HTML commands and coding. You can make use of Microsoft Frontpage or even Dreamweaver to experiment with HTML codes.

4. Styling a webpage and jazzing it up is the next thing to do after you become familiar with html functionalities. This is where your CSS(Cascading Style Sheets) knowledge come in. When you know CSS, you will know how to make a stylish WordPress theme with colors, fonts, pictures etc.

To sum up, in order to know how to make a WordPress theme, you have to know to create the CSS template which is nothing but HTML and CSS combined. In other words, this is an HTML page stylishly done with CSS. So learn the four following things to make an attractive WordPress theme, yourself:

1. Gain knowledge about using HTML codes and tags2. Learn CSS3. Use the above two to create the CSS layout.4. Convert this CSS layout to form an attractive WordPress theme.

0

How to Install WordPress Themes

How to Install WordPress Themes

One of the most popular CMS systems going around the world today is WordPress. Much of it’s success is down to ease of use, and how beginner friendly the whole platform is. This ease of use also extends to installing WordPress themes, but sometimes you need a bit of a hand.

Starting from WordPress Version 2.7 onwards. You can now install WordPress themes straight from your admin section. Once logged in into the backend, go Appearance –> Add Themes. From here you can search through WordPress own back catalogue of templates. After choosing one it is just a few simple clicks and follow the steps to install it.

However you may not always be able to find the template you are looking for through this catalogue. Often it is hard to gauge just how well it will look on your site from a tiny thumbnail. In instances like this you can surf around the web looking for free WordPress themes.

Once you find a theme you like, you will need to download it to your own PC. It will likely be in either RAR or ZIP format, so you will need a unzipping tool. WinRar is free to download if the file has a.rar extension. Once unpackaged, you will need to FTP/Upload the files to your own webhost. Most webhosts put your files into the “”public_html”” folder so that is a good place to start. If your WordPress installation is in the root directory, you should be in the right place instantly on connection, otherwise you will need to navigate through the folders.

You then need to navigate through to the themes folder. The directory tree goes something like: public_html –> *WordPress installation folder* –> wp-content –>themes.

You can upload your unpackaged theme to this folder.

Then it is is a matter of logging back into your admin panel. Going Appearance –> Themes and activating your new theme. If on this screen you cannot see a thumbnail picture of the the theme you just uploaded. Try doing a refresh of the page by pressing f5 on your keyboard. If it still doesn’t show, make sure that when you uploaded the new theme, that it was placed into it’s own folder. If this still doesn’t resolve the problem you may have downloaded a dud package and you can either try downloading it again, or finding another theme.

Learning how to install WordPress themes just becomes second nature after a while. Especially once you work out the WordPress directory structure. Plus don’t forget that once you settle on a nice looking theme, you rarely change it again!

0

Top 5 SEO WordPress Plugins

WordPressLapdance.com Top 5 SEO WordPress Plugins If you have browsed through the plug in section of your WordPress admin panel, you’ll know there is thousands of useful plug ins to help improve your site front end and back end. Here we’re going to look at the tools that can help you with your SEO, we all know Google loves WordPress, but how can we get even more out of our blogg? 1.All In One SEO Pack This plug in is a complete out of the box SEO feature for your blogg. It allows you to add and edit all the meta information for your blogg posts, including title, description, keywords. This is an extremely important plug in. 2.Evermore This little plug in will abbreviate your posts when listed on pages other than the actual post page. As to stop Google from seeing duplicate data, which Google do not like. Also smartens up your blogg, don’t want whole posts on every single page! 3.Google XML Sitemaps This is a excellent plug in, once manually uploaded once (which is encouraged and easy to do) it will update your Google sitemaps whenever you write a new post, so you don’t have to upload a new xml sitemap for Google to find your pages. 4.Robots Meta This plug in allows you to pick and choose which posts are ‘do follow’ and ‘no follow’. Really useful to make sure your posts are set up to be picked up by Google spiders. Some blogg templates by default for some reason seem to be ‘no follow’, so if you don’t want to be digging around through code, this is for you. 5.WP Google

0

Easy WordPress Plugin Installation Tip

www.blogsuccess.com Quick video showing how easy it is to find and install killer WordPress plugins right from your WordPress Admin panel. Full access to the WordPress Plugins database is now available in the latest version of WordPress. Installing plugins couldn’t be easier and testing plugins to see if you want to use them or not couldn’t be easier either. More blog how-to tips at http

1