The part of a site that visitors see and is controlled by the currently active theme.
1
vote
1answer
157 views
Crafting WP_Query array, sort by date
question about wordpress WP_Query:
'post_type' => 'event_date' outputs dd/mm/yy ex: 31122012
I would like to order my frontend 'event_date' output not by latest WP post entry
but by latest ...
0
votes
3answers
656 views
Replacing textarea with wp_editor
I have a working front end posting system on my site that initially I designed with a simple text area for the content. I am now attempting to swap the textarea out with the TinyMCE function, ...
0
votes
0answers
54 views
Woo commerece Theme conflict(css issue) with frontend submission form of Events Manager plugin [closed]
I want to use woocommerce theme with events manager plugin but when the page is loading it will display those fields but collapses them when it finishes loading the page.
I get this ...
2
votes
1answer
90 views
Custom user profile URLs
I have created a page "profile" that when visited with get variable of user id like:
http://example.com/profile/?uid=1
Then it will display the profile details of user id 1. Now I want to rewrite …
...
1
vote
1answer
314 views
Get user input from a form
I am trying to create a form that will allow users to update their information on the front end. I am just starting to learn PHP (I know C# very well). If I use this code to create a form on a ...
1
vote
1answer
38 views
Create a shortcode that creates a form for users to edit their information
I want to make it so that logged in users can edit their information on a page in my site, so that I can avoid having them go to the admin side all together.
I was thinking that I could create a ...
0
votes
1answer
138 views
Add a default meta_value to new posts
I have a page template that allows users to create and update posts from the front end. I also am using 2 plugins, 1 that allows the user to rate posts from 1-5 stars and another that allows them to ...
0
votes
1answer
44 views
ajax page template
I am creating a wp theme that gets all its data via ajax (using ajax-admin.php).
Now, I've set a div that would have the html of the page there (in the index.php file).
My index.php is a simple one, ...
5
votes
1answer
127 views
Is there anything like admin_notices for front end?
I'm new to Wordpress and trying to take advantage of the framework as much as possible. On the front end, I want a centralized message area to display error, success, and general notices similar to ...
0
votes
1answer
107 views
Front-End Editor email notification issue
I'm trying to send a notification email when a user updates a page/post, either in the backend or by using the Front-End Editor.
It works fine when updating in the backend but no data is emailed ...
1
vote
2answers
68 views
How to set a custom post type to not show up on the front end
I use a custom post type in one of my sites for image slideshows. I have publicly queryable set to false/off but when Google crawls my site I see 404 errors for the URLs for my slideshows. I thought ...
0
votes
1answer
52 views
Function is Missing an Action Hook
I have tied an action into a status change, which works on the backend. However,using a frontend button for updating post status does not trigger the ...
3
votes
1answer
199 views
How to restrict Front-End Editor on a page?
I am working on a site where the user can do everything from the front end. I am using the plugin from scribu called front-end editor. My problem, is that I have a dashboard page with all the options ...
0
votes
2answers
358 views
Get an image from url in front end submission form
I am building a user generated content sharing theme
so how can i allow visitors to upload an image from a url
i mean to say that they enter the url and the image gets automatically attached
this is ...
0
votes
1answer
59 views
Problems with Custom front end [closed]
I have several questions on wordpress .
I want to create a blog , where people can register from frontend , write and edit their post from frontend . If there is a plugin that is well , if there is ...
0
votes
1answer
38 views
Create a link which allows visitors to disable a plugin?
Is it possible to create a link that allows site visitors to disable a plugin?
I'm using a plugin called "any mobile theme" which automatically detects if the visitor is on a mobile device and ...
1
vote
1answer
611 views
Set Featured Image Front Frontend Form
I have been struggling for days to figure this one out. I have successfully implemented a form to submit posts from the front end of my site. ButI can't figure out how to make the image uploads work.
...
0
votes
1answer
196 views
wp_update_post is not updating category
I am using this custom function to add a publish/unpublish button to the front end of my site for the users:
if ('draft' == get_post_status ($post_id)) {
$post = ...
2
votes
2answers
219 views
Edit a post from frontend. post_tags get saved, but not separated
I'm building a CRM-Theme for Wordpress. So i post, edit and delete posts from the Frontend. I'm on a good way to resolve all problems, i think. But there is one failure. At the index there is a "edit" ...
2
votes
1answer
137 views
Create front end link to save post (or unpublish post) as draft
I have created a front-end posting and dashboard system for my users to add and edit their own posts. In the dashboard area, I have a list of their posts and the following options for each post: View ...
1
vote
1answer
752 views
Add custom post type items from frontend
I am trying to figure out on how do I make my wordpress website to be able to add portfolio items from the frontend. Plugins such as WP-User-Frontend allows posting from frontend but only works with ...
2
votes
2answers
244 views
Creating a Front-end based User Search
I am working on a membership site which requires a front-end user search. I have been searching for an answer like a mad man, and I could really use some help! While there are several plugins that ...
2
votes
1answer
497 views
Frontend editing, Frontend user dashboard
I am creating a website so that users can submit their articles from the front end. I have quite a few things set up:
The ability to submit custom post types from the front end
Blocked from the ...
0
votes
0answers
67 views
WordPress - front-end form to admin verification before publishing [closed]
Are you aware of existence plugin with following functionality:
visitor fill the form on front-end
from saved and to be verified by admin (to publish or not)
if allowed to publish, new post is ...
1
vote
2answers
631 views
Can I create front-end editable user profile pages with Wordpress? How do I do it?
I'm trying to build a WP site where using the front-end, each user can:
Register through the front end using basic fields
Log in
Create their own profile page using multiple forms
Upload text, image ...
0
votes
2answers
217 views
Front-end registration form with password field
I'm trying to create a front-end registration form for my Wordpress website. The registration form is in the header, so any plugins I've seen don't work as they use shortcodes.
Look at my website for ...
0
votes
2answers
213 views
Categories from front-end, checkbox selection doesn't work
I'm using the plugin Post from site, which sets up a WP front end writer. I changed some line of code because I need to select categories with checkboxes and not with a multiple select (as it was ...
0
votes
1answer
65 views
Front-end login problem: requires re-authorization when accessing dashboard
I have created front-end login form that allows users to login from front-end. However, when trying to access Admin section (dashboard), WP's default login form is displayed and user authorization is ...
0
votes
2answers
406 views
Register new user in the frontend
I hava a big form and when a user fill it I need to create a new user in Wordpress from there.
Its posible to create and user from the frontend and add some custom information?
Thanks
2
votes
1answer
375 views
How to Make a Categories Meta Box with Hierarchical Checkboxes on Frontend?
My website allows uses to post posts of a custom post type ("place").
I would like to display the same "Categories" meta box seen in WordPress dashboard when you add or edit a post on frontend:
...
0
votes
2answers
213 views
wp_logout logging everyone out instead of just the user that clicked the logout link!
I want to display a different menu depending whether a user is logged into the CMS or not.
I'm using this for my menu:
<?php if ( is_user_logged_in() ) {
$args = array(
'depth' => ...
-2
votes
1answer
234 views
How to allow registered users to add content from the frontend of the site? [closed]
I am building a membership website and I want registered users to be able to publish content from the front end, so it appears that they never leave the site, maintaining the design and layout, ...
4
votes
1answer
260 views
wp_editor with media buttons
I use wp_editor() on the frontend. media_buttons are displayed on default if visitor is logged in. I want to display these media buttons whether user is logged in or not. Is there any way to achieve ...
1
vote
1answer
1k views
How to let user set password on registration
I´m working on a front end registration form adn have gotten as far as getting the standard registration form to work, but... I´d like to add the oportunity to let the user choose his/her own ...
0
votes
1answer
207 views
Adding extra fields to front end signup form
I've been reading around and looking for a front-end signup form (not using plugins!) and came across this - ...
2
votes
1answer
329 views
Close the media-upload thickbox right after upload is finished?
I'm working on a front-end uploader using WP's own media-uploading functions. All is well, except that I just want to simplify some UI things, like removing tabs and unnecessary information for my ...
0
votes
1answer
95 views
display custom portfolio tags
This is a part from the code that is used to display portfolio categories:
$post_cat = array();
$post_cat = wp_get_object_terms($post->ID, "portfolio_category");
...
0
votes
1answer
292 views
Problem uploading different files as custom fields with front end post form
I have a front end post form that I'm having some problems getting the right path for the media to save as custom fields. The path to the file gets saved as ...
1
vote
0answers
252 views
How to use nonce with front end submission form?
Thanks to a variety of posts on here I've managed to put together a front end submission form. After about 24 hours of tweaking I've finally got everything working including a redirect to a 'success' ...
0
votes
2answers
131 views
AJAX requests within templates
I'm trying to come to an accurate decision here about safe ajax requests from a template.
The thing about AJAX that always scares me is that the called script location is public:
...
0
votes
2answers
201 views
Plugin needed to allow subscribers to post articles on the front end without admin approval [closed]
Folks,
I'm working on a magazine that has two areas: a professional writer driven portion and a user submitted portion. We want the user submitted portion to be able to be formatted like the ...
0
votes
0answers
155 views
Front end image upload with custom taxonomy [closed]
I Try to upload and image and assign a taxonomy. The problem is, the term is not saved.
This is the code
if(isset($_POST['new_post']) == '1') {
$post_title = $_POST['post_title'];
$post_category ...
1
vote
0answers
157 views
Front-End Custom Taxonomy Tag Select
The theme I am currently using features a front-end dashboard with posting and post editing, but the pre-existing submission form currently lacks a field to select one or more custom taxonomy tags ...
2
votes
1answer
448 views
Edit post meta with checkboxes on front end
I'm trying to build an interface so that two custom fields for a custom post type can be edited on the front end with checkboxes. I'd like to display empty checkboxes if neither of those the fields ...
-2
votes
1answer
219 views
Front end post or photo or both
I need a help in correcting my code that can front end post or attach image or post&attach image ;)
Now I can send a 'post' and 'post with photo' but can't send just a photo, How can I do that? ...
1
vote
1answer
408 views
Let users create a new custom taxonomy entry from frontend (without creating a post)
I have created a custom taxonomy called "Club" (a group of people). This enables me to group posts from contributors (like tags). I use the plugin "Quick Post Widget" to let enter their posts form ...
0
votes
1answer
319 views
Front-end update_post_meta with ajax
as written in title I'm trying to update a post_meta using Ajax.
Actually I'm a complete newbie to Ajax and how it works so, if it is possible, I would appreciate if someone could 'take me by hand' ...
5
votes
3answers
346 views
How to add “Stick this post to the front page” to front end?
I have a baseball related website with multiple authors. I use the "Stick this post to the front page" to denote an "Editor's Pick" on an article. I would like to add a link/button to allow editor to ...
0
votes
1answer
166 views
Redirect back to origin page after using get_delete_post_link()
I need to implement frontend and backend redirection after delete specific post using get_delete_post_link(). Which hook i can use? Any advice would be appreciated.
Something similar to :
<?php ...
1
vote
0answers
185 views
How to configure Buddypress Activity Plus to work with front end posting?
I would like to use the feature of Buddypress Activity Plus on the front end posting code by Voodoopress. This plugin supports automated rich media embed (when a user posts a link on the activity ...
