Where are certain Wordpress files that I want to programmatically edit?
        Posted  
        
            by user173951
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user173951
        
        
        
        Published on 2009-09-15T20:24:58Z
        Indexed on 
            2010/03/29
            17:03 UTC
        
        
        Read the original article
        Hit count: 177
        
Wordpress
I have a simple perl script that via ftp uploads files to the server hosting our website. After I do that I have to login as a Wordpress admin and use the GUI to edit a page so that it reflects the new file I just uploaded. I want to programmatically edit that file to save a few steps, but I can't find the file. Are any Wordpress files sitting on the server? The file in question is basically a subpage of the main site.
© Stack Overflow or respective owner