The part of a site that visitors see and is controlled by the currently active theme.
0
votes
1answer
285 views
Plugin: Front-end Editor - User role specific editable content?
(using scribu's front-end-editor)
Currently I have several custom fields and taxonomies that appear on posts as they are created by users. Each author is able to edit only their own posts.
However, ...
0
votes
1answer
720 views
Saving custom taxonomies to post as checkbox on frontend
I am trying to save custom taxonomies by choosing checkboxes. Normally if it is selectbox, there is no problem. But when I use checkboxes to choose terms it doesn't save. I am suspected that it is an ...
1
vote
1answer
365 views
wp_set_object terms won't remove all terms [closed]
I am trying to figure out why wp_set_object terms will update the terms in a given taxonomy but when I set the $terms param to NULL it keeps one of the terms - the one with the lowest ID.
I've ...
4
votes
1answer
1k views
How to show 'login error' and 'lost password' on my template page?
I'm providing front-end login in a template, using the function wp_login_form. It handles the redirection after login and logout pretty neatly! But if the username / password mismatch, or are non ...
0
votes
1answer
658 views
Custom Register Link on Backend Form
I want a similar solution like this one for my login form on the backend of my WordPress installation: Forgot Password URL Filter
What I want to do instead of returning a custom forgot password url, ...
0
votes
3answers
361 views
Trying to save custom post type from frontend partially working
I've created the following custom post type (lugares means places) with a custom taxonomy of tacos and it works fine form the backend:
/**
* Custom post-type lugares
**/
add_action('init', ...
0
votes
2answers
3k views
Create and edit posts from front end
I've created a very nice custom post type using the fantastic ACF plugin, but now I need a way for users to submit posts from the front end. Plugins like Gravity forms and Front-end Editor are nice, ...
0
votes
2answers
507 views
Wordpress User Frontend Editing Custom Fields
I'm using the plugin Wordpress User Frontend and editing the title and content of a post is nice (I managed to change it so I can edit custom post types), but there's no support for editing custom ...
2
votes
3answers
3k views
Uploading avatar from the frontend
in the codepad link you can find what I am using to edit profile from the front-end. http://codepad.org/QJjDEA7p
The code is working (which I got from How to edit a user profile on the front end? and ...
0
votes
1answer
545 views
How to update post's featured image in front-end
I created a new template page with code to allow front-end posting. Everything works great, with tags, post meta and image uploading (as featured image).
I have seen many codes about front-end post ...
0
votes
1answer
815 views
add post meta front end edit
I'm trying to allow users to add meta values in my posts but it doesn't seem to be adding it in my front end post edit
<!-- edit Post Form -->
<div id="postbox">
<form ...
-1
votes
1answer
564 views
Front end add custom field to existing post [closed]
I know how to create a front end new post form through tutorials but I'm confused as to how to make a front end custom field that allows user to add data to existing posts
3
votes
4answers
3k views
Frontend Simple Local Avatar upload
I'm using Simple Local Avatars for uploading custom user avatars.
How can I create a frontend page with the avatar upload function?
Below please find the code from Simple Local Avatars plugin:
...
1
vote
2answers
372 views
edit posts through front-end
It's possible to insert posts by users through the front-end by using plugins such as gravity forms or by using wp_insert_post. However, how would one handle the editing of those posts? This has to be ...
0
votes
1answer
79 views
Are there any action like 'init_frontend'
I've found init and init_admin. Are there any action that executes just in the frontend?
Thanks.
-1
votes
1answer
457 views
plugin: 'init' hook, check if we're not in admin
I've tried this inside of my plugin ('init' hook) but it doesn't work:
if(is_front_page() || is_singular() || is_archive()) { ... }
How could I check it using init hook?
Thanks.
3
votes
2answers
439 views
WordPress as a backend only. How to output database content on public side without WordPress?
I'm a bit of a PHP MySQL newb but i feel i need to bypass WordPress for the frontend of a site i'm building (it is mainly just RSS and JSON feeds). I was wondering if there are any tutorials or advice ...
2
votes
1answer
170 views
How could I execute my plugin just in frontend (not in backend)
I don't need my plugin running through wp-admin, including wp-login. How could I prevent it? is_admin works fine but i don't know how to ignore everything related to wp-admin (like wp-login.php).
...
1
vote
1answer
229 views
Post & edit a post from front end along with upload, dropdown, and other inputs
I am following this tutorial to post from front end. I am able to post the title, content, category, tags, I would like to know is it possible to add more fields like in the image below. How to ...
0
votes
3answers
1k views
Create post from form with image
I found this wonderdul script that @Bainternet here at Wordpress Answers created, that makes it possible to attach images into posts from a html form..
I tried to combine in into my "html form to ...
0
votes
1answer
346 views
How to add media from front-end to an existing post and edit file title
with the code from this question:
run ok, but I need add one input line to write the title of the file attach and save this title in media when upload this file.
0
votes
2answers
487 views
Wordpress Backend Fine, All Themes Return a Blank Page?
I have this issue, where I can't access the frontend without a blank page anymore. It drives me crazy.
The backend seems to be up just fine, but the frontend is white. When trying to chose another ...
1
vote
2answers
2k views
Frontend image uploading from edit profile page. (goldenapples)
I have been following goldenapples front end file uploads tutorial, however i do have that working for my frontend posting page, but what i am wanting to accomplish now is to add an image from edit ...
1
vote
1answer
135 views
Show an image in my header.php
I want to let my customer choose any image (in my backend) and then it will be displayed in my header.php. i've found Image Widget, but it just show images in the sidebar. I want something like:
...
3
votes
1answer
2k views
List custom post types in dropdown
I have three custom post types, each with around 5 taxonomies and 2 of the custom post types share two taxonomies.
I've just about got everything set up for posting from the front end other than the ...
3
votes
4answers
596 views
Disable front end to use as CMS only?
I'm using the WordPress database and back end to administer the news for my band's website and everything is working great however I'd like to disable the front end of WordPress itself.
I have the ...
2
votes
1answer
733 views
Publish pending article from front end with a button?
Is it possible to take the blue publish button in back end of the wordpress and place it in the frontend near the post in my index.php. I need a way to publish the pending article without going to ...
7
votes
4answers
4k views
How do i include tinymce editor in frontend?
I am trying to add tinymce editor in my frontend from where users can post. But no luck so far. Here is the code:
PHP:
add_action('wp_print_scripts', 'my_enqueue_scripts');
function ...
1
vote
2answers
2k views
How to add media from front-end to an existing post?
Golden Apples Design created (as far as I know) the media upload function that many people on WP.A and elsewhere seem to recommend. But all of the Q&As I can find on StackExchange deal with ...
2
votes
2answers
1k views
How can I edit a post from the frontend?
I have learned how to create a post from the frontend but how about editing it ?
This is the code I am trying to create a simple frontend form for posting.
Thank you
8
votes
2answers
6k views
How to save the state of a drag and drop jQuery UI Sortables front end layout editor?
I am building a front end post layout editor using jQuery UI Sortable.
The posts are laid out in 300px by 250px boxes over a background image. The posts are created and edited using the WordPress ...
1
vote
3answers
1k views
Custom form, shortcode, and submit handler
I have a frontend form with a bunch of input. My requirements force me to use a custom shortcode to create the form. I have already tested a page with that shortcode.
Here's my :
<form ...
2
votes
4answers
521 views
What are the pros and cons of using a custom front-end to retrieve content from a Wordpress back-end
I've been building wordpress sites for a few years now and have noticed a few things that bother me.
1. It's fairly slow (awful blanket statement, I apologize)
My initial desire to create a ...
0
votes
2answers
1k views
Save Theme Options (options.php) From The Frontend
I try to save an option from the frontend but i can't find yet how to do it.
So, the idea is to give the blog owner a simple form with a dropdown that can select a different stylesheet.css.
I have ...
1
vote
2answers
2k views
Frontend Post Form Validation
OK, there have been several posts on here about frontend posting forms. I've read them all, which got me to where I am. Now every form I come across has some form of validation which seems to check ...
0
votes
2answers
3k views
custom registration form [duplicate]
Possible Duplicate:
Front-end Register Form
i like to create custom register form like http://www.bharatmatrimony.com/ this page in worpress ... i have searched many plugins no one helps ...
6
votes
3answers
11k views
Submit post and upload image from front-end
I am trying to do something similar to the above question. I am trying to make users post and upload images from front-end. I have already done the post form and its working.
I just followed and ...
0
votes
2answers
287 views
Stop Authors from submitting spam post
I am designing a frontend for users, where they can submit an article/post from. But i am worrying if someone puts javascipt code, or SQL injection, or other malicious code. Is there a plugin or some ...
4
votes
1answer
4k views
Upload post thumbnail from the front end
We would like users to be able to upload the post thumbnail when editing posts. How would this be done. I would imagine it would make use of the ajax functions of wordpress.
Any ideas,
Marvellous
0
votes
1answer
1k views
Front end post editing using a form
I have a custom-post type with the standard meta boxes and some custom fields. How could I edit a post through a form in the frontend?
16
votes
1answer
19k views
How to edit a user profile on the front end?
How can I edit a user profile in the front end with a form?
first name, last name, username, email address and password
0
votes
2answers
951 views
Best way to strip the_content of html on the front end?
What is the best way to strip *the_content* of html tags and needless spaces on the front end? I'm building a special use theme that needs to allow users who can edit_post to make changes on the front ...
0
votes
2answers
645 views
Post from front-end only by logged in users, form posts as “posted by: <logged-in user's username>”
I've handrolled a form for posting from the front-end, with some custom functions that I needed. However, I've made the form only accessible when a user is logged in, and I'd like to have the articles ...
1
vote
3answers
781 views
Front end user creation form! How do you keep the user on the same page in event of error?
I've recently tried to add a user registration form to the front end of my site and have used the following form code (based upon http://digwp.com/2010/12/login-register-password-code discovered in an ...
3
votes
2answers
377 views
How to notify users of blog updates a la Admin Plugin Update notifications?
What I would like to do is mimic how Wordpress shows an administrator how many new updates there are for installed plugins (a tiny number displayed next to a link). The main difference is that I want ...
3
votes
3answers
2k views
Meta Boxes in Front End Post Submission Form
How can I add meta boxes to the front end post submission form? Similar to front end post submission that creates new posts, the form replies should go directly into the post meta boxes.
Meta Boxes ...
9
votes
7answers
11k views
Front-end Register Form
I'm looking for an easy way to place the user registration form on the front-end of a WordPress site. I've already used wp_login_form() to place the login form on the front end, but now I need to do ...
3
votes
2answers
3k views
Front-End Post Submission
I am trying to add a form where users can submit post from front-end.
I am Following this tutorial:
http:// wpshout.com/wordpress-submit-posts-from-frontend/
What I am doing is adding this code to ...
0
votes
5answers
6k views
Create front end member login
I am very new at all this and not a programmer. I want to know how to create member login section on the site allowing users to see data that is not visible to the public. I am not sure how to go ...
0
votes
1answer
353 views
Advice on setting up a site with front end registration
I have been tasked with creating a site for a large audience, and many of the audience will require some sort of sign up. They may require certain account controls (visual things, like theme colours ...