Pages are static, timeless content that are unique from the regular blog chronology.
-2
votes
2answers
355 views
How do I remove blog entries from home page Twenty Eleven child theme?
I have been wrestling with this for some time. I've read the documentation about creating a separate home page and posts page, and so on, and I have managed to create a landing page, and a blog.
...
0
votes
1answer
104 views
Pagination for normal (standard) posts on a page with a custom loop?
probably a rather straight forward question.
my "homepage" is not the blog-page. I have a page-template named page-knowledge.php which has the following loop on it.
<?php
echo '<ul ...
0
votes
1answer
65 views
How to get post object on blog template
I have a big issue on catching attributes from global $post_object in a page template file.
I have a Template Name: Blog Page which is template-blog.php
On that page I use the current page permalink ...
2
votes
2answers
470 views
Next_posts_link() works only with original $wp_query
I've got custom template that I want to display paged blog posts. This is the beginning of my file:
$wp_query = new WP_Query($args);
if($wp_query->have_posts()){
...
4
votes
1answer
268 views
Page returns 404 with POST variables, but not without
I have a problem with my page. I'm trying to make a "Contact Us" page. It's working perfectly fine design-wise. But when I try to send the form to the same page as origin. It returns 404 error.
It ...
1
vote
1answer
40 views
Organizing Your Pages
I'm having problems creating sub pages. So far I've followed the proper directions:
Go to a new page, click the "Page Parent" drop-down menu.
Select the
appropriate parent Page from the drop-down ...
0
votes
2answers
51 views
Standard Way To Do Custom Work Within A Page?
First post here, looking forward to using this community more.
I'm trying to figure out the "standard" way or "proper" way of doing custom HTML work within a particular page.
For example, I'm ...
2
votes
3answers
412 views
How to add a specific widget to only 1 page?
I would like to show a widget in only one page of my site, as i can see it is not possible right?
Should i add that for all my site pages or not?
1
vote
1answer
84 views
Creating a form contact page?
I'm newbie on WordPress, how can I create a new page/top-link/contact-form for a contact page?
I'm using a third party theme which allows you to create a contact form with field, but unbelievable I ...
0
votes
1answer
77 views
Main menu navigation links and new pages
Sorry i'm pretty new on wp, i would like to add new menu links and site pages, to the main top menu bar.
I'm using a third parties template, and i see the top.php file which contains the top menu ...
0
votes
0answers
329 views
How To Link Product Thumbnails To Single Product Page in WooCommerce? [closed]
When I updated to 3.5, I noticed that I cannot link images anymore :( So am using the "WP Gallery Custom Links" plugin to place a link for my images, but it does not work for the product thumbnails ...
0
votes
1answer
70 views
Javascript will not run properly
I have this code which runs perfectly on jsFiddle. When I try to run that code on my self-hosted WordPress site, however, it will not run. (The code is exactly the same on my page, except that I added ...
0
votes
1answer
161 views
How to make a page unsearchable in blog search?
I want to make a specific page unsearchable. I don't want it's text to show up when i'm searching some text in the search box (on the sidebar on most themes).
0
votes
1answer
66 views
Prevent menu from loading in a page template [duplicate]
Possible Duplicate:
Remove navigation from header in custom page template
Is there some way to remove wp_nav_menu in a page template? I can't find anything related to page templates other ...
-1
votes
1answer
85 views
my theme automatically adds new pages to menu
I have a theme that has a problem. When I add new page in it, it automatically adds two menu item of that page. Here is my code from functions.php
<?php
if ( function_exists('register_sidebar') )
...
0
votes
1answer
50 views
Add tags to long page that is broken up into subpages?
I have a long document that I am publishing as a page and splitting into sub-pages using page breaks <!--nextpage-->.
I am trying to find out if it is possible somehow to add tags to these ...
2
votes
2answers
172 views
page title, parent tilte and grand parent title
I am using a page hierarchy and I want to show the title of the parents and grand parents page (if there is any).
The structure is something like
Startpage
Startpage > Second page
Startpage > ...
0
votes
0answers
31 views
Password secured pages required password on each page refresh [closed]
I have started managing one wordpress site. There is a few password-secured pages, but the password is required on each refresh (of same page of course). Previous admin made probably some bad settings ...
0
votes
2answers
228 views
wp_list_pages: only show subpages on the parent page?
I'm using wp_list_pages('title_li=') on my site.
Some of my pages do have subpages, however I don't want to list them unitl I'm on an actual parent page that has subpages.
So imagine my front-page:
...
0
votes
2answers
93 views
Create subpage - filter parent pages list
I have a website here with a lot of content and with the content where is necessary to create pages in hierarchy. But it is uncomfortable to go through the dropdown in the administration with a lot of ...
-1
votes
1answer
54 views
if and else statement not working on the iframe php page
i want to use if and else statement on iframe but it's not working
if and else statement not working on the iframe php page
<?php
if("p=947"){
?>
<iframe width="820px" height="1200px" ...
1
vote
2answers
128 views
Is it possible to have a landing page based on the visitors location?
I am designing an events site and would like people to see a homepage based upon the events that are in their area.
Could this could also be done with a login, if they register their address?
0
votes
1answer
259 views
Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
Currently I am using <!--nextpage--> to split a post into multiple pages, but I would like to change from Pages: 1 2 3 4 to Next Page and Previous Page links similar to what you see on this ...
0
votes
1answer
42 views
how to list subpages in sidebar without widget
I am trying to create a list of subpages of a parent page, which will appear in the sidebar of my wordpress site. This sidebar will appear on every page.
So for example, I have a page with an ID of ...
3
votes
2answers
260 views
jquery plugin only in one page/post
Ive seen all the documentation in the codex but I am doing something wrong since it doesnt work!
I want to implement this jquery plugin (https://github.com/davidcrawford/typist-jquery) in my welcome ...
1
vote
2answers
54 views
Does loading of sub pages in menu cause load to the server?
I am working on a wp site where I need to manage 500s of child pages for a single page such as About menu can have more child pages need to manage those child pages as sub menu and I have more than 5 ...
-1
votes
1answer
125 views
Sticky post for all pages and categories
I want to have a sticky post for all my pages and categories. The choice of "sticky post" in the edit post, didn't work. I found many pieces of code but I haven't the result that I want. I prefer to ...
0
votes
1answer
128 views
Get next post when using pagination with WP_Query?
How do i specify which "page" to get when using WP_Query? I'm using pagination and i only display three posts per page, but i need to manually set which page to get, because Wordpress doesn't do that ...
0
votes
2answers
71 views
Determine if ID is page or post and query the ID
I want to look up a page id and determine if it's a page or post. Then query that id and display stuff like title, featured image, etc.
This works for Pages:
query_posts('page=' . ...
-1
votes
1answer
70 views
How can I make this process automatic?
I have a Bakery page. Every time I add a child page such as cakes, I would like to add the page title cakes to a custom taxnomy. I also want to add this child page to a menu which displays these child ...
2
votes
3answers
144 views
What are the differences between “Latest Posts” and “Static Page”?
WordPress has an option to pick "Latest Posts" and "Static Page" under "Settings" in Admin Panel. My questions:
What page template is getting loaded in each of those modes?
Why paged stops working ...
0
votes
1answer
79 views
block a page from logged out users and redirect to homepage
How am I blocking certain pages from being viewed by logged out users? I have some pages like a dashboard for example that each user has to display their posts an is found in the top level like ...
0
votes
0answers
14 views
How do I sort multiple pages? [duplicate]
Possible Duplicate:
How do I sort multiples pages?
I would like my users to be able to sort a list of posts with a drop-down. But I'm having problems because the results are on multiple ...
1
vote
0answers
107 views
Custom category URL rewriting
Here is the situation: let say I have a page called Press and that page has this url: www.example.com/press-center
Now, let say that I have a category Press (slug is press) and subcategory called ...
0
votes
2answers
85 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 ...
4
votes
1answer
463 views
Getting only direct child pages in WordPress with get_pages
I am trying to fetch all direct children of a page. But I am getting all children and grand children as well. Any ideas?
PHP Source:
$args = array(
'child_of' => $post->ID,
...
0
votes
1answer
83 views
Page header menu links change
I am trying to find out where the header menu links on my WP is located so that i can change the URL of the page.
the link is: http://blahblah.com/?page_id=11
and i need to change it to: ...
0
votes
2answers
181 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/) ...
1
vote
1answer
129 views
How to dynamically save a selected option from page “Templates” selectbox?
When I select a template for a page from the "Templates" selectbox, the selected item gets “value=selected” only after I hit save draft/publish/update.
<option value='template-gallery.php' ...
1
vote
1answer
49 views
Why do pages in Wordpress have a hierarchy but menu's also have a hierarchy?
I have a hierarchy of pages in Wordpress, what does this hierarchy mean? Since I also have a hierarchy of menu items which shows the menu. Whats the difference and why do they both have a hierarchy?
0
votes
1answer
59 views
Putting a Category of posts under a Page
I have a website say mysite.com and there is a blog mysite.com/blog.When i post a new post under blog category its appears like mysite.com/newpost.I want the posts under blog category to be displayed ...
1
vote
1answer
38 views
Use lots of pages, or categories/posts?
Currently I am designing a website that will have alot of content. The site will be build like this:
site.com/country/region/city/accommodationtype/accommodation
Should I do this in pages and have A ...
0
votes
2answers
88 views
How to add a php custom page to Wordpress
I want to create a custom page for my Wordpress blog that will execute my php code in it, whilst remaining a part of the overall site css/theme/design.
The php code will make use of 3rd party APIs ...
0
votes
2answers
141 views
How to query for a page, get data, then query for child pages of that page
Basically, I want to query PARENT for a bunch of custom field data and echo it out. Then, I want to query all of the CHILD pages of that parent and echo out more data.
What's the best way to do it?
...
1
vote
1answer
56 views
Show preview posts and pages to clients
My clients wants to see the changes i have made in his wordpress site before publishing.
Is it a good method, paste the page preview link to show to him? Of course this method only works if we are ...
1
vote
1answer
88 views
Wordpress protected Pages
Would be possible to access the protected pages with password through of a token. What I mean I pass the token by URL, is going to be checked if the page is protected, if yes check if the URL has the ...
0
votes
2answers
74 views
How do I get blog posts to appear within CMS?
I'm working with a WordPress CMS website that was set up without a blog. I want the site to continue to function as it has, with mostly static pages, including the home page. I want a page called ...
0
votes
1answer
65 views
How do i create a list-posts-page?
I'm trying to create the actual "blog" page that lists all the posts. It seems like such a basic thing, but i can't find out how to do it.
Do i create a page and assign it a special template? If i do ...
0
votes
0answers
12 views
How to force specific page to be with SSL? [duplicate]
Possible Duplicate:
Is there a way to force ssl on certain pages
In my site there is contact us page & i want use secure SSL for this specific page only ...
1
vote
0answers
52 views
Add categories and posts to page hierarchy
So, I find myself in this situation now and again, trying to solve a particular workflow. I have a page hierarchy something like this:
Page 1
Sub-page 1 (category term listing)
Post 1
...
