论文:自定义404页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了论文:自定义404页相关的知识,希望对你有一定的参考价值。

  1. /*--------------------------------------------------*/
  2. /* Custom 404 Page */
  3. /*--------------------------------------------------*/
  4.  
  5. function custom_thesis_404_title() {
  6. ?>
  7. Seite nicht gefunden
  8. <?
  9. }
  10. remove_action('thesis_hook_404_title', 'thesis_404_title');
  11. add_action('thesis_hook_404_title', 'custom_thesis_404_title');
  12. function custom_thesis_404_content() {
  13. ?>
  14. <p>&nbsp;</p>
  15. <p>Text</p>
  16. <?
  17. }
  18. remove_action('thesis_hook_404_content', 'thesis_404_content');
  19. add_action('thesis_hook_404_content', 'custom_thesis_404_content');
  20.  
  21. remove_action('thesis_hook_custom_template','thesis_custom_template_sample');

以上是关于论文:自定义404页的主要内容,如果未能解决你的问题,请参考以下文章

php 着陆页自定义帖子类型

php 分页自定义查询

php 分页自定义查询

PHP wordpress分页自定义查询

swift 中心分页自定义布局

页面分页自定义插件