Categories
- Blogging Tips (1)
- Blogging Tutorial (2)
- SEO (1)
- Snippets (1)
- Wordpress News (4)
- WordPress Plugins (1)
- WordPress Themes (1)
- WordPress Tips (2)
- WordPress Tutorial (3)
-
Recent Posts
Author Archives: Administrator
Убираем %category% из урл
Чтобы убрать %category% из урл, достаточно добавить хук на get_header: add_action(‘get_header’, ‘my_header’); function my_header() { global $wp_rewrite; $wp_rewrite->category_structure = ‘/%category%’; } можно прописать в файле functions.php в папке темы UPD: На WordPress версии 3.1.1 и 3.2.1 предыдущий код не работает, … Continue reading
Lists of Your Favorite WordPress Plugins
Lorelle has been collecting list of favorite WordPress Plugins for more than a year. She has made quite a list. So if you want to know what other fellow blogers think about which plugin is favorable addition for your blog, check the list.
Posted in WordPress Plugins
Leave a comment
Akon theme

“There’s a new theme in town and it goes by the name of Akon. Named after one of my favorite hip-hop and R&B singers, the design goal of Akon is to be clean, simple and functional. Akon’s professional design will set your blog apart and help you on your way to becoming a publishing powerhouse.”
Get the theme at http://www.kineda.com/akon/
Posted in WordPress Themes
Leave a comment
Get to the point or die!
When writing content for you blog always remember to introduce what your article is about. Start with an one to two sentence introduction or your thesis. Many readers tend not to read articles if they don’t know what they are about.
So, how to grab attention and imagination of your readers? [Read more →]
Posted in Blogging Tips
Leave a comment
Before you Start Developing your Website
Tim Nash wrote an article on Reputation Management (exposure, branding, perception). I find his article quite interesting. If you are serious with your website, then you should read it.
Go on and check his article if you are new to SEO practices: Before you start developing your Website
Posted in SEO
Leave a comment
7 Essential WordPress Hacks Series
There is no doubt WordPress is high-quality blogging software. But if you tweak it a little bit, you can improve some of the down sides and add some new features to it.
Check out 7 Essential WordPress Hacks Series.
Posted in Blogging Tutorial
Leave a comment
Tutorial on blogging
This tutorial will show you how to start blogging on WordPress.com. It is also useful for those who will have their own installations of WordPress blogging software.
In tutorial you will learn how to get a blog at WordPress.com, how to setup some features on the blog and, of course, you will get some basic ideas about blogging.
Posted in Blogging Tutorial
Leave a comment
How to install WordPress
Installing WordPress is easy and straightforward. Te bigger question is why wouldn’t you get a free account at WordPress.com and start blogging in seconds. Maybe you figured out that having your own website is what you need or building website is something you enjoy.
So, how to install WordPress?
At first you have to get a webhosting package and a domain name. Then read installation instructions at WordPress codex. You can also watch visual tutorial.
If you got it right you have now a working WordPress blog.
WordPress 2.0 and above comes with the Akismet plugin that is the best thing you can use against spam. Go to WordPress.com and create an account (just account not blog) to get Akismet API key. Activate Akismet plugin on your blog and type Akismet number you got when you created account at WordPress.com.
If you have your own way of installing WordPress I would like to hear it from you. Continue reading
Posted in WordPress Tips
Leave a comment