問題タブ [custom-wordpress-pages]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
112 参照

php - How to destroy the header and footer?

I'm working on a custom page template that display child pages in a parent page with pagination.

It is working, but the header, and footer are not properly displayed. But when I removed the PHP file of the custom page. The header and footer are back to normal.

What's wrong with my PHP code?

Here's the snippet:

0 投票する
0 に答える
33 参照

php - Wordpress: カスタム フィールド

カスタム フィールド (名前: リンク; 値: www.google.com) を含む投稿があります。投稿のあるページでこの構造を使用する場合:

ページのさまざまな場所にファントム リンクがあります。なにが問題ですか?

0 投票する
0 に答える
27 参照

wordpress - ウィジェットが表示されない - Wordpress 4.4

wordpress 4.4 で新しいモジュールを開発し、新しいウィジェットを作成し、バックオフィスからウィジェットのタイトルを追加しました。

EveryThing は良かったのですが、フロント オフィスにウィジェット フォームを表示できません。

このコードを使用して表示しました:

私のウィジェットクラスは次のとおりです。

0 投票する
1 に答える
161 参照

php - Wordpressで同じURLで2つの異なる時間に2つのページを表示する

このような手ごわいフォームプラグインに基づいて構築されたWordpressに登録フォームがあります

登録期限が過ぎると (データベースに日付を保存します)、同じ登録ページに「登録は終了しました」というメッセージが表示されます。これは利用可能なプラグインでできることですか?

ありがとう