• Hello, I am new to working on CMS/Wordpress based websites.

    I am currently working on a one page website. My client has their own host, domain, and are using FTP. You can view the site here: [ redundant link removed ]

    When the page is loaded I can view the source code and see the one small tweak I need to make on the homepage.

    To be specific I want to edit line 163 of homepage and change the href value of the <link> element.

    The problem is that I don’t know where I can find the PHP? file (in the FTP folder structure) that is populating the specific section of code on the homepage that I want to edit.

    Please note that I want to edit the homepage via FTP, not the WordPress interface/admin.

    • This topic was modified 5 years, 8 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • There is no <link> on line 163 of that site.
    In WordPress, the PHP files are the WordPress software, which are the same for every site. The theme has PHP files that are different for each theme, and those control the HTML that makes up a front end page. Plugin PHP files can change things also (like adding <link> elements).
    The content for each page is stored in the database.
    Given all this, there is not a good way to change the home page with FTP.

Viewing 1 replies (of 1 total)

The topic ‘Edit homepage with ftp?’ is closed to new replies.