Tagged Questions
1
vote
3answers
168 views
Making a Custom Post type only visible to non-users via a specific link
I am working on creating a small web-app with wordpress as the framework. It allows you to input a customer and in turn sends an email to the customer with a link back to the website in order to ...
0
votes
1answer
44 views
Make (custom) post type accessible only by custom query
I am trying to make a web application based on wordpress.
This application needs some text data to process and then display to users. For that I use a custom post type. So far so good.
Problem is, I ...
0
votes
2answers
146 views
Adding guestbook to my wordpress site
I´m trying to add something like a guestbook, where the user can write about our services, something like comments with few more content like country, facebook page... should i do this with a single ...
0
votes
1answer
94 views
Allowing logged in users to create custom posts
I'm looking to create a site with a wide array of user contributed content. I have strong experience in programming, and I'm evaluating Wordpress for the task.
My question:
Having created a custom ...
4
votes
1answer
2k views
How to assign specific users the capability to edit specific pages / posts / custom post types
I'm trying to implement what seemed like a relatively straight forward idea, basically I am building an access control plugin to control viewing and editing of a custom post type (in this case ...
0
votes
1answer
279 views
Building Forums with Custom Post Types
I'm trying to build some sort of a discussion boards by using custom post types and the built in comments.
The structure is as following:
An archive page to list all the pages of the Forum type, so ...
1
vote
1answer
1k views
Allow Users Access to Custom Post Type Only
I am in a similar situation to this person, only I need a bit more hand-holding. I don't have a good understanding of php but can cut and paste code with the best of them.
I have Justin Tadlock's ...
5
votes
3answers
6k views
Allow member to have access to custom post type only. Permission to only edit their own posts
OK I'm looking for the best way to attack this.
I'm very comfortable with PHP and making custom post types with custom meta fields in WordPress.
Here is what I'm looking at doing:
User registers ...
2
votes
2answers
431 views
create a back-end wordpress content submission using custom post type
I have a previously created thread here, but was recommended to make a new one:
I need basic help with custom post types.
Basically here's my project:
I have to create a back-end wordpress gui user ...
0
votes
3answers
4k views
Remove Custom Post Type menu for none administrator users
I've been researching this all day and haven't come up with much results.
I want to restrict who can see my Custom Post Types by User Level (or some other way). So if the person logged in is not an ...