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 [...]
Navigo
Business Capital has a nice horizontal menu with drop-downs. Most of them are just (parent) pages with children and then grandchildren. Fine, good, works fine. But either it was a glitch or just too late at night, but when on a sibling page, the drop-downs for that parent no longer dropped down. Hmm. Tried some [...]
Can’t Save/Publish Long Posts in WordPress
A few clients are running into trouble when trying to post/publish or even save very long posts (think: a few pages). I think I just found the answer and I posted it on the WordPress forums, but here's the code that needs to go into the .htaccess file: PLAIN TEXT PHP: SecFilterEngine Off SecFilterScanPOST Off
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.
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 [...]