<?php include('side.php'); ?>
<?php include('side.php'); ?>
http://www.tutorial9.net/web-tutorials/wordpress-caching-whats-the-best-caching-plugin/
Jeg bruger selv Hyper Cache, som kan sættes op på et PHP Safe Mode ON webhotel (Surftown, One.com etc.).
WP Super Cache har fået gode anmeldelser, men brugen forudsætter at du har webhotel med PHP Safe Mode OFF.
I WordPress kan du automatisk indsætte prædefineret indhold, ved hjælp af egne felter.
Et eksempel:
Så enkelt er det!
I WordPress kan du indsætte dine egne felter i indlæg og sider. Og det er ganske simpelt.
Et eksempel:
Så enkelt er det!
You get the “Error updating thumbnail” when you crop and NextGEN Gallery tries to save the thumbnail.
The solution is to set your permission to write (/over write) on file level.
If you are using DreamWeaver:
1) Connect via ftp to your site
2) On your server navigation down to your thumbnails (default in wp-content/gallery/galleryname/thumbs)
3) Select all your thumbnails
4) Right click and select Set Permissions…
5) Set values to 666
When you manage gallery you can edit thumb of each picture. But you do not even get the cross to crop the image.
This is what you have to do:
1) Dashboard -> Gallery -> Options
2) Select Thumbnails
3) Check Set fix dimension
Design of album page
album-extend.php
Change tags text size
nggfunctions.php (line 936)
CSS: Størrelsen på tags i NextGEN Gallery ændres i nggfunctions.php linje 936.
HTML: Ændring af markup ændres i wp-includes -> category-template.php -> wp_generate_tag_cloud linje 683-684.
Online generator af favicon: http://www.favicon.cc/
Nogle browsere acceptere ikke .ico som favicon, så gem også billede som 16 x 16 pixel .png fil.
Tilføj følgende kode i headeren:
<link rel=”shortcut icon” href=”http://www.domain.dk/favicon.ico” type=”image/x-icon”>
<link rel=”icon” href=”http://www.domain.dk/favicon.ico” type=”image/x-icon”>
<link rel=”shortcut icon” href=”http://www.domain.dk/favicon.png”>
Har du webhotel hos Surftown, og vil ændre permalink indstillingerne i WordPress, får du besked om at ændre din .htaccess fil.
Sådan gør du: