kiyamia
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] [Plugin: User Role Editor] Edit Widgets CapabilityThanks, that’s good to know.
This does not work in IE as it does not allow for the web slices the widget uses. Does anyone know a work around for that problem? I tried changing webslices to true in widgets.php, but that does not seem to help even though it adds the same div’s as the widget does.
It seems to work now without the quotes. Must have mistyped it somewhere.
<?php if ( get_post_meta($post->ID, 'numberofImages', true)) : $imagecount= get_post_meta($post->ID, 'numberofImages', true); $gallerylist= get_post_meta($post->ID, 'listofGalleries', true); nggDisplayRecentImages($imagecount,300,200,allow,$gallerylist,thumbnail); ?> <?php endif; ?>Forum: Fixing WordPress
In reply to: View Previous Post Link doesn't work with a post that has no titleI verified, this is the permalink setting. Odd that you don’t get it…
/%year%/%monthnum%/%postname%/
I just checked by creating a no-title post on my own and didn’t have this problem. I think it must be something with the WordPress test file. It doesn’t set the correct number for the post or something.
Thanks for your your replies esmi!
Forum: Fixing WordPress
In reply to: View Previous Post Link doesn't work with a post that has no titleIt did occur to me that it might have something to do with the specific permalink structure that I’m using.
I think this is the structure I’m using. I will have to check.
http://example.com/year/month/post-name
for the no-title post it creates the link as
http://example.com/year/month/day/
I’m going to check this later today and confirm.
Forum: Fixing WordPress
In reply to: View Previous Post Link doesn't work with a post that has no titleNo I haven’t gone into that amount of depth yet. I haven’t had any clients that were likely to do the above. It’s just getting on my nerves every time it happens.
Forum: Fixing WordPress
In reply to: View Previous Post Link doesn't work with a post that has no titleYes, this is with the starker, 2010 and every other theme so far.