Where does the Presentation Page come from?

  • Author
    Posts
  • #3964
    Peter E

    I am wonder what php file or template file actually generates the presentation page.

    I would like to do some tweaking to make an item or two materialize on my presentation page.

    Where does the code generation come from for the presentation page, so that I might mess with it?

     

    Thanks,

    Peter

    #3970
    Peter E

    Okay, nevermind… Kind of answered my own question, but I swore I looked before and didn’t find this in the template files:

    I am editing
    theme-frontpage.php
    (duh!) I swear I looked here before and thought it was pulling the whole html structure from somewhere else, but now upon further perusal I see that it is only checking if there are actual values to the variables and then if there are, it displays them. About halfway down the file it starts with

    // First FrontPage Title

    So, here I have added some of my own divs and am trying to add a few things, but now I just had a better idea: I think I will embed some sort of jquery slide in side tab for the block I want to display, because that would be slick and I want this to be universal… So, I suppose I might go dig around in the main index.

    #4846
    Zed
    Cryout Creations mastermind

    The presentation page is entirely made up by the theme-frontpage.php file. You do not need to alter any other files to customize it, unless you intend to make your changes configurable from the backend.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Where does the Presentation Page come from?’ is closed to new replies.