Tagged Questions
0
votes
1answer
19 views
Can't get the second variable to save in my first custom WordPress widget
I am attempting my first custom plugin for a project and it seems to be about 90% working (somehow). I am able to save the title but not the URL for the second variable (event_url) to save or work.
...
0
votes
2answers
28 views
Post Content is not Displaying while using the next and the previous post.?
<?php if (is_single()) {?>
<div class="post-prenex">
<div class="alignleft">
<?php previous_post('« « %',
'Previous Post ', 'no'); ?>
</div>
...
0
votes
0answers
13 views
Wordpress Plugin file Redirect
I have a plugin that I want to integrate the views in wordpress without sending them to the plugin page /wp-content/plugins/CRM_SVN/LoginController.php?action=new. I would rather have a nice url ...
0
votes
0answers
9 views
WordPress Popularity Score relative to all posts (score views, shares and comments)
I am trying to find a solution to score my posts in an effort to visually represent how "hot" they are, relative to other posts, or relative to a score of 1.
I have views, total shares and comments ...
0
votes
1answer
20 views
Wordpress action starting before it's done
i'm trying to create a new bbPress forum when new post is saved...I made out this code but the only thing i get it's an infinite loop. The strange is that the loop starts not when i save a post, but ...
0
votes
1answer
19 views
Maintain custom post types and taxonomies in all themes
When I change the theme in dashboard, activated plugins that use custom post types, stay in the menu. But my own custom post types that I created myself disappear. Logically, It is because I create ...
0
votes
1answer
21 views
Worpress virtual page of a plugin for front end user
Hi,
I have a wordpress plugin and its have a view page for fornt end user.Now this view page link is like:
localhost/wordpress/wp-content/plugins/my_plug/plug_page.php
Now i want to create a ...
0
votes
1answer
14 views
Wordpress Editor text tab design issue?
I tried the Wp_editor in wordpress for the visual tab is working fine and the text tab is getting list order.
<?php
$settings = array(
...
0
votes
1answer
28 views
New Wordpress media uploader tool, featured images, and plugin interactions
The new Wordpress media uploader tool introduced in 3.5 causes problems with a few plugins, including a fairly massive one I developed.
The problem manifests like this:
New media uploader ...
2
votes
4answers
52 views
How to debug php code while developing wordpress plugins?
I started developing few WordPress plugins on my own. While developing a plugin i am using different hooks(wp_head, add_shortcode, etc) function in the plugin. Can anyone advice me an easy and ...
0
votes
0answers
10 views
Wordpress create configuration options for posts
I search and no find nothing about this , i try create personal settings por each post , i want show form with fields for save personal options and change configuration of post for this i have create ...
0
votes
1answer
28 views
Create a page for plugin view page in WordPress
I am new in WordPress.I want to create a plugin.This plugin have admin panel for some settings and view page for the end users.Now for end user my page link is like
...
1
vote
1answer
26 views
is it ok to change the main file name in a WordPress plugin when updating to a new version?
I'm going through a WordPress plugin and restructuring the whole thing, fixed a few bugs, created a new folder structure, and added some shortcodes.
I want to roll out my updates as version 2. I'm ...
0
votes
0answers
42 views
how to Call a function from wordpress plugin settings page on a button click of wordpress plugin
I m new to a make a plugin..Basically i want to have one update button in my plugin option page which will call few function from my plugin page ..
My option page looks like this
<div ...
-1
votes
1answer
18 views
Non-admin user (editors,author) can access plugins [closed]
Need plugins to give authority to editor or author that they access plugins and many more access from dashboard of wordpress.
-1
votes
0answers
21 views
Wordpress Plugin toavoid adult text content [closed]
I need help to find a WordPress plugin using which we can mention adult words and check post for these words. if any of these words exist in post, then we can delete post automatically. I need it will ...
0
votes
1answer
17 views
Wordpress Insert Data from Form is not Working
function db_install() {
global $wpdb;
global $contact_form_db_version;
global $table_name;
$table_name = $wpdb->prefix . "FantasticContactForm";
$sql = "CREATE TABLE $table_name (
...
0
votes
0answers
35 views
Separate all products to their categories on Woocommerce shop page
I need to separate all the products that I have on woocommerce shop page into categories. As default, even though products belong to different categories all comes up in a same list. Would be great ...
0
votes
1answer
22 views
Wordpress Plugin is Downloaded More when the time of updation why?
I wondering because when i fix some bugs in my existing wordpress plugins and uploaded into the wordpress repository, that time i review the statistics of download is slightly increase. In Before ...
0
votes
0answers
26 views
How to grab images by author / personal gallery
I've encountered a problem that I can't solve, while programming a page template for a profile page.
How can I get all of the attachment IDs from a particular author with a stated attachment type?
...
0
votes
2answers
45 views
add_user_meta and update_user_meta working only sporadically
I'm trying to display something to my wordpress site users depending on the number of times they have logged in. I've tried to accomplish this using user_meta and the wp_login hook.
add_action( ...
0
votes
1answer
48 views
how to get a file path of wp-config.php of wordpress site?
I am developing a plugin in which i need to include config and query the wordpress database on click ..My question is
How to get url of wp-config.php dynamically ..I have used
include_once ...
0
votes
1answer
32 views
Pluginf for Different header image on every pages in wordpress
I need wordpress plugin for this kind of header image http://www.slb.com/services/drilling.aspx like in this web site. And this image will not be slider but it's static image on perticular page and ...
2
votes
1answer
41 views
Buddypress bp_activity_add(activity_action) hides the link “target”
I'm developing a social network with Buddypress, I created a RSS plugin to pull the RSS feed from the specified websites.
Everything is working, except when the RSS is posted to the activity stream. ...
0
votes
1answer
24 views
How to display Shortcode hook functions output at the end of post in wordpress
I have made a shortcode hook with twitter button api.When i use the shortcode in any post after the image or content, the button displaying at top of the post.how can i display the button below the ...
-2
votes
1answer
50 views
what are some most useful functions of wordpress? [closed]
i'm beginner to WordPress and curious about to know on which WordPress functions i focus to be a good WordPress theme & plugin developer.i have a basic understanding in PHP , CSS & jquery. so ...
0
votes
1answer
24 views
Wordpress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
I have been working on a wordpress theme for a few days and when I realized my JS file for my theme customizer wasn't updating I decided to clear the cookies and cache, and wow that was problematic. ...
0
votes
0answers
39 views
How to move social buttons to bottom of a content post in wordpress?
I have made a shortcode hook with twitter button api.When i use the shortcode in any post after the image or content, the button displaying at top of the post.how can i display the button below the ...
0
votes
1answer
35 views
How to get image from the tinymce editor of wordpress?
I have the code to display the featured image to display in post and also know to fetch the featured image path url. But i didn't know how to fetch the url path of inserted tinymce images. That ...
0
votes
1answer
38 views
Selecting Content Within the TinyMCE Editor Using jQuery
I have tried to find an answer to this problem on Stackoverflow and elsewhere, but none of the solutions I have found seem to work for me. Here, then, is my problem:
I have a simple TinyMCE button ...
0
votes
0answers
26 views
wordpress 3.5, I can not write the html code in visual text
For information I disabled auto correction xhtml and I also added the remove_filter ('the_content', 'wpautop') in functions.php
....but the problem still persists.
Thank you for helping me, if you ...
0
votes
2answers
41 views
How to get image url of a post in wordpress?
I am developing a Pinterest pinit plugin for Wordpress. Pinterest pinit buttons requires an image URL and post URL... how can I get an image URL?
I used the below code but it didn't work out:
...
1
vote
0answers
28 views
Wordpress, on post edit/save track changes
I would like to know how to run a function when a meta information of a custom post type is changed.
For example, I have a radio box associated with a custom post type. And made it with metxboxes, ...
0
votes
1answer
49 views
How to make Pinterest pinit button
I am thinking to develop a plugin which creates Pinterest pinit button. I could not able to find the API for Pinterest Buttons. Can anybody tell how to find pinit button code?
Is pinterest providing ...
0
votes
1answer
73 views
My custom table not being created on wordpress plugin activation
I am trying to create my own custom table in wordpress database on plugin activation ..This is my code for that ..
function __construct()
{
register_activation_hook(__FILE__,array(&$this, ...
0
votes
3answers
63 views
How to edit page heading in wordpress admin panel?
I am making a plugin for custom wordpress admin panel theme, I have changed most of the things as per my requirement using hooks but I am unable to change Page Heading in Admin Panel in wordpress.
0
votes
1answer
54 views
How to call/run function while plugin is being activated wordpress php?
I have three functions to do on my plugin activation ..
Function 1 :-To create a custom-table in wordpress database .
function create_table(){
//Get the table name with the WP database prefix
...
-3
votes
1answer
50 views
Adding .htaccess expires rules through PHP in a WordPress Plugin? [closed]
I am attempting to create my first WordPress plugin, based on a .htaccess idea of mine. I don't know PHP too, too well, but I can change around code and stuff.
How can I add .htaccess rules to ...
0
votes
0answers
18 views
is it possible to integrate dhtmlx connector with dhtmlx scheduler
i have installed and configured dhtmlxScheduler plugin in WordPress. now i want to load data from another database table not 'wp_events_rec' table .
is it possible to load data to dhtmlx scheduler ...
0
votes
0answers
32 views
Can't save my metabox data
I'm trying to save some data but i can't. The problem is that the data saved is not that i expect but is an empty array.
This is the code. Please, what's the problem?...i'm going mad!
PS: I'm ...
0
votes
0answers
26 views
Wordpress cookie artificial manufacture for single signon
I am trying to integrate wordpress into django. What I am planning is to create the wp user table using django and when a person logs into django, I will create a wordpress cookie with ...
0
votes
1answer
39 views
How to save custom meta box's data?
I'm trying to learn something about WordPress plug-in development. Here is my first attemp to write something. This should create an input field on "page" pages to store a custom value.
This is the ...
0
votes
1answer
97 views
How to use session in wordpress in plugin development
I am new to write a plugin ..I am having a testplugin.php file and a ajax.php file ..
My code in testplugin.php is
global $session;
print_r($abc); //$abc is array of my data ..
...
0
votes
2answers
28 views
Jquery functions conflict with other plugin jquery function
I am using Same jquery function in two different WordPress plugins.
Both Plugins working fine individually, the problem is if I activate both then the script is working for one plugin other one not ...
0
votes
0answers
35 views
How can I extends the Buddypress Activity Feed?
I'm building this social community with Buddypress and I have this question about extend the activity feed. Let's say that I'm pulling a RSS feed from a website and I want to make this feed a part of ...
-1
votes
1answer
29 views
WordPress widget to display more than one images in a frame or div
Is there any word-press widget/plugin available which can switch images in a div or a frame automatically with a time interval. ?
My requirement is to have a div or a frame which can display images ...
1
vote
2answers
45 views
Is it possible to add stylesheet with an IE conditional comment when enqueing in wordpress?
I'm updating my self-built theme, and easily made a number of changes already.
My theme's stylesheet is added to the page head via wp_enqueue_style in the functions.php file, as follows:
function ...
0
votes
0answers
42 views
Creating a delete confirmation for images using the Wordpress meta box plugin
I am using the Meta Box plugin for Wordpress. I can successfully create fields in the cms for users to upload images. I would like to extend this in two ways:
First, I would like a delete ...
0
votes
0answers
14 views
Wordpress two functions using the registration_errors filter
I wrote two plugins that utilize the registration_errors filter: one takes a user that's registering on Wordpress and also adds him to a Salesforce db; the other accepts payments for one membership ...
0
votes
0answers
31 views
Wordpress Custom Field Template plugin
i wanted to use custom field below wordpress post. i followed this tutorials
http://idratherbewriting.com/2010/09/11/wordpress-tip-adding-custom-fields-in-posts/
but i am facing some problem to doing ...


