sidebar disappears on blog page
-
I have made a number of custom themes, but only for CMS. Now I have a CMS and a blog page (that’s supposed to display recent posts). Here’s what I put in the reading settings:
Front page displays
A static page
Front page: home
Posts page: journalI created a ‘home’ page and a ‘journal’ page. I can see them both in the browser, and everything is fine except that the sidebar is missing from the journal page.
I was taught to put my custom theme stuff in page.php. Do I need to copy the code from page.php and put it in index.php? I checked blog_sidebar.php and it looked okay.
A propos, how do I actually check which files are being used when I visit a particular page in the browser? I know how to use firebug for tweaking css. Maybe this is something firebug could tell me (if I knew where to look)?
I read in the codex that I can’t put any text in the beginning of the ‘journal’ page. But I need to include an introductory paragraph at the top of that page. I don’t mind hard-coding it (in html) — what file would I put that in?
- The topic ‘sidebar disappears on blog page’ is closed to new replies.