How can you create a different page in Wordpress?

Let’s learn how can you create a different page in Wordpress. The most accurate or helpful solution is served by WordPress.

There are ten answers to this question.

Best solution

How do you create a "virtual" page in WordPress

I'm trying to create a custom API endpoint in WordPress, and I need to redirect requests to a virtual page in the root of WordPress to an actual page that ships with my plug-in. So basically, all requests to the one page are actually routed to the other. Example: http://mysite.com/my-api.php => http://mysite.com/wp-content/plugins/my-plugin/my-api.php The point of this is to make the url for the API endpoint as short as possible (similar to http://mysite.com/xmlrpc.php but to ship the actual...

Answer:

There are two types of rewrite rules in WordPress: internal rules (stored in the database and parsed...

Read more

EAMann at WordPress Mark as irrelevant Undo

Other solutions

WordPress Theme Development: How can I create a link that opens a particular contexual help tab in an admin page?

This video talks about how to create contexual help tabs. I'd like to know how to create an icon that links to the created help tab. If the icon is clicked, it opens the help panel and possibly highlight the help text. Is that possible to do?

Answer:

If I correctly understand what you want to do, you can toggle the help pane with this simple jQuery...

Read more

Arūnas Liuiza at Quora Mark as irrelevant Undo

How to create a static blank page on a Wordpress blog (as a "Coming Soon" page?)?

I have a Wordpress blog that I hooked up through GoDaddy.com. Currently I am still working on the layout, theme, etc, so I haven't really gotten anywhere. However, I have created a static page that has my logo and a "stay tuned" message. I...

Answer:

Instead of editing your index.php file, name your "Stay Tuned" page index.html and drop it...

Read more

cece at Yahoo! Answers Mark as irrelevant Undo

How do I create a "coming soon" web page for only a single page in my WordPress site?

Most plugins I came across apply the "coming soon" page site-wide. I only want it for one page.   EDIT: the purpose of the "coming soon" page is to lead up to the opening of a new office location. So it's not to be used for the anticipation...

Answer:

An easy way without any plugins and restrictions would be create a custom template in WordPress theme...

Read more

Mohit Aneja at Quora Mark as irrelevant Undo

Can you create personal landing page in Wordpress?

I plan to install wordpress on my personal domain for a blog and to avoid the fuss I've been having getting it on a subdoman/subfolder, but would quite like to have a personal landing page. How easy would it be to do this using wordpress, and what would...

Answer:

It's really easy to create a personal landing page on Wordpress, you just need to take a free theme...

Read more

Caroline Fox at Quora Mark as irrelevant Undo

Can I create custom admin boxes in Wordpress that dynamically show/hide based on the post/page template selected by the user?

For instance, say inside the 'Post' admin I have an 'Events' template that they can select that will style that post differently on the site. However, that post template will also require extra meta data from custom fields. I'm not a big fan of making...

Answer:

I think what you're looking for is 'Custom Post Types'. https://codex.wordpress.org/Post... You can...

Read more

Josh Betz at Quora Mark as irrelevant Undo

Answer:

you don't give any details of whether you want a plugin or code to do this.  If you know how to use...

Read more

John Pratt at Quora Mark as irrelevant Undo

Can I create a profile page site with Wordpress?

I need to create a site where users can obtain a free public profile page which lists their personal info, with an option to upgrade for extra content options. I'm looking at Buddypress. Does anyone know of any themes that may do something like this?

Answer:

While your end need is slightly different I believe this question / tread would be helpful since the...

Read more

Mark Simchock at Quora Mark as irrelevant Undo

How do you create a custom PHP page in WordPress?

I don't want to create a template - just newpage.php. do I have to register it with wordpress?

Answer:

You can name your file newpage.php - put it in your theme directory in wp-content.  You can make it...

Read more

Leora Wenger at Quora Mark as irrelevant Undo

What is the easiest way to create a text based water mark in a WordPress page?

The background of the body of the page is semi-transparent.  I want the page title to appear lightly behind the body text on the page.

Answer:

Try in the style.CSS file for body element: 1. Set background-color using 'rgba' colour system with...

Read more

Arkadiusz Lendzian at Quora Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.