What is the best WordPress permalink structure?

WordPress, SEO Marketing No Comments »

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.

Sample Video

WordPress, Web development No Comments »

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.

Get the Flash Player to see the wordTube Media Player.

Magyar WordPress 2.5 telepítés

Magyar nyelven, WordPress, Web development 1 Comment »

Az alábbiakban leírom, hogyan sikerült telepítenem a WordPress mostani legfrissebb 2.5-ös verzióját.

  1. Egy kattintással automatikusan feltelepítettem a kollokációs szerverünkön a standard angol WordPress 2.2.3 verziót.
  2. Csatlakoztam FTP-vel a webhelyemhez az állományok frissítéséhez (Nekem pl. Windows rendszer alatt a Total Commander a kézenfekvő)
  3. Letöltöttem a webhelyről a ‘/wp-config.php’ nevű WordPress konfigurációs állományt.
  4. Letöröltem a webhely teljes eddigi tartalmát. (Csak erős idegzetűeknek)
  5. Feltöltöttem a magyar WordPress 2.5 friss csomag tartalmát.
  6. 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’);
  7. Lezárhatjuk az FTP kapcsolatot.
  8. 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.
  9. Mit tehettem volna, hát elfogadtam. A frissítés lefutott. A WordPress adatbázis sikeresen frissítve! Tovább
  10. Bejelentkezés a Login oldalon keresztül az új rendszerbe
  11. A Blog tesztreszabása a beállításokon keresztül (egyedi szövegek, PermaLink, Plug-Ins, Témák és SEO)
  12. A Blog használata

Referenciák, kapcsolódó hivatkozások:

Customized website link structure using mod_rewrite

WordPress No Comments »

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

Useful WordPress Plugins

WordPress, Web development No Comments »

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

Web gallery index

WordPress, Web development, HTML, DHTML, CSS Style No Comments »

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
WebSite Powered by webHauser
Entries RSS Comments RSS Login