Wordpress е една от най-добрите платформи за блогване и има много повече възможности от Blogger, но в тази статия няма да избирам коя е по-добра, а ще покажа 5 плъгина които наистина вършат чудесна работа за Wordpress блог. Нека ги видим:
SEO Блог на Пано Кондоянис, посветен на SEO оптимизация, уеб дизайн и Интернет технологии.
Показват се публикациите с етикет Wordpress. Показване на всички публикации
Показват се публикациите с етикет Wordpress. Показване на всички публикации
28.10.2012 г.
22.08.2012 г.
7 Wordpress Framework
Със сигурност тези framework за wordpress теми могат да помогнат за изграждането на по-хубав сайт. Те могат да бъдат фундамента върху когото ще се изгради новия сайт. Особено за млади дизайнери могат да бъдат и пътеводител за какво е usability и как трябва да изглежда един сайт за да се нарече професионално направен.
17.07.2012 г.
Instant WordPress for local testing
Има един сайт Instant WordPress който ти дава възможност ползвайки софтуера му да създадеш един истински и работещ сайт, или блог на платформата Wordpress и да го тестваш докато решиш да го качиш на твой хостинг. Професионалните уеб дизайнери винаги търсят решения за да могат да тестват промените които нанасят в клинетските сайтове. И този продукт е решение което може да ти бъде само от полза.
22.06.2011 г.
Installing WordPress Locally under Windows XP
Installing WordPress Locally Under Windows XP
In the past few weeks, I’ve tested a few blogging platforms for the upcoming launch of Geeksaresexy.net, and right now, I hesitate between 2 alternatives: WordPress and Textpattern. I’ll be fooling around with both in coming weeks to familiarize myself with them. I have now been running WordPress for a week or so, and I must say that I am quite impressed by its ease of installation. Running a local version of your blog is very useful because it lets you fool around with themes and plugins to your heart’s desire without having to risk breaking your live blog.
Here’s a little guide that will help you install and run WordPress locally on your XP box in less then 10 minutes:
1- Get XAMPP lite for Windows. Choose the exe version, and install it at the root of your C drive.
2- Browse to C:\xampplite and double click setup_xampp.bat
3- Once that is done, double click xampp-control.exe and start the Apache and Mysql services.
4- Open your browser and go to this address: http://localhost/. From the menu on the left column, choose your preferred language.
5- Now that the interface displays a language that you can understand, click on phpMyAdmin (on the left column once again)
6- Enter “wordpress” (without quotes) in the “Create New Database” Field, and select utf8_unicode_ci in the drop down box in the next field (as shown in the picture below). Click on Create. The Xampp setup is now complete.
7- Download WordPress and unzip it under c:\xampplite\htdocs.
8- You should now have a wordpress folder under c:\xampplite\htdocs. Browse to the folder, and you will see a file named wp-config-sample.php. Open it in your favourite text editor and replace the default values by the ones you see under this paragraph. Save the file as wp-config.php (under the same folder).
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘root’); // Your MySQL username
define(‘DB_PASSWORD’, ”); // …and password (needs to be empty, just for local install)
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
9- Open your browser and navigate to http://localhost/wordpress/wp-admin/install.php , follow the instructions, and voila, you are done.
That was easy wasn’t it?
source:
In the past few weeks, I’ve tested a few blogging platforms for the upcoming launch of Geeksaresexy.net, and right now, I hesitate between 2 alternatives: WordPress and Textpattern. I’ll be fooling around with both in coming weeks to familiarize myself with them. I have now been running WordPress for a week or so, and I must say that I am quite impressed by its ease of installation. Running a local version of your blog is very useful because it lets you fool around with themes and plugins to your heart’s desire without having to risk breaking your live blog.
Here’s a little guide that will help you install and run WordPress locally on your XP box in less then 10 minutes:
1- Get XAMPP lite for Windows. Choose the exe version, and install it at the root of your C drive.
2- Browse to C:\xampplite and double click setup_xampp.bat
3- Once that is done, double click xampp-control.exe and start the Apache and Mysql services.
4- Open your browser and go to this address: http://localhost/. From the menu on the left column, choose your preferred language.
5- Now that the interface displays a language that you can understand, click on phpMyAdmin (on the left column once again)
6- Enter “wordpress” (without quotes) in the “Create New Database” Field, and select utf8_unicode_ci in the drop down box in the next field (as shown in the picture below). Click on Create. The Xampp setup is now complete.
7- Download WordPress and unzip it under c:\xampplite\htdocs.
8- You should now have a wordpress folder under c:\xampplite\htdocs. Browse to the folder, and you will see a file named wp-config-sample.php. Open it in your favourite text editor and replace the default values by the ones you see under this paragraph. Save the file as wp-config.php (under the same folder).
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘root’); // Your MySQL username
define(‘DB_PASSWORD’, ”); // …and password (needs to be empty, just for local install)
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
9- Open your browser and navigate to http://localhost/wordpress/wp-admin/install.php , follow the instructions, and voila, you are done.
That was easy wasn’t it?
source:
Convert a local wordpress XAMPP installation into a live site
I recently found this quick and easy tutorial on installing XAMPP Lite locally on Windows XP. This provides a great environment for testing and developing WordPress websites from your PC. The next logical step is converting this nice local installation into a live site as quickly and easily as possible. I found some excellent instructions from The Tamba2 WordPress Guides. These guides contain almost all the information used in this tutorial. I really just combined a bunch of the provided information to accomplish this specific task. I put all the instructions together here in a quick, and (hopefully) easy to follow tutorial. Let’s get started.
First, we need to export your local XAMPP MySQL database. While XAMPP is running, navigate to
Make sure you check the “save as file” box and then click the go button in the lower right. This will create an .sql file for us to import later. Remember where it is saved.

