remram
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: <?php wp_get_archives( $args ); ?>Thanks,
I do that, but only works everything ok with numeric or default permalinks, if I chose other option the archives don´t work, so I give up and will keep the numeric.
May be the next week i wll try again.
Thanks for your time and help Michael
Forum: Fixing WordPress
In reply to: <?php wp_get_archives( $args ); ?>The error is 403, not 404
Forum: Fixing WordPress
In reply to: <?php wp_get_archives( $args ); ?>Thanks for your help, I test that option but with the same result -(,
I migrated from blogger to a test directory and there everithing goes well, then i pass only the index to the root and something is wrong with the archives or htaccess.
Forum: Fixing WordPress
In reply to: <?php wp_get_archives( $args ); ?>for example:
<?php wp_get_archives(‘type=monthly&limit=5’); ?>
Is not working, but<?php wp_get_archives(‘type=daily&limit=15’); ?>
is ok
if i use year or monthly I get and error, but the others arg$ are ok
Forum: Fixing WordPress
In reply to: blogger to wp permanlink OK, archives KOMay I change the permalink to fix that
Forum: Fixing WordPress
In reply to: blogger to wp permanlink OK, archives KOPermalink working at http://www.example.com/2010/04/sample-post/
Archives wrong link, where wp redirects http://www.example.com/2010/04/
Present address: http://www.example.com/blog/archives/2010_04_01_archive.php
http://www.example.com/blog/archives/2010_03_01_archive.php
http://www.example.com/blog/archives/2010_02_01_archive.phpEtc