• OK,here is what I have in mind.I have several text files that are locally saved to my PC.How can I get the content of those files (e.g. every row and column) to be presented to my WordPress site?do I need php?do I need a plugin?any help would be really appreciated..

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want a one time transfer from your PC to your website, I would open the file and copy all text, then open a new page in WordPress and paste. If you want to maintain the spacing, put it in a <pre> </pre> tag.

    If you intend to change the files and want the changes uploaded or transferred on a schedule, that’s entirely different. There are plugins that help you present files from your server. You could FTP the files regularly, and have the plugin present the file on a page (usually with a shortcode).

    Thread Starter bananasplit

    (@bananasplit)

    I want to change the text files and those changes to be presented..so I may need a plugin.do you know of a specific one to try?

    I use the GREAT Plugin WP All Import for things like that. You can import regularly with cron jobs and it’s pretty easy to handle, depending on your setup.
    Good Luck

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘text file’s content to WordPress page’ is closed to new replies.