May 16
The default WordPress permalink structure is not very SEO friendly as they looks like some “domain.com/?p=123″ URL format.
From the SEO point of view most likely the “domain.com/postname” alone or the “domain.com/category/postname” URL formats are the best choice.
/%category%/%postname%/
I recently use the “Pretty Permalinks” option which gives the “domain.com/2008/05/16/postname” URL format. I don’t change my site permalink format, because i started the blog with this option for better readability.
May 11
This is an example how to insert a flash video to the post using the WordTube Plugin. First the video must be uploaded or a reference url link must be given to some externally hosted media content. You can modify these settings under the WordPress > Manage > Media Center.
May 02
Az alábbiakban leírom, hogyan sikerült telepítenem a WordPress mostani legfrissebb 2.5-ös verzióját.
- Egy kattintással automatikusan feltelepítettem a kollokációs szerverünkön a standard angol WordPress 2.2.3 verziót.
- Csatlakoztam FTP-vel a webhelyemhez az állományok frissítéséhez (Nekem pl. Windows rendszer alatt a Total Commander a kézenfekvő)
- Letöltöttem a webhelyről a ‘/wp-config.php’ nevű WordPress konfigurációs állományt.
- Letöröltem a webhely teljes eddigi tartalmát. (Csak erős idegzetűeknek)
- Feltöltöttem a magyar WordPress 2.5 friss csomag tartalmát.
- Módosítást végeztem a már előzőleg említett ‘/wp-config.php’ konfigurációs állományban, elmentettem és feltöltöttem, hogy a továbbiakban felismerje a magyar nyelvet.
15. sor==> define (’WPLANG’, ‘hu_HU’);
- Lezárhatjuk az FTP kapcsolatot.
- Ezek után Webböngésző programmal beléptem az adminisztrációs felületre, ahol a WordPress új verziója felajánlotta az adatbázis frissítést.
- Mit tehettem volna, hát elfogadtam. A frissítés lefutott. A WordPress adatbázis sikeresen frissítve! Tovább
- Bejelentkezés a Login oldalon keresztül az új rendszerbe
- A Blog tesztreszabása a beállításokon keresztül (egyedi szövegek, PermaLink, Plug-Ins, Témák és SEO)
- A Blog használata
Referenciák, kapcsolódó hivatkozások:
May 01
This examples about using Apache web server .htaccess files under DocumentRoot directories. Here is the WordPress’s default rewrite rule to use SEO friendly website URLs.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
May 01
The following plugins are good to have and enhances the functionality of the Wordpress blog.
- CAPTCHA plugin (Automatic robot submission blocker, avaliable for WordPress and Drupal)
- Tag Clouds
- WordPress CSS Gallery plugin
- WordPress NGG Gallery plugin
- All In One SEO Plug-In
- WordTube - Embed and play YouTube, Google, etc. video clips and playlists.
- DIVVAFLIP - Nice web gallery extension
Apr 14
Here you can find some of the recent Web gallery standards and examples:
- WordPress CSS Gallery plugin
- WordPress NGG Gallery plugin
- SlimBox Effect
- MediaBox Effect
- Flash Galleries
- MS SilverLight
Recent Comments