Instagram – væg

Jeg synes det kunne være sjovt at kunne se familiens billeder på Instagram på en samlet side i stedet for i en lang række ligesom på mobilen. Så jeg har oprettet en instagram væg på ravnbak.net (kaldet “Instagram wall” i menuen), hvor man kan se en hel masse billeder på én gang. Den virker på PC/MAC, tablets og mobiler.
Jeg anvender en Plugin til WordPress kaldet Instagram Feed og det bliver til et resultat som herunder:
[instagram-feed showbutton=false imageres=thumb num=1 cols=7]

Sådan sætter du hastigheden op på din WordPress blog

speedDet kan hurtigt blive teknisk for en almindelig blogger at få sin blog til at fremstå i nogenlunde stand, hvis man selv ønsker at tilpasse den. Men det bliver pludseligt meget teknisk, når bloggen bliver langsom at gå ind på for alle andre på internettet.
Hvis en blog er alt for langsom, så mister vi interessen for den. I dag er vi simpelthen ikke tålmodige nok til at vente 2-3 sekunder på at en blog eller hjemside hentes og bygges op.
Læs videre “Sådan sætter du hastigheden op på din WordPress blog”

Security on my WordPress blog

duosecurityDuring the past month or two I have experienced countless attacks on my WordPress blog. Thanks to Wordfence I am able to log every attempt to infiltrate my wordpress installation.
However I felt that more security was needed, so I have installed the two-factor authentication from Duosecurity.com
The installation is very easy: install the plugin called “Duo Two-Factor Authentication” in WordPress, opened an account at Duosecurity and installed “Duo Mobile” on my Android Phone. Then configuration according to the documentation at Duosecurity and voila! After 5 minutes of efford I have an easy-to-operate two-factor authentication solution on my WordPress Blog.
I will use the next month or so to get used to the new logon procedure and I hope that my WordPress blog is now safe from unwanted access to the administration interface on the blog.

Remove meta name=”generator” content=”WordPress”

How to Remove <meta name=”generator” content=”WordPress”
The following simple solution will allow you to quickly remove the <meta name=”generator” content=”WordPress 2.X” /> tag from WordPress

  1. Login to your WordPress admin panel
  2. Navigate to Design -> Theme Editor and click Theme Functions (functions.php) from the list of theme files
  3. Just before the closing ?> tag, add the following: remove_action(‘wp_head’, ‘wp_generator’);
  4. Click the Update file button and go view the source of your site

If all goes well, the <meta name=”generator” content=”WordPress” /> should be removed.