Viewing 4 replies - 1 through 4 (of 4 total)
  • I had this problem, but resolved it by editing the copy of atoz-template.php in the themes directory.

    In atoz-template.php delete everything all the way down to (but not including):

    <!-- ######################################
       HEADER END & PAGE CONTENT START
    ###########################################
    -->

    It’s quite a few lines.

    Then paste in the first php tag from page.php in your chosen template. It may just be <php get_header(); ?>. I’m using Academica, so I pasted:

    <?php
    global $options;
    foreach ($options as $value) {
        if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
    }
    get_header(); ?>

    Then save, and hopefully that should work: it worked for me, and didn’t seem to affect any of the functionality.

    Good luck, and don’t forget to take a backup of atoz-template.php before editing!

    Hi, I just tried you plugin and I think it is going to serve my need very well. I would like to see if there is a way to show to the right of each post a count of comments for that post.

    Thanks

    I try to find this plugin on www.remarpro.com and can not as of today 9/10/2011. Was able to yesterday. Have you removed this plugin?

    I tried to use the fix offered above by SimonJD on my theme Twenty Eleven 1.2 but it didn’t work, actually made things worse. However, thanks to SimonJD for pointing me in the right direction. My fix was many additions and one id change to atoz-template.php. It will take a little exploring using Firebug to see what is missing between atoz-template.php and the theme header.php (in my case) but it is possible and now my header is perfect.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A to Z Category Plugin’ is closed to new replies.