Tagged Questions
1
vote
0answers
38 views
Using a page template without a page
Does anyone know if it's possible to use a page template on a URL, even if a page doesn't exist for that page?
When building sites, I create the relevant pages to ensure use of the templates, but ...
1
vote
1answer
216 views
Passing parameters to a custom page template using clean urls
I am now passing parameters to a custom template in the following format
www.example.com/?pageid=12&rid=24&title=this-is-the-title
I have created two tables . So I need to fetch data and ...
0
votes
1answer
37 views
How to show one page with two different templates
I have a page template that I want to be able to show in two different modes: a regular mode and a bare-bones mode, where there is no header, footer, sidebar, etc. My hope is that I can get this done ...
0
votes
1answer
304 views
Using custom url parameters in a page
Im trying to create a custom image galleri that retrieves images from posts as can be seen here
http://kurdaktuellt.se/galleri/
problem in hand is that I'm trying to make the url somewhat user ...
1
vote
1answer
518 views
How to retrieve $_GET variables from rewritten URLs?
I need to receive some special $_GET parameters for a custom page I'm making, i know how to receive this through a simple $_GET like mysite.net/products/?id=1 , but I wanted to use the URL style of my ...
0
votes
2answers
220 views
Pass parameters to static home page brings up index.php latest posts
i have a Wordpress site that has the main page set to a specific template.
www.mydomain.com -> main_page_template
I am trying to pass in some params to my main URL as follows ...
1
vote
2answers
393 views
Create built-in pages without creating actual pages
For example:
site.com/contact (or site.com/?page=contact if not using permalinks)
when someone goes to that page I want to load a theme template, like page-contact.php
But I don't want to create a ...