Theme file locations

Posted in: Newspaper
Post count: 74

I want to edit the theme files of the following pages. Are you able to direct me where they are?

1. http://majorfuss.com/about/
2. http://majorfuss.com/contact/
3. http://majorfuss.com/major-fuss-advertising/
4. http://majorfuss.com/terms-and-privacy/
5. Category pages (E.g. http://majorfuss.com/music/)
6. Author pages (E.g. http://majorfuss.com/author/joe-simon/)

Post count: 9544

Pages are created in > wp login > pages

so, if you have an ‘about’ page, it’s edited from ‘pages’ to change the content.

if you want to edit the ‘page’ template it’s in the theme folder. There is not a template for each page post – not how WordPress works. There is no “about” template. There is a page template, and you edit the content on the pages editor built in to WordPress.

Look in the root folder for theme to see templates!

Post count: 74

That makes sense – thank you! If I wanted to add an ad code at the bottom of my pages, where would I place it?

Post count: 9544

Perhaps the footer.php file?

Post count: 74

Sorry, I meant just the page.php file so the ad only appears on About, Contact page.

Post count: 9544

What I usually do is put something in the template like

<p>Text Here</p>

then upload, then go to page to see where it is.

So, might try that with the ‘page’ template.

Or, use a conditional php hook to do an if page ID xx or page ID yy, print code in the footer file.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.