Pages are static, timeless content that are unique from the regular blog chronology.
0
votes
0answers
9 views
Permalinks with Virtual Pages
I am attempting to make a custom login page template (page-login.php) that will be loaded whenever the user navigates to any of the following URLs:
www.url.com/login
...
0
votes
2answers
29 views
Search page different title per results
I have a search page that is the code below, it returns different post types based upon a user search, Is there a way I can add the following title to each post type that is found - everything I've ...
0
votes
1answer
38 views
How can I make a menu link visible only to admins (without plugins)?
I use a menu on top of my wordpress which shows 3 links.
Main page
Custom Page
Custom Page
Can I add a 4th link to my menu which is visible and accessible to admins only (without plugins)? This ...
0
votes
0answers
23 views
“regular” pages not found after changing permalink
My regular pages with the default theme can not be found, but my frontpage that is a page but it has an other theme works, even my custom post type pages work.
In my permalinks settings I have ...
0
votes
2answers
29 views
search page different results
I have custom post types and would like to display the different results based upon a users search meta.
I have three custom post types that are styled differently and want to return the search ...
0
votes
1answer
37 views
Display selected parts from selected pages on the frontpage?
I'm build a site for my company and want to display four (of my choise) of our special deals on our frontpage.
A special deal is a page.
I want to grab:
Featured Image
Page Title
Price (taking from ...
0
votes
1answer
19 views
How to force load a page in plugin?
I have a plugin which do very simple task...
if ( $_SERVER["REQUEST_URI"] === '/foo' )
{
// How to display the content of page of ID = 3, without using wp_redirect()
}
So the url is staying at ...
0
votes
1answer
11 views
How to display a paginated list of posts from one category on a page? [duplicate]
I'm trying to use the code from this page:
Display Blog Posts on any Page (with navigation)
http://digwp.com/2013/01/display-blog-posts-on-page-with-navigation/
My goal is to make pages that display ...
0
votes
2answers
29 views
Show a special message for private page?
If I set a page to private, can I have it show a message instead of a 404 page for public users?
-1
votes
0answers
20 views
How to make forum Page [closed]
Im building a wordpress site and i need your help.My problem is that i need to make one page that will be forum.i Dowloand even vanila and other forum plugins.Can sombody help me whats the best plugin ...
3
votes
1answer
45 views
Determining Slug Before and After Edit
If I were to edit a post or a page, how would I determine what the slug was before the edit, and again afterwards to compare them and see if it was changed? Also, would the same method work for any ...
0
votes
1answer
31 views
How to display posts by author in a separate page, other than author.php?
I have an author.php page that displays two kind of posts:
first section displays latest 10 posts(games) from all categories, except one.
second section displays latest 10 posts only from that ...
-1
votes
0answers
28 views
I want to make custom page templates [closed]
I want to make some custom layout page templates for twenty twelve, can some one point me at a good tutorial. I have googled but have not found anything good.
ATB
Mark
0
votes
1answer
25 views
Displaying different page links on different pages
I have a wordpress site with 100+ pages. Now suppose 5 pages are related to page 1, and I want to show them in side bar as similar pages/related pages and other group of pages in other menu in ...
0
votes
0answers
15 views
display admin content in the public site
I would like to display the page list or post list (or similar from plugins) from the Admin section to logged in users on the front-end of my wordpress site. Any idea how I can do this?
I need to ...
1
vote
1answer
11 views
Related Links Page with moderated, user suggested link submissions
Updating an old dinosaur of a site to Wordpress (3.5.1), one of the more popular pages on the old site is a “Related Links” page with links for and about kids. (e.g. fitness, nutrition, ...
0
votes
2answers
38 views
Get all children titles of a page as a link to them
I want to pull all the children titles of certain page and put them as a link.
This is what i got so far:
$my_wp_query = new WP_Query();
$all_wp_pages = ...
1
vote
2answers
24 views
Get the content of a specific page (by ID)
I have the following front-page template made:
In place of those large Lorem Ipsum blocks, I need to show an "excerpt" from a specific page to fill that box (a certain # of characters).
So my ...
0
votes
1answer
14 views
Get rid of “comment” field on non-blog pages [duplicate]
How can I get rid of "comment" field at bottom of page I want to use as a static page or pages on site such as "About" ; "Contact" , etc.
0
votes
2answers
41 views
How to create a page and display only the posts with a specific custom field value?
I would like to create a page (let's name it "Facebook") where i will display only the posts that has the custom field: "Facebook" and specifically the custom field value: "Yes".
P.S. 1. I would like ...
1
vote
1answer
21 views
Show more than 20 items in pages or posts edit table
How can an admin display more than 20 items under "ALL posts" ( or "All pages", or media or etc. )?
I have read that there exist a special plugin, but is there not a built-in setting for it?
0
votes
0answers
13 views
What sort of menu stucture/site design is appropriate when there are hundreds of pages to be described and referenced? [migrated]
I'm creating a WordPress website/blog for the purpose of sharing years worth of technical works in physics, quantitative finance and mathematics. Most of these works are in the form of Mathematica ...
0
votes
3answers
40 views
Wordpress ultra slow if I click on posts?
I have 5000 posts on my website, which I have uploaded from a CSV file. This all went well and the website is fast on the back-end and frankly on any other page. There is one exception: if I click on ...
0
votes
1answer
30 views
Multiple Loops Breaking Pages
I'm new to WordPress, and I'm having an issue with "The Loop." I have a sidebar on the left side of a page that's supposed to show recent posts from two categories. In the middle of the page, there ...
0
votes
1answer
50 views
Hierarchical List Pages as a table
I need to generate a list of all Wordpress Pages and have them display in a HTML Table, that will be printed for offline use.
First column is Blank
Second column will have the Page Creation Date
...
0
votes
0answers
22 views
Page vs Custom Post Type - which to use [duplicate]
I am creating a few pages (Company, Offices, Contact) and would like to have custom meta boxes for each of those pages. I want the meta boxes to be different for each page, and I don't know if that is ...
0
votes
2answers
30 views
Get Permalink for the top level parent of child pages
I've this pages structure:
TOP PAGE
SUB PAGE 1
SUB SUB PAGE 1
SUB PAGE 2
[etc]
Is it possible to display on each sub page a link to come back to the top level page? And how?
1
vote
2answers
28 views
Secure Pages Best Practice
I am in process of writing a plugin that has front-end shortcodes that display a user's information/data. If the user is not logged in, I need to redirect to a front-end login page/form. What would ...
-2
votes
0answers
16 views
Hide specific pages from a website's Editor
I'd like to hide certain pages from a website's Editors in the backend admin area. I know there are various plugins for managing roles but none of them seem to give enough granular control. Plus, I'd ...
0
votes
2answers
30 views
Does is_child() exist in wp 3.5.1?
I'm trying to figure out how to get to a is_child() equivalent; I'd like to be able to target the parent page and it's children. How can this be achieved?
My pseudo-code is...
if ...
1
vote
1answer
23 views
Create posts under certain page
I am a wordpress newbie and wonder whether this is possible; I used wordpress to create a website with different pages and subpages. Now I would like that new posts appear only under certain page, how ...
0
votes
1answer
29 views
How can I change the title of the Home link in the navigation bar?
I use Bones theme with a static front page. The header.php calls the bones_main_nav() function without parameters, while bones_main_nav() only calls the wp_nav_menu() function.
0
votes
1answer
17 views
Page template with custom html fields inside a content
I'm writing a custom page template and I want to do something like this:
after typing tag inside page content, for example [custom-email-form] I want to place inside the content some html5 email form.
...
-2
votes
1answer
18 views
Create a plugin to create a new page in wordpress for each time a record is added into the database
I am new to wordpress and would like to get a way forward for a particular problem.
I have a database table A with various columns.
For each record in table A a wordpress page needs to be created in ...
0
votes
2answers
24 views
Pages not using permalink
I recently changed my theme from one custom theme to another custom theme.
There were previously pages that used template files (i.e., "Blog" page uses Blog template) and now that I've changed themes ...
0
votes
0answers
26 views
Question about studiopress.com/education/ [closed]
I am working for Untek College. We bought studiopress.com/education/ theme for our new blog. But when I upload and activate that theme, I got an error "Fatal error: Call to undefined function ...
0
votes
1answer
45 views
Add child pages automatically to nav menu
I have built a custom menu in Wordpress that contains links to posts and pages. I am adding it to my header using this line of code:
<?php
wp_nav_menu(
array(
'theme_location' => ...
0
votes
0answers
20 views
The concept of non-blog content
I'm fairly new to this wordpress stuff and wrapped my head around the blogging part.
Now it comes to the non-blog part of a webpage. I understood the principle of creating static pages and displaying ...
2
votes
1answer
33 views
Get page id by title?
I'm using the following code to insert the content from another wp page into my main home page.
Is it possible to make it work with a page title instead of an id number?
Eg. Not $page_id = 518 but ...
0
votes
0answers
27 views
Child Pages on Mobile/Touch Screen not clickable
I have child pages under parent pages in page menu/header, they work fine when using a PC, but I cannot get them to work when using a mobile phone or touchscreen device such as an iPad.
I am using ...
0
votes
2answers
55 views
Two different pages that share the same content?
I have a self-hosted WordPress site. I need to display the same content on two different pages (a contact page and another page used for promotion purposes).
They will need to have minor tweaks such ...
0
votes
2answers
32 views
Approve Page Edits
I'd like to create a role group where users can edit pages and submit them for approval before they are displayed on the website. I've used the following roles (shown below) but they don't allow me to ...
-2
votes
0answers
14 views
How do I add Amedia tags to make my page more fluid? [closed]
I am unable to activate my @media tags to give me the end result of a fluid website page. Here is the page: http://www.livyouth.com/calendar/
0
votes
3answers
76 views
static landing page leading to author specific pages w/ “live” content
My site has a static landing page with buttons to go to Cait's content or Shannons's content. Each author's page will feature their own posts, as well as a section with their social media streams. It ...
0
votes
1answer
24 views
get_page_by_title not working when used with a variable
My page title is This is my title, if I try and retrieve the ID from the title like this then it does not work:
$mytitle = 'This is my title';
$mytitle2 = get_page_by_title( $mytitle, OBJECT, ...
0
votes
1answer
43 views
Mystery ghost page not appearing in Admin
I have a strange problem.
I have a blog listing page like example.com/something but this page is no where to be found in the admin.
It returns 200 OK http status so its there.
But it uses a ...
-1
votes
0answers
24 views
Need a blog index for Headway [closed]
I am new to Headway and have noticed that the only two template options under page attributes are default and gallery. I am used to working with the wordpress/genesis and having the option of blog ...
0
votes
1answer
39 views
Page specific values in widgets
I have a travel guide website which I have created with WordPress which contains destination guides. On the destination guides pages I have a sidebar which displays destination statistics (currency, ...
0
votes
1answer
29 views
Hide pages depending on role
I've been trying to find a way to limit the user from seeing some pages in the "pages" menu in the admin panel.
I looked in the edit.php file and noticed:
} elseif ( 'page' == $post_type ) {
...
0
votes
1answer
21 views
Redirect url in plugin to somewhere else?
I am using WP-SNAP Extended! v1.0.0 and I want to use this alphabetical menu as a sub-menu beneath my header. I managed to get the alphabetical menu in place, but now, if I click on a letter, it will ...


