Need pages with same names in multiple subdirectories

It sounds like you’ll need to create the page templates with filenames such as tpl-calculator-1.php, tpl-calculator-2.php, etc. You then make sure to put a comment at the top of each template to give it a user-friendly name that will appear in the Editor: <?php /** * Template Name: Events Thank You */ Files named this … Read more

@font-face Paths Don’t Seem to be working properly

I had an issue like that in the past, and the solution was so easy that was impossible for me to see, my code was exactly as yours and I had to change it to it… hope you have the same luck. @font-face { font-family:’Fertigo_PRO-webfont’; src:url(‘fonts/Fertigo_PRO-webfont.eot’); src:url(‘fonts/Fertigo_PRO-webfont.eot?iefix’) format(‘eot’), url(‘fonts/Fertigo_PRO-webfont.woff’) format(‘woff’), url(‘fonts/Fertigo_PRO-webfont.ttf’) format(‘truetype’), url(‘fonts/Fertigo_PRO-webfont.svg#webfont’) format(‘svg’); font-weight: … Read more