douyu9433 2017-01-30 14:23
浏览 50

将自定义主页上载到Wordpress

I've finally created the perfect splash screen/landing page/home page whatever you may call it for my site.

But, now I'm stuck on how to upload this design to WordPress. Because js, css images etc are in separate files & folders and not inline. So, actually how do I go about uploading this custom html (landingpage.html) and that it only retrieves the designated css/javascript/fonts/images/etc that I've created and not the ones on the site.

  • 写回答

2条回答 默认 最新

  • duanju8431 2017-01-30 16:35
    关注

    Verry simpel, just create your file called splash-home.php in this file you add the following:

    <?php
      /**
       * Template name: splash-home
       */
       get_header();
    ?>
    <!-- Your custom HTML, CSS, JS here -->
    <?php get_footer(); ?>
    

    Then inside your WP admin go to pages and on the right side u have an option called 'default-template' choose your custom splash template.

    You can also open the page.php inside your theme folder to copy paste the HTML

    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类