wikkew
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Date doesn't show when multiple posts from same date.changed his date code to
get_the_date(‘F d, Y ‘, $single)
and it solved it for me.any ideas?
You can check it out on http://www.elli.nu/
It is in the sidebar and I use the latest plugin version and latest WordPress, 3.4.2And the link created is http://www.elli.nu/ as well.
Thanks for helping!
Forum: Networking WordPress
In reply to: Images don't load and "You don't have permission to acess"They told me they didn’t allow allowoverride all on their servers.
Is there any other way or do I have to change company?Forum: Networking WordPress
In reply to: Images don't load and "You don't have permission to acess"I do that now. Thank you very much!
Forum: Networking WordPress
In reply to: Images don't load and "You don't have permission to acess"UPDATE#1
in my-sites.php i found this:require_once( ‘./admin.php’ );
if ( !is_multisite() )
wp_die( __( ‘Multisite support is not enabled.’ ) );if ( ! current_user_can(‘read’) )
wp_die( __( ‘You do not have sufficient permissions to view this page.’ ) );can I change it in some way? or in admin.php? Then I could turn multisites off and still be able to access my dashboard or admin pages?
Forum: Networking WordPress
In reply to: Error image pathIpstenu. How do I set AllowOverride t ALL ? where do I find the httpd.conf?
Do you think that it will fix the problem? (got the same as OP)