The part of a site that visitors see and is controlled by the currently active theme.
0
votes
2answers
101 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
2answers
58 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
...
-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
1answer
38 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 ...
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
33 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 ...
0
votes
1answer
45 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';
...
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 ...
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
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
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, ...
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 ...
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 ...
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
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
46 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 ...
1
vote
0answers
249 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' ...
1
vote
0answers
156 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 ...
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 ...
0
votes
0answers
15 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 ...
0
votes
0answers
37 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
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() ...
0
votes
0answers
41 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
0answers
39 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 ...
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
0answers
95 views
Moving WP E-commerce “Add Product” to Front End
I'm moving my wp e-commerce dashboard to frontend.
Currently I'm on stage where everything works perfect and I have last part to implement, but the last is the hardest as it's too specific for WP ...
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
0answers
108 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
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 ...