Pages are static, timeless content that are unique from the regular blog chronology.
1
vote
1answer
21 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 ...
2
votes
1answer
1k views
how to add a .php file to wordpress
I have a php file in my server (say www.example.com/up/up.php). If i access that file through the url, my site says no page found. but i want to call that php file using url parameter. I want to call ...
0
votes
0answers
21 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 ...
-1
votes
0answers
18 views
show portfolio caterory on page template
For 3 days now I've been fighting with this & my brain is fried trying to figure it out. Support is lacking.
Page 2 is using page template portfolio 2, & we only want Topic B portfolio ...
0
votes
2answers
38 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
1answer
28 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 ...
0
votes
2answers
132 views
Direct some posts to only appear on a specific page
I have a blog at JonCrowell.org. When I add a new post, it appears on the home page. I have created a new page called "Technical Notes". I would like to be able to choose whether a new post that I ...
0
votes
1answer
12 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 ...
0
votes
1answer
39 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 ...
0
votes
1answer
16 views
static landing page leading to two different posts pages
My site has a static landing page with buttons to go to writer A's content or writer B's content. In the reading settings, how do I declare 2 pages as being the posts page?
It is important that each ...
0
votes
1answer
197 views
How to retrieve attachments from child pages of a specific Page?
How would I retrieve attachments from all subpages of a specific Page ID?
Example:
SPECIFIC PAGE
Child (with attachments)
Child (with attachments)
Child (with attachments)
I'm currently ...
-2
votes
0answers
13 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/
3
votes
1answer
49 views
Removing hierarchical pages in the permalink
I have several pages set up in a hierarchy on my site. Currently the site's pages and URLs look like this.
Page name | Current URL | Preferred URL
...
0
votes
1answer
19 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, ...
-1
votes
0answers
18 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 ...
1
vote
1answer
194 views
How to show different widgets on different pages in a user friendly way
I'm looking for a plugin to let users choose which widgets appear on individual pages.
There's some solutions out there, none of which that I've found are truly easy for a non-technical user. I've ...
0
votes
1answer
366 views
List child pages by slug not ID?
I am looking to use the wp_list_pages function to show children pages of a specific page ID. I was able to do this easily, but now I found an issue with it. I am running a Wordpress network of sites ...
0
votes
1answer
32 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
238 views
Allow non-logged in users to see a future post after clicking on a list of future posts
I have been able to list out pages that are set for future in a custom template like this:
...
0
votes
1answer
24 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
4answers
39 views
I want only my sub-pages to be clickable in the navbar
I am building a simple website with a number of pages, each of which is grouped.
Let's say my website has roughly 20 pages, grouped into 5 categories. So I want my navbar to display the 5 categories, ...
0
votes
1answer
15 views
Setting limit to posts or page creation
This is regardging to On multisite installation and setting limit to content creation by sub-site admins.
I want to set a limit for posts,pages or any custom post types for any sub-site admins. So ...
0
votes
2answers
79 views
Should I use “Categories ” or “Pages” for a WordPress Static Site (A non blog site)?
I want to use WordPress for a Company Site which is not a blog; that will have regular pages, such as "About Us", "our Products", "Our Services", etc.
What is the best way to use WordPress for this ...
-1
votes
1answer
10 views
How to reduce space between menu and page content? on Themify - funki theme [closed]
It would be great if someone could help me with this... I would like to reduce the space between my post (a picture) and the main menu, how do i customise the padding(not sure if it called padding)! ...
0
votes
2answers
174 views
How to remove empty DIV tags *ONLY* in 'Page' content area?
Screenshot of website illustrating the issue: http://www.hlrse.net/Qwerty/xhtml/tiptopcare.net/preview_formsWithEmptyDIVSpacing_20121124-1104.png
I am using Contact Form 7 (http://contactform7.com/) ...
0
votes
0answers
26 views
Template for page with overridden Theme
I think I've got a somewhat uncommon issue. My wordpress site uses a custom theme, but I wanted to add a blog alongside that, without using multisite because my host charges 3x the amount for such a ...
0
votes
1answer
199 views
WP_Query not retrieving by random order under parent
I currently have TWO subpages under parent page ID 43. Client testimonials.. Anyway. I have the random order thing in the query $args but the order never changes. What could I be missing?
...
0
votes
2answers
36 views
Identify the page being shown while in The Loop
In my loop, I'm trying to set it so that certain text is displayed on certain pages, if there are no posts to display.
I thought this would be simple, using is_post(), but it seems that this function ...
0
votes
1answer
31 views
Parent for a single (single.php)
Is it posible to get the parent ID of an single page.... I mean not a Page I mean an is_single()... page.
I have a page witch contains some custom posts and when I click on one of these i came to the ...
0
votes
1answer
20 views
Retrieve page content and pass to PHP?
I'm new to WP but not PHP.
I've a custom page that I have a PHP call to do some processing on the page content.
the_content() even when enclosed in a function call
<?php ...
0
votes
2answers
48 views
Interrogate a page within a loop to check template type or custom meta data (Pages vs Posts)
I've spent a few days researching working with WP static pages - as separate from posts.
Although I've found useful guidance, I can't seem to find any good tutorials or worked examples that show me ...
0
votes
1answer
102 views
Menu System: View all by default
Been doing some digging and trying to see if there is a way to change the default list for Pages, Posts, etc in the WordPress menu area to default to "View all" instead of a truncated list. Any ideas? ...
0
votes
1answer
130 views
Restrict admin access to certain pages for certain users
As the title says, I'd like to restrict back-end access to certain pages for certain users.
While doing a site with 45-50 pages, I realised it would be a much better user experience if the Page menu ...
2
votes
1answer
410 views
Set a category for a page
My current theme has a portfolio section where you can have an array items based on what category they are in. My problem is that I have several pages that I want to be in the portfolio section but ...
1
vote
3answers
738 views
How to disable page delete
My client is not a computer person. I created a website for him. There is some important pages. My client is always delete this page. Then i want to reconfigure the code (the page id).
How do i ...
0
votes
2answers
57 views
Subpage Conditional
I am looking for a way to write a condition for a subpage...in other words
if we're on the subpage "duck" then do something...if not do something else.
I found some code I thought would work, but it ...
1
vote
1answer
195 views
Do the permalink settings apply to pages as well as posts?
I want to have all my blog posts have the structure http://mysite/blog/blogarticle1 but I want the pages to have the structure http://mysite/page1 (no "blog" in there). I see how to include "blog" in ...
0
votes
1answer
464 views
How can I use “getarchives_where” to get monthly archives for static pages?
I would like to get monthly archives for static pages. I tried to use the next code:
add_filter('getarchives_where','my_archives_filter');
function my_archives_filter($where_clause) {
return "WHERE ...
0
votes
0answers
30 views
How to dynamically change spots of text in custom page?
When I create a page I'm suppose to describe the content on the editor of Wordpress. When it's a simple text with some images its ok.
But the problem is: My custom layout has a lot of deep HTML and I ...
0
votes
0answers
22 views
How to display all values of a multicheck array if they are checked?
I'm really a rookie to PHP, i'm using the customfield fields&meta boxes plugin for wordpress.
Normaly when i register a customfield,
i display them by using:
<?php if ( ...
0
votes
0answers
25 views
Breadcrum not displaying the parent page
I have few pages
- HOME
- SERVICES
---- MY SERVICE
My problem is that when I open My service page the breadcrumb looks like this:
home > My service
And I would need the parent to be there:
...
-1
votes
0answers
22 views
Custom page + query separate block before normal post on static page
I have a static front page on which I would like to have one area where i have just two columns with specific posts which is going ok for now. I have made a template with the code but the problem is ...
1
vote
1answer
587 views
Get parent page/menu id of current post
Basically, after setting up the initial "page for post" on the Reading Options, and then add that page to the menu I get the posts when I click on that menu item as expected.
On there I know the post ...
0
votes
0answers
21 views
how to show posts from a different categories under different pages
hi how can i show posts under categories to display on pages on the main menu
e.g : 10 posts from category A to be displayed on page 1
and 10 post from category b to be displayed on page 2
...
0
votes
0answers
46 views
Virtual Pages and Yoast Wordpress SEO
I use Yoast Wordpress SEO and just added a plugin that generates some virtual pages that I want to be indexed. Is there any way to cause virtual pages to be added to the XML siemap?
0
votes
2answers
134 views
Wordpress Page Protect forwards to Admin Login
Once I upgraded to WP 3.4.1, the password protect feature stopped working correctly. The password submit form leads to /wp-login.php?action=postpass and displays the admin login screen.
I've sought ...
0
votes
1answer
30 views
Remove specific published page when theme deactivated
I am working on developing a theme which automatically creates a page on theme ativation. But the problem if when the theme is switched and activated again, it recreates the page.
is it possible to ...
0
votes
1answer
36 views
page wordpress add extra unwanted stuff
i want to add this part to wordpress page but every time i add it wordpress add extra stuff that stop it from working properly this is my code
<li data-hovercolor="#e859c5">
...
2
votes
1answer
32 views
How to highlight the current page in the nav menu?
I'm customizing a WordPress theme for my school, and I'm a bit annoyed by the fact that the current page in the nav menu is not indicated.
For example:
You can clearly see that I'm hovering over a ...
1
vote
1answer
43 views
PHP Script within wordpress theme
I have a php script that I'd like to utilize within my wordpress theme. I'd like to restrict access to the page based on users belonging to particular groups so it's important to keep it within ...

