Tagged Questions
0
votes
1answer
27 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
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
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 ...
3
votes
1answer
198 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
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 ...
2
votes
1answer
494 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
2answers
211 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 ...
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
2answers
71 views
Add script into front from my plugin
I have a WordPress plugin, and I must load scripts from my plugin to the front of the site.
class My_Plugin {
function __construct()
{
add_action('admin_menu', array(&$this, ...
4
votes
3answers
272 views
Handling jQuery Component Collision
In plugin development, what is the best practice to prevent jQuery component collision on the front end?
For instance, let's say I include the jQuery Apprise dialog in a plugin that loads this on the ...
0
votes
1answer
104 views
Get a submitted value from front end post form for single template
I'm using Wordpress Form Manager to allow users to post from the front end and I need to place values for the post in different spots in a single post template. The code they offered doesn't return ...
0
votes
2answers
504 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
1answer
166 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
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:
...
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 ...
3
votes
2answers
376 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 ...