• Resolved tomq

    (@tomq)


    I have recently upgraded to 2.1 and notice that template-functions-post.php is no longer in the wp-includes directory. Where will I find the functions to set the styles? I am specifically looking for the _page_level_out function which sets the current_page_item style.

Viewing 3 replies - 1 through 3 (of 3 total)
  • theposterpreviouslyknownas

    (@theposterpreviouslyknownas)

    check wp-includes/classes.php

    right about line 503:

    function start_el($output, $page, $depth, $current_page, $args) { .....

    I’m not sure if the function you’re looking for is still there, but I’m guessing it’s either in ‘post.php’ or ‘post-template.php’ in the wp-includes folder.

    They renamed/added/edited a whole bunch of stuff in this version.

    Thread Starter tomq

    (@tomq)

    @theposterpreviouslyknownas – that’s exactly what I was looking for. Many thanks – time to start tweaking.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2.1 – Missing template-functions-post.php’ is closed to new replies.