• I’ve installed the theme Blue-Black on my site which has had a couple of problems I’ve figured out. The latest problem is that post scheduling does not work. I looked everywhere to see what could be wrong when I found that its the actual theme that is not allowing it to work.

    As soon as I switched back to the Default theme, the scheduling worked. The header.php file of Blue-Black has <? wp_head(); ?> included which I assume is where wp_cron.php is called.

    Any ideas on why this theme is not allowing scheduling to work? Anything I should be looking for?

Viewing 3 replies - 1 through 3 (of 3 total)
  • For other than the common theme questions, always try the support forums for the theme you’re using; theme authors can do strange things from time to time with their code and you’re best trying to deal with them directly.

    Thread Starter skyer2000

    (@skyer2000)

    The only form of support on the site links straight back to these forums.

    I’m not fishing for an exact answer, what I’m trying to figure out is how someone could screw up wp-cron.php from working correctly. How is the file called? How does it work exactly? Is it called in <? wp_head(); ?> ?

    That information will help me determine what is broken in the theme.

    The correct head call is <?php wp_head(); ?> Might be the problem.

    Try looking at the source of the rendered page, then delete wp_head from header.php and look at source again. I don’t know if cron is called, but lots of javascripts, css files and plugin loops are called by wp_head.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Scheduling not working with theme’ is closed to new replies.