Tagged Questions
1
vote
1answer
34 views
wordpress.org codebase
Is the codebase that runs wordpress.org publicly available? Specifically, I'm interested in the part that parses the plugins SVN repository to determine the current and past versions of plugins.
I ...
1
vote
1answer
34 views
How is the WordPress.org plugin download history calculated?
I'm interested to know how the download history of plugins is calculated on WordPress.org.
I'm noticing that one of my plugins is displaying a small percentage of users using a version which I ...
1
vote
1answer
56 views
Creating Menu with Wordpress
I am not very familiar with WordPress so my knowledge with this is limited. I am working on a travel website where I need to show navigation menu and I am not sure how I can achieve the desired ...
1
vote
1answer
72 views
Can WordPress Plugin Directory Cache Delay the Upload of Images?
I've updated my plugin and I can see the updated text on the plugin page but I don't see any of the screenshots or header image. Is it possible that the cache will move the image files over later? Or ...
7
votes
5answers
249 views
Can a developer adopt a plugin marked as “not updated in over 2 years”?
I have come across a few WordPress plugins on http://wordpress.org/extend/plugins/ with this warning:
This plugin hasn't been updated in over 2 years. It may no longer be
maintained or supported ...
0
votes
1answer
58 views
Adding Sorting to Website?
I would like to add sorting but don't have any idea how ot go about it. I would like to be able to sort by:
Date, Title, Price (custom field), Comments, Views, ASC + DESC
What would be the ...
1
vote
0answers
72 views
Admin Login authorized cookie problem
here is a problem coming with admin login authorized cookie in word press.
When i am signing in it is set but when i am going to logout it is not getting unset but url
redirect me on sign in ...
0
votes
1answer
368 views
Bidding site plugin
I have to make the bidding site like odesk, freelancer type.
Is there any helpful plugin for job, contractor, user, project and payment management in wordpress as these are the main tasks of this ...
1
vote
0answers
99 views
which plugin should i install to use these XML-RPC methods
Can any one tell me which plugin should i install to access these XML-RPC methods,
// - Demo
0115
'demo.sayHello' => 'this:sayHello',
0116
...
1
vote
1answer
35 views
Wordpress plugin compatibility explaination when wordpress releases its new version (theoretical)
Recently i updated my wordpress to its latest version 3.4.1 and noticed that few of my plugins are only compatible upto 3.3 although they are working correctly for my site even with the latest ...
3
votes
1answer
59 views
“Donate to this plugin” for WordPress.org Plugin Authors
I recently saw a link titled "Donate to this plugin >" link on a WordPress theme (and then I did!). How is this added to a plugin's page on wordpress.org?
Here's a screenshot:
0
votes
1answer
416 views
How do i code exit popup plugin for wordpress?
I need to code a exit popup plugin with jquery . It should be similar as this one http://kbeezie.com/view/cross-browser-exit-pop/
the demonstration is here
http://kbeezie.com/exitpop.html
Can anyone ...
0
votes
1answer
66 views
Pronamic Info Window
I am using Pronamic Google Maps (http://wordpress.org/extend/plugins/pronamic-google-maps/) to add Google Maps to my post...I would like to do a couple of things:
I noticed that the balloon, or info ...
0
votes
1answer
1k views
Retrieving custom fields with $wpdb->get_results
I'm trying to use $wpdb->get_results to retrieve an array of all posts including custom fields. I can retrieve the meta_key and meta_value columns like this:
[meta_key] => state [meta_value] ...
1
vote
2answers
326 views
Adding set of custom fields to Wordpress Post in Dashboard
I am working on a WordPress site and while creating a new posts we have certain number of custom attributes which are always part of the post, as of now we need to manually add those all custom fields ...
0
votes
1answer
147 views
Display Images with More Fields yes / no
I am creating a site and installed the More Fields plugin option to create custom fields in the posts.
I'll have an area for downloads, which will provide Word and Excel files to download.
If I ...
-1
votes
1answer
189 views
PHP $_session is not work in wordpress
why PHP $_session is not working in wordpress my php code is
session_start();
session_register('lang_opt');
$_SESSION['lang_opt'] = $_POST['lang_opt'];
$mylang = $_SESSION['lang_opt'];
echo ...
2
votes
1answer
189 views
Can I change ownership of my plugin?
By adding a new committer and removing the original committer can I effectively change ownership of plugin? I would like to transfer a plugin to a new wordpress.org profile. I am the author.
1
vote
1answer
255 views
Author Specific URL's in WordPress
In continuation of this thread
Mapping multiple URLs to same page in WordPress
is there any other way except redirect similar pattern URLs to same page.
Our goal is to provide our guest and other ...
0
votes
1answer
63 views
getPost() method and Pagination
i am creating a related post article feature for my wordpress enabled site.being new to php and wordpress facing some issue.
though i can user wordpress build in feature to show related post of author ...
2
votes
2answers
78 views
Licensing: Can I include SWFs without source in a plugin released on wordpress.org?
Suppose I create a WP plugin that includes a couple of SWFs that I create (not third-party SWFs). According to http://wordpress.org/extend/plugins/about/ , if I want to publish that plugin on ...
1
vote
1answer
259 views
How to display a category list in a mediawiki like way?
I would like to reproduce on Wordpress the same behaviour of mediawiki when it comes to display the posts of a certain category (with an alphabetical order, in columns and using first letters in bold ...
4
votes
1answer
2k views
Making my plugin multi-site compatible
I want my plugin to be installed on each blog and create database tables per blog. I have this code:
register_activation_hook( __FILE__, 'install1' );
function install1() {
global $wpdb;
if ...
-2
votes
3answers
154 views
Plugin: Custom menu item problem
I'm using the following snippet to add a menu item:
<?php
add_menu_page(
'Foo Server',
'Foo Server',
'manage_options',
'foo-server',
array('Class', 'method')
);
?>
Fine, ...
0
votes
1answer
124 views
HTML link within my plugin settings page
My plugin has a settings page. It's working fine. Now, i want to put a html link within this page. This link will go to another settings page. How could I do that?
Thanks.
2
votes
1answer
167 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).
...
0
votes
2answers
1k views
How can I make a website with dynamic features with wordpress?
As I am a novice in web development field, I wanted to clarify some questions running in my head.
I want to make a multilingual website with dynamic features. Dynamic features can be like anything ...
1
vote
2answers
288 views
Install widget on plugin activation
Anyone know any resources to help me install my widget when my plugin is activated?
2
votes
1answer
1k views
How to create a public profile for authors/contributors/users in WordPress
I would like to add a public profile page to the authors and others contributors in my site. where visitors can see their profile info.
I dont wanna use Buddypress, is it possible with WordPress ...
0
votes
1answer
419 views
I want to create a Visual Recipe site on WordPress, any suggestions or tips on how i can do it?
I would like to create a visual recipe site, which lists how to make a dish in step by step through pictures.. Is it possible to create a custom page template where i can the following fields.
...
0
votes
3answers
606 views
What happened to WP No Category Base?
What happened to the plugin in Wordpress plugin repository?
The link doesn't work:
http://wordpress.org/extend/plugins/wp-no-category-base/
and search for this plugin doesn't list it.
Yes, I know I ...
0
votes
5answers
81 views
Great blogs site resources/tutorial for Wordpress Developers?
I sometimes learn a few tricks from wordpress blog tutorial sites and its great that some of the people in this field , share what they know about working around with coding around wordpress.
Im ...
1
vote
1answer
317 views
How to checkout the wordpress.org plugin repository?
I have problems to checkout the wordpress.org plugin repository via SVN on https://plugins.svn.wordpress.org/.
First it starts all looking well:
>svn --force checkout ...
4
votes
4answers
2k views
Auto-post to multiple sites like Posterous?
I'd like to be able to autopost from my wordpress site (private wordpress.org, not on wordpress.com) to multiple sites with one plugin/hack from within wordpress. I'd like my posts to be able to be ...
1
vote
1answer
1k views
Reblog from Tumblr to Wordpress
If you have a Tumblr blog, you can 'reblog' from other Tumblr blogs, much like a trackback. I follow a couple of Tumblr blogs and sometimes want to quote from those websites. And, on these Tumblr ...
5
votes
1answer
106 views
Allowing Two Developers Access to a Plugin on the WordPress.org Plugin Repository?
The question is "How to Allow Two Developers Access to a Plugin on the
WordPress.org Plugin Repository?" This question was asked on the wp-hackers list and @EAMann answered it nicely and it's a great ...