Tag Archives | php

Hana Code Insert

Do your posts’ fancy HTML code (or embeds or movies or JavaScript) get mangled when you–or worse–someone else, opens your WordPress post in the Visual editor?

Read full story Comments { 1 }

WordPress “comments” in .htaccess file

I didn't realize I needed the WordPress "comments" in the .htaccess file. I just learned the hard way as a site went down, I checked the .htaccess file (one of the first places I look for a 500 error) and it looked like this: PLAIN TEXT CODE: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond [...]

Read full story Comments { 1 }

Custom Query String

Found this plugin: Custom Query String Let's you put pots in order by date or alpha, all or some (# determined by you), desc or asc. Simple and nice, used for Early Bird Online.

Read full story Comments { 0 }

Recent posts in category

This code seems to do the trick: PLAIN TEXT CODE: <h2>News & Views</h2> <ul class="cat class"> <li class="list class"> <a href="http://www.likoma.com/recent-posts-in-category/" rel="bookmark" title="Permanent Link: Recent posts in category">Recent posts in category</a> </li></ul> <li class="list class"> <a href="http://www.likoma.com/recent-posts-in-category/" rel="bookmark" title="Permanent Link: Recent posts in category">Recent posts in category</a> </li></ul> <li class="list class"> <a href="http://www.likoma.com/recent-posts-in-category/" rel="bookmark" title="Permanent [...]

Read full story Comments { 0 }