• knotparacord

    (@knotparacord)


    I’ve created an Angular 5 single page website which is a paracord calculator. I’m trying to embed it into a custom page within my blog and I can’t find any resources or help out there which makes sense. I’ve hacked at a couple of wordpress templates before and updated HTML / CSS however I’m a newb really to wordpress development. Also I’ve only been doing Angular for about 4 months. (I used to be a C++ developer)

    The only help I can find online says to create a plugin for the Angular Website, but it doesn’t have step by step details. Please can anyone help (and explain in small words lol)

    I’m getting desperate and really want to get this thing up and running soon.

    Thanks in advance. 🙂

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • What do you need to accomplish? Is the link you provided a working version?

    RossMitchell

    (@rossmitchell)

    The easiest way to put your special code into a web page is to put it in a custom page template. In your there directory, copy the “page.php” file to a newly named template, say “paracord.php”, and put you code just after the code that performs “the loop”. Then create a new page, probably put a basic set of instructions and explanation there, it will appear above where your code does its display, give this new page your customized page template.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Embedding Angular 5 website in a custom wordpress page’ is closed to new replies.