Tagged Questions
0
votes
0answers
95 views
Wordpress e-commerce custom product category page
I am working on an e-commerce website and using wp e-commerce plugin.
I am stuck at making a custom category page of a product.
Here is what I am trying to achieve:
I have a two main product ...
-2
votes
1answer
30 views
how to add a page
It's probably really simple, but i can't figured out, i have a php file and 3 folders css, js( with inside libs ), and image.
so i put the php file and the css inside the theme root, the js in /js ...
1
vote
0answers
26 views
How to structure model showcase
I need to make a website of models that contain the following components:
Model page - model info, editorials of that particular model
Editorial page - containing some editorial info, link back to ...
0
votes
1answer
113 views
pagination does not work with query_posts. Help! [duplicate]
I made a separate page template (added sidebar), this page contains all the posts. Pagination works!
But, if this page set as the home page, pagination is not working!
Please help find solutions ...
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 ...
0
votes
1answer
25 views
Multiple Wordpress Pages
Not sure how to approach this one.
I have a wordpress page that uses a mysql query to grab info from a database based on the page title.
I basically want to replicate that page to 50 or so ...
0
votes
1answer
69 views
How to create an user defined page?
I have created a file example.php in the default site directory. I want to have the facilities of an Dashboard-Created-Page like the theme,navigation bar,navigation bar, header,footer etc..
1
vote
2answers
69 views
Posts vs. Pages
Okay so I've spent the last few weeks (on my spare time outside of work) creating a site for a client with a custom built theme. This is my first use of wordpress and the site can be seen here at ...
0
votes
1answer
38 views
“about us”, “ contact” sections should be article(post) or page in the simple small Business website?
I am new in WordPress i am rails programmer that need to do for small Business only WordPress website with : main page, about us, contact + few articles(posts) that will be in the main page
"about ...
0
votes
3answers
607 views
Custom page template not working
I followed this tutorial for the page specific template -- http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Created a page through wordpress admin panel - Blog Page URL like -- ...
1
vote
0answers
26 views
Create custom page and add it in nav menu by code
I am creating a plugin, and this time it should: create a page and add it to the nav menu, all by code ... Here is an example: http://img823.imageshack.us/img823/8531/09072012205520.png
2
votes
1answer
300 views
Different fields in My Profile page depending on user role
So I understand that I can user current_user_can to check the role of the current logged in user. But what I would like to do is show these different fields to the site Admin.
So for example the ...
0
votes
1answer
242 views
Custom Portfolio Page
I've a page (at /portfolio) & nav item created called Portfolio. What I'd like is for this page to either contain all the portfolio category's post in chronologically order or else all of the ...
3
votes
1answer
244 views
Pagination Help on Crazy Custom Authors Page
I've got a custom authors page for a multi-author blog.
http://blog.securitytechnologies.com/meet-the-team/
Here's the code I'm using to generate the page (thanks to other folks in the support ...
0
votes
1answer
31 views
Organization of time insensitive content
I'm planning to use WordPress to maintain and publish a role-playing system. Is there a best practice for managing content in WordPress that isn't time sensitive?
Should I use pages and make short ...
0
votes
1answer
130 views
What is the best way to make a custom page from a plugin?
After hours seeking through the WordPress sources it I was unable to find ANY reasonable method of creating a front end page from a plugin. My goal was simple, I wanted http://mysite.com/friends to ...
1
vote
3answers
739 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 ...
1
vote
1answer
489 views
in_category() works in single.php but not in page.php?
I'm using in_category(array) inside The Loop to detect whether a post is categorised into the Discussion category (or has one of a couple of slugs). This works beautifully on single.php but doesn't ...
3
votes
2answers
634 views
TV Show database - Best way for structuring it?
I want to make a TV Show database in Wordpress that has this URL format:
/tvshows/friends/01/12/
/tvshows/ would list all series
/tvshows/friends/ would list all the seasons available for Friends ...
0
votes
1answer
102 views
After creating a new page, filling the page with structure
I looked 2 days now but I couldn't figure out how this is done:
I created a new page in wordpress. This is easy. Then I see, that I can put content into the page. This is easy too.
But how can I ...
0
votes
2answers
129 views
Display a specified content on a Page and all its child pages
I have a website with 5 main pages (consider them as sections), then 3-5 sub pages for each of them. I would like to display a flash banner for each section, i.e. it should display the flash banner on ...
0
votes
2answers
1k views
custom headers for static home page and posts page
have a site w/a static home page and a posts page and then a number of other static pages - i set up a custom header for the home page and then another all other pages like this in the header
...
1
vote
2answers
102 views
Copyright messages for a particular set of pages
I have created some pages (not post) in wordpress related to my college notes.
I would like to display a copyright message of the college on this pages, but I don't want do this manually every ...
0
votes
2answers
476 views
Is there any Wordpress alternative to Book module of Drupal?
Wordpress can be used as CMS. So, I think I can switch from Drupal to Wordpress.
I'm looking for a book module alternative for creating structured document.
If you don't know about Book module of ...
2
votes
1answer
665 views
Can I apply a WP theme to a specific custom page template?
One section of my website is going to be completely different visually than the rest of the pages, is there a way to apply a WP Theme to specific page templates ?
0
votes
1answer
346 views
Custom Page Template [closed]
Could somebody help me make a custom page template?
I'd like to have a basic page (with sidebars, header and footers) and a table for data. I'd like the data to be taken from custom fields. ...