You should now see a list with a column showing all of the option_name values: siteurl, blogname, blogdescription, etc. You need to change two of them. The first is the very first option, siteurl. Click the little pen button on the left side of the siteurl table row. It is directly to the left of the big red X. You should now see something similar to this:

Type your new blog URL in the big text box. Important: Make sure you do not add a forward slash
Click Go.
Your siteurl row should now display your new blog URL instead of localhost or whatever IP address it was showing before.
Now you must repeat this same exact operation on a different option row with the option_name of home. You may have to use the pagination to view the second page of option rows to find it. It is option_id #39 on a normal WordPress install.
Your new database is now ready to go, exit PHPMyAdmin.
Open up your
Save and close
Upload the ENTIRE contents of your local WordPress folder to the new location on your webserver. This new locationshould must be the same one you used in the first part of this tutorial when changing the siteurl and home values in phpMyAdmin. This is important. If the locations are different, it will not work.
Your done, navigate to your new “live” WordPress powered website and enjoy.
Note: If you want to continue using your local installation you can keep your updated
//*Set Path
Export Your Database
http://localhost/phpMyAdmin/. Next, click on the database name you want to export in the menu on the left. Your database tables should be displayed and you should see some tabs running across the top. Click the export tab at the top.Make sure you check the “save as file” box and then click the go button in the lower right. This will create an .sql file for us to import later. Remember where it is saved.
The Import
- Log in to your hosting account or your webserver and create a new MySQL database for WordPress, call it whatever you want.
- Once you have created your new database, find PHPMyAdmin, and open it.
- Click the name of the database you just created from the dropdown menu.
- At the top of the screen it should say “Server: your_server(probably localhost) Database: your_database_name”
- Click the Import Tab.
- Now click the Browse Button and browse to the location where you saved your *.sql file in the first part of the tutorial.
- Click Go at the bottom.
- You should get a message at the top stating: “Import has been successfully finished, XXX queries executed.”
A couple quick changes
Now we need to make a couple quick changes to the database. Click on the Structure tab at the top and then click the little picture in the wp-options row as seen below.You should now see a list with a column showing all of the option_name values: siteurl, blogname, blogdescription, etc. You need to change two of them. The first is the very first option, siteurl. Click the little pen button on the left side of the siteurl table row. It is directly to the left of the big red X. You should now see something similar to this:
Type your new blog URL in the big text box. Important: Make sure you do not add a forward slash
/ at the end of the URL.Click Go.
Your siteurl row should now display your new blog URL instead of localhost or whatever IP address it was showing before.
Now you must repeat this same exact operation on a different option row with the option_name of home. You may have to use the pagination to view the second page of option rows to find it. It is option_id #39 on a normal WordPress install.
Your new database is now ready to go, exit PHPMyAdmin.
Edit, Upload, and Go!
Browse to your local WordPress installation.Open up your
wp-config.php file and input the MySQL details (username, password, etc.) of the new database you created in the previous step.Save and close
wp-config.php.Upload the ENTIRE contents of your local WordPress folder to the new location on your webserver. This new location
Your done, navigate to your new “live” WordPress powered website and enjoy.
Note: If you want to continue using your local installation you can keep your updated
wp_config.php file and add the following lines of code to your local version of the file(this will override the two option values we changed earlier in phpMyAdmin)://*Set Path
define('WP_HOME', 'http://localhost' );
define('WP_SITEURL', 'http://localhost');
source:20.06.2011 г.
SEO
Изучавам и харесвам да работя с CMS WordPress, Drupal, Joomla, Opencart.
Следя тенденциите в Интернет относно оптимизирането на уеб сайтове за Google.gr и Google.bg (SEO), както и за Bing (DEO) decision engine, и се опитвам да ги прилагам. Изработвам и оптимизирам уеб сайтове, извършвам преводи на гръцки език.
Услуги:
Професионален превод на гръцки език
уеб дизайн – изработване на индивидуален сайт
редизайн на сайт - промени в съществуващ сайт
поддържане на уеб сайт с абонамент
задвиждане на сайта или блога с Wordpess, Drupal, Joomla
изработка на е-магазин с платформата Opencart
site submit в (български, гръцки директории)
опимизация за търсачките (SEO) (google.bg, google.gr)
социален маркетинг в всички социални мрежи (български, гръцки)
Превод и администриране на уеб сайт ( български, гръцки)
Регистрация на Хостинг и Домейн от ХОСТ БЪЛГАРИЯ

