joehamilton
Forum Replies Created
-
ooh! great. thanks ??
How’s it coming along Michael? The plugin would be a nice Christmas present.. Haha!
An option to not have the text with the image would be great.
And the ability to edit the before, in-between and after html.
Cheers!great!
Will keep my ears peeled.Forum: Themes and Templates
In reply to: Display only assigned tags of custom taxonomies in archiveI am trying to do the same thing myself. On the other page it is just an example for displaying categories. Could you share the code that works for listing custom taxonomies?
Forum: Fixing WordPress
In reply to: wp_query – nopaging – how to?I would like to do the same thing but listing a custom taxonomies instead of categories?
How would I go about doing this?Forum: Plugins
In reply to: Custom Fields Searchthis is rad!
Just what I have been looking for..@ jdhcreative
Thanks for the work so far.. looking forward to seeing more info on how to implement it.Forum: Installing WordPress
In reply to: Upload errorahhh!!! this is doing my head it!
When i put the code suggested into the .htaccess file i just get a
“500 Internal Server Error”
I already have code in there for permalinks and also “RewriteEngine off” because it is a parked domain.This is what it looks like before adding the code suggested
`
RewriteEngine off
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress`I have tried putting it at the end and at the start and between the rewrite engine off and wordpress code. Nothings seems to work. 500 internal errors all round. ??
anything else to try? anyone else having this problem?