How do I display a wordpress page content?

前端 未结 7 682
悲&欢浪女
悲&欢浪女 2021-01-31 03:08

I know this is really simple but it just isn\'t coming to me for some reason and google isn\'t helping me today.

I want to output the pages content, how do I do that?

7条回答
  •  囚心锁ツ
    2021-01-31 03:42

    Page content can be displayed easily and perfectly this way:

    
        
          

    Note:

    In terms of displaying content - i) comments_template() function is an optional use if you need to enable commenting with different functionality.

    ii) _e() function is also optional but more meaningful & effective than just showing text through

    . while preferred stylized 404.php can be created to be redirected.

提交回复
热议问题