Следя тенденциите в Интернет относно оптимизирането на уеб сайтове за Google.gr и Google.bg (SEO), както и за Bing (DEO) decision engine, и се опитвам да ги прилагам. Изработвам и оптимизирам уеб сайтове, извършвам преводи на гръцки език.
Услуги:
Професионален превод на гръцки език
уеб дизайн – изработване на индивидуален сайт
редизайн на сайт - промени в съществуващ сайт
поддържане на уеб сайт с абонамент
задвиждане на сайта или блога с Wordpess, Drupal, Joomla
изработка на е-магазин с платформата Opencart
site submit в (български, гръцки директории)
опимизация за търсачките (SEO) (google.bg, google.gr)
социален маркетинг в всички социални мрежи (български, гръцки)
Превод и администриране на уеб сайт ( български, гръцки)
Регистрация на Хостинг и Домейн от ХОСТ БЪЛГАРИЯ
15.06.2011 г.
Чиста инсталация на WordPress
- Как се прави чиста инсталация на Wordpress?
- Изтеглете и разархвирайте най-новата версия на WordPress от http://wordpress.org, или българската версия от http://bg.wordpress.org.
- В cpanel на хостинга Ви създайте база от данни в MySQL, както и потребител, който има право да чете и да пише в тази база от данни.
- Преименувайте файла wp-config-sample.php на wp-config.php.
13.06.2011 г.
Как да сложим Wordpress сайта си в режим "maintenance"?
Maintenance mode in wordpress!
Когато искате да направите някакви промени по сайта си и не желаете посететелите да гледат докато Вие работите, може да направите така че на тях да им се изписва едно съобщение като " В момента сайта е в ремонт, елате по-късно" или нещо подобно.
Ετικέτες
Maintenance,
Wordpress
19.12.2010 г.
Recommended SEO Plugins
Може да ползвате следните SEO plugins за Wordpress, за да подобрите оптимизирането на сайта Ви, и така той да се придвижи на предни позиции в търсачките.
* SEO Smart Links автоматично линква ключовите думи и фрази в статиите и коментарите със съответните статии, категории, страници и тагове в блога Ви.
* Google XML Sitemap генерира един XML sitemap който помага на търсачките да индексират по-добре блога Ви.
* Redirection за по лесно 301 redirections и 404 errors без знания по Apache .htaccess files.
* Broken Links Checker ни информира за счупени линкове при статии и коментари
* Joost’s WordPress SEO е решение "всичко в едно" SEO titles, meta descriptions, XML sitemaps, breadcrumbs и много други глезотийки.
SEO blog
Wordpress tip
Много plugins които се използват в Wordpress имат само php file и предоставят директен достъп, но това може да е евентуален проблем със сигурността на платформата. Този tip предотвратява директен достъп до plugin файловете.
Сложете следният код в .htaccess file, като преди това не забравяйте да направите backup, както и отварящи и затварящи тагове. ;-)
files ~ "\.(js|css)$">
order allow,deny
allow from all
Files
Резултата е да се показва HTTP 403 Error (Forbidden) на всеки който се опитва
да има достъп до файлове различни от .css или .js.
18.12.2010 г.
Wordpress hack: Премахни спам линкове от коментарите
В блоговете се пише и се коментира написаното. Всеки е свободен да изрази мнение и да остави един линк. (с цел оптимизация ;-). Стига мнението му да е смислено и да помага развиетието на блога.
Никой не иска блога му да се напълни със спам или тролове (troll - лице, което умишлено се опитва да наруши една общност или да привлече вниманието чрез провокативни съобщения) които да му съсипят блога.
Ако ползвате Wordpress платформата за да управлявате блога си, може да пробвате този начин за намаляване на спама.
Отворете functions.php файла и сложете следният код:
remove_filter('comment_text', 'make_clickable', 9);bye bye to spammy links ;-)
SEO blog
18.05.2010 г.
5 превъзходни Wordpress теми
Мина доста време от предишната ни статия относно безплатните уеб ресурси в интернет като темплейти, шрифтове, менюта и т.н и днес реших да ви споделя 5 превъзходни безплатни wordpress темплейта.
Dilectio [ Demo ]
Illacrimo [ Demo ]
Gossip City [ Demo ]
xPlosive Reloaded [ Demo ]
logging Pro Theme [ Demo ]
Всички тези теми можете да свалите напълно безплатно от официалната страница за темплейти на Wordpress. :)
Ετικέτες
Уеб Дизайн,
Wordpress
Абонамент за:
Публикации (Atom)

