Warning: Undefined array key "sidebar-blog" in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Trying to access array offset on value of type null in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Undefined array key "sidebar-pages" in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Trying to access array offset on value of type null in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Undefined array key "sidebar-1" in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Trying to access array offset on value of type null in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104
jquery | 最底辺プログラマ雑記

Web開発

こんばんは。
最底辺です。

wordpressのテーマによっては、jqueryが使えたり使えなかったりするようです。
その場合、header.phpを編集して以下を追加して使っていました。

<s ...