• Resolved JustinBBC

    (@justinbbc)


    I have a template page with an include that looks like this:

    <div id="rightBottom">
         <?php get_sidebar(); ?>
    </div>

    However, I can’t find the file that supplies the content for the included on the rendered page.

    Where or how can I find where this is coming from? Is there a parameter on the parent page that defines this or something?

    I opened every file in my theme and did not see the content.

    Thanks,
    Justin

Viewing 1 replies (of 1 total)
  • Thread Starter JustinBBC

    (@justinbbc)

    I found the content. It was in the sidebar widget. The only used widget and the only place it is used…

Viewing 1 replies (of 1 total)

The topic ‘can't find includes content’ is closed to new replies.