Newbie questions about WP

Discussion in 'WordPress' started by fileultra, Dec 14, 2017.

  1. #1
    I am trying to figure out if i copy an existing html page within wordpress so as to serve as a template to play with. However I am not sure if it is feasible.
    1. is it possible to copy an entire page from an existing website url to wordpress?
    2. Is it possible to copy entire web page (example source code) or part of it into wordpress?
    Can someone please advise?
     
    fileultra, Dec 14, 2017 IP
  2. Frost1

    Frost1 Well-Known Member

    Messages:
    519
    Likes Received:
    23
    Best Answers:
    7
    Trophy Points:
    165
    #2
    I believe so. Wordpress also has multiple URL structures out of the box to use.
    Yes.
     
    Frost1, Dec 14, 2017 IP
  3. yarodya

    yarodya Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Check a WordPress page in HTML mode and then paste your source content
     
    yarodya, Dec 14, 2017 IP
  4. fileultra

    fileultra Active Member

    Messages:
    112
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    well, not so easy unfortunately. often the backend syntax breaks
     
    fileultra, Dec 15, 2017 IP
  5. Marius Enache

    Marius Enache Member

    Messages:
    28
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    38
    #5
    Yes, that it is possible.

    You can achieve that using a custom page template.

    After you add the required code for WordPress to be able to see that page as a valid page template, you can then add the HTML code from the source of your template.

    However, if the original template loads any CSS and JavaScript code from individual files, you'll also have to include these in your WordPress theme.
     
    Marius Enache, Dec 24, 2017 IP