1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WordPressで動的ページを作るには

Last updated at Posted at 2020-07-16

Wordpressで動的ページを作るにはどうしたらいいのかを考えていきたいと思います。
ここでいう動的ページとは、MySQLデータベースに独自のテーブルを持ってそのデータを参照しながら、ページを作っていくことです。

##やりたいこと
1.MySQLデータベースから情報を引っ張ってきて動的に表示させる
2.タイトルも動的に変更する
3.metaタグも動的に変更する
4.SEO的にも問題ないように仕上げて、Googleさんにインデックスしてもらう

##1.MySQLデータベースから情報を引っ張ってきて動的に表示させる

↓(以前の記事)WordPressで自作テーブルを作成してデータを利用する方法
https://qiita.com/healing_code/items/3c70284fc6c302ae78ec

##2.タイトルも動的に変更する
http://www.initialsite.com/g07/16443

固定ページ-属性-テンプレートを使った方法
https://webcodezero.com/wordpress/wpfixedpage/#i-5

##3.metaタグも動的に変更する
https://kantaro-cgi.com/blog/wordpress/no_show_meta_in_custom_theme.html
https://wordpress.japanbookmark.com/wordpress/header-php/

1
4
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?