• jman567

    (@jman567)


    Hi,

    I’m currently looking in a bit more depth at the source files in wordpress and am looking for a few things.

    I’m looking for the code in the wordpress files that

    a) displays the data held in table wp_posts
    b) inputs the data into table wp-posts (the publish button)

    If you know which lines I should be looking on and which files please let me know.

    Thanks
    J

Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    a) usually displayed in themes by the template tag, the_content. That particular function is in “wp-includes/post-template.php”
    b) in my browser it says “wp-admin/post-new.php”

    You might also want to get a program like WinGrep to allow easy string search of wordpress core files.

    Other resources:
    Custom_Queries
    Query_Overview

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress help (source code)’ is closed to new replies.