The part of a site that visitors see and is controlled by the currently active theme.
0
votes
0answers
18 views
Save front-end editor content to database
I'm trying to implement the wordpress editor into the frontend as outlined here - http://soderlind.no/front-end-editor-in-wordpress-3-3/
I have got the editor working using the code below but can't ...
0
votes
2answers
48 views
Up/Down voting system for Wordpress
Looking in all posts with keywords "voting system, upvote, downvote", I can't find a satisfying solution for this issue, except accepting one of the available plugins, spend a lot of time undersanding ...
0
votes
1answer
25 views
Modify custom field from front end
If I need to manage a custom field under wordpress, but not from the admin area. In other words, I need that users modify the content of post custom fields from front end. What is the way to do so?
...
0
votes
0answers
19 views
Front end form submission/processing, without using a template file
I'm writing a plugin which has a front end form that is generated by a shortcode. I'm struggling with processing the form submission in any way. Many tutorials describe placing form processing code at ...
2
votes
1answer
43 views
Get names of editors to post
How can I call the usernames of people that have edited a post?
I know I can use get_the_modified_time to display the time the post was last modified, is the same possible with the list of users that ...
0
votes
0answers
38 views
How to allow user to add to, but not edit, a post?
I saw something very nifty on peerwise (basically a med students social network for making exam questions) that allows people to make additions to something but not edit the original post.
I ...
0
votes
1answer
40 views
wp_editor on front end media upload jquery live error
I have set up a front end editor for a project I am working on. The editor is inside a div with display set to none. The user will click a button to get the editor div to show up.
The issue I am ...
-1
votes
0answers
8 views
Upload Images from front-end and that image will be used as local avatar in wordpress,suggest any plugin [closed]
How to upload image from front-end,
the uploaded image used as avatar,
suggest any plugin,plz
1
vote
1answer
40 views
Wordpress front-end post form and email after
I have coded a front-end form that posts to a custom post type, i have a form input field for an email and when the form posts to the custom post type i want an email sent to the email address ...
2
votes
1answer
36 views
Frontend posting - everything saves other than checkboxes?
I have a form on the frontend of Wordpress which is saving all fields except a checkbox array. It displays and saves the correct values if I tick the boxes in the backend post editor, and the ticks ...
1
vote
1answer
56 views
Delete attachments from Front end
I am trying to make a simple media manager on the front end of my posts, as my site will have many authors. I want to give them the ability to delete any picture attachments that they have uploaded to ...
0
votes
1answer
28 views
How to auto strip hyperlinks & images in wordpress post
I creat a post form on front-end for wordpress members by use DJD Site Post plugin.
Plugin url: http://wordpress.org/extend/plugins/djd-site-post/
And now i want to auto strip all hyperlink & ...
0
votes
1answer
48 views
Three level taxonomy dropdown frontend
I have a code in my functions.php to display 3-level taxonomy dropdown:
$brand_taxonomy = 'county';
$taxonomy_name = 'Vietovės pasirinkimas';
...
1
vote
1answer
43 views
Responsive Images - Generating multiple images from Theme Customizer control upload?
So, after poking around in the code it looks like the filter image_make_intermediate_size is not called by the various WP_Customize_Control() classes at either WP_Customize_Image_Control() or it's ...
0
votes
0answers
32 views
Plugin frontend with themes
I'm developing a calendar plugin and i need to show my content like a page, how i integrate my plugin file with themes?
I created a index.php file in my plugin directory and load the get_header() ...
1
vote
1answer
23 views
How to use Yoast SEO backend in english even if WPLANG variable is not english?
I added this code to my functions.php file
add_filter('locale', 'wpse27056_setLocale');
function wpse27056_setLocale($locale) {
if ( is_admin() ) {
return 'en_US';
}
return ...
0
votes
0answers
44 views
User driven content problems
I am trying to build a website that will allow users to post from the front end. I need to be able to have the user enter a title, a category, and tags. For the content of the post, I would ideally ...
0
votes
1answer
58 views
Widget Development - Displaying dropdown content
I'm using the following code to create a widget to select a post from a dropdown - which works fine in the backend, but I can't figure out how to display this on the frontend...
<?php
class ...
0
votes
1answer
29 views
Check in function on custom page
I have a website about places and attractions in my country. Each place/attraction is a different custom post. On this page, i would like to add a button with the value "Check In" and if clicked by a ...
-1
votes
1answer
31 views
How can i hide content if not friend in Buddypress?
How can I hide some specific contents or div or other stuff depending on being friend or not in buddypress ??
I tried to use the bp_is_user_friends() function but it did not work !
0
votes
1answer
28 views
Change Post Status From Front End
I am using the code in a page below to let users delete their posts from the front in. I have wp-admin totally blocked off to site users.
What i want to do is when they click the delete button the ...
0
votes
0answers
40 views
Saving term using “suggest” script and “ajax-tag-search” action
I am building a front-end post edit / create form. The form uses an auto suggest for taxonomy, powered by built in suggest script & the ajax-tag-search action. The script is working fine, but I am ...
0
votes
0answers
12 views
Let users create a new custom taxonomy entry from frontend
I had created a custom taxonomy "group", and new post type named "topic". there are some terms under custom taxonomy "group".
Use the following code, i can create a new entry from frontend in ...
-1
votes
1answer
107 views
Front end post form won't post categories to custom post type
Trying to get a front end post form to work with my custom post type. It posting to the post type but the 2 custom taxonomies and the tag field aren't posting/saving.
Here is my CPT.
...
0
votes
1answer
117 views
Post visibility option to theme front-end for author to select?
Is it possible to present author with an option to select visibility of a post (public, private, password) on theme front-end post adding without messing with Wordpress core?
Any suggestions are ...
0
votes
0answers
12 views
front end category change
Hey I'm looking for a simple way to change the category of a post from the front end. How could this be possible? (I really don't want to use have front end editor plugins, and I want to use a short ...
0
votes
1answer
37 views
Add frontend “Restore” link
I am using get_delete_posts_link($postid) to let users send their posts to the trash from the frontend. Now I'm trying to replicate the same functionality for them to "untrash" or restore the posts as ...
1
vote
1answer
33 views
br tags on backend not showing up on frontend
I was really searching here for a solution for this but I couldn't find anything.
Problem:
br and/or br / tags which I put into my content on the backend were just not showing up on the frontend. No ...
0
votes
1answer
41 views
Upload unnattached image from frontend
I am using the below function to let users upload files from the front end. It works great except that I would like the file to NOT be attached to any post. Currently, the file is automatically ...
0
votes
2answers
44 views
the_time() returning wrong date/time (way in the future)
Within a loop, that otherwise works fine, the_time() is giving me a date and time about 25 days and a few hours ahead of the actual date.For instance, if I post today, it lists it as "April 30th, ...
0
votes
1answer
64 views
Link or button to open the media manager from frontend
I am trying to figure out if there is a way to add a link or button that will open the media manager/library on the front end of the site? I don't need to select images for insert or to select images ...
0
votes
2answers
39 views
updating meta_key from the frontend
I am wanting to update the meta_key in the database to reorder postmeta from the frontend.
I'm using jQuery UI drag and drop to move items into an order, I can update the values but the meta_key is ...
0
votes
0answers
38 views
Update 1 specific field wrapped in shortcodes on frontend?
I am working on a page template where users can update their profile fields on the front end. I am using profile builder pro and it works fine however I am trying to recreate a specific field so I can ...
0
votes
2answers
103 views
Headers already sent on a frontend post form using wp_redirect before get_header
I've gone through the various issues with headers already sent, checking for white space and making sure that the get_header line appears after the wp_redirect but I'm stuck.
The code is:
<?php ...
0
votes
1answer
47 views
Get all media files for current author
I'm trying to create a list on the frontend of my site of all media items that the current user has uploaded.
It seems like the way to do this would be to loop through and compare the ID of the ...
0
votes
0answers
111 views
Front-end media upload doesn't work properly
When i try to upload media from front end i get error
An error occurred in the upload. Please try again later.
When i refresh a page i see uploaded media. I noticed that when i remove header ...
0
votes
2answers
64 views
Front end login form not working on live site
I am using the front end form submission. It work on localhost perfectly but when i live my site it not working it show the success message but originally it not logged in. This is my code
<?php
...
0
votes
0answers
14 views
need “see my store” link from mainsite to member site all on frontend on multisite
I'm using a multisite network with TTfrontendmarketpress. Users do not have access to the backend dashboard. I have custom meta widget installed that allows users from their subsite to get to the main ...
2
votes
2answers
71 views
Built-in data validation function for URLs
I have a front-end form where people can submit their website URL.
I'm actually verifying URLs in Wordpress with a PHP function and I would like to know if there is a built-in function that allows me ...
1
vote
1answer
228 views
insert post & Upload post thumbnail from the front end using ajax
i have searched & searched for an explenation and have found some answers
that seem to be working for other people on this topics but i havent been able to get working.
This is my "form"
<div ...
1
vote
0answers
47 views
Adding a new user from the front end
I have a front end form that creates a new post from users that are not required to login. However, I need to create a new user based on the information passed in the form. As it is right now I can ...
-2
votes
2answers
78 views
Is there a secure way for the public to submit images, videos, and documents using WordPress?
I want the public to submit images, photo simulations, models, video, animation, illustrated narration, papers and other publications and multimedia. images - 30" x 42" 300 dpi . pdf format file size. ...
1
vote
4answers
138 views
Front-end login: Redirect user to the post they had created
Is is possible to redirect a user on front end login to a post that they have created?
I have the form below on the front end which works great to log people in but doesn't quite achieve what I want.
...
1
vote
2answers
133 views
add_editor_style is not loading in frontend. Any solution?
This is default wordpress add_editor_style function:
function add_editor_style( $stylesheet = 'editor-style.css' ) {
add_theme_support( 'editor-style' );
if ( ! is_admin() )
return;
...
0
votes
1answer
67 views
How to add a full edit link to front-end editor?
I would like to add a full edit button to the Front-end Editor plugin.
It's currently like this:
[EDIT] Text text text
I would like to make it like:
[EDIT] Text text text (enables front-end ...
0
votes
1answer
137 views
Upload PDF and other files from the Front-End
I am trying to create a medical website, where logged-in doctors can actually upload pdfs and other files (such as jpg) from the front-end in posts. Then, after reloading the page, the uploaded files ...
1
vote
1answer
84 views
Let user edit his own comment
can I allow user to edit his own comment (without, username, url, or mail) on front-end. For example simple form on custom worpdress page with his comment and submit button.
Thank you all in advance!
...
0
votes
1answer
228 views
Best way to use ajax front-end?
The question is about which way is the best / easiest way to make a theme with ajax, using admin-ajax.php or normally.
I ask because I see that complicates using admin-ajax.php for everything and use ...
2
votes
5answers
439 views
How to attach a uploaded video to post from front end
Hello am building a user generated content sharing theme
This is my code for video submission from front end
But this code only allows to add videos from a url
How can i allow them to upload ...
0
votes
1answer
69 views
how to make nsfw post with thumbanil
iam making a comic site like 9gag
the front end upload page contains
title
upload image
tags
NSFW [checkbox]
if every thing is normal
the image become featured image of the post ,
i want the NSFW ...