Questions about wordpress.org and its interactions with APIs, the theme and plugin repositories, Trac, Codex, project development teams, and similar topics. Do not use this tag just to mark a self-hosted installation.
11
votes
4answers
541 views
What is the Plural of WordPress?
I mean, for what I remember of my english classes it should be WordPress', or not?
Would this be a Meta Question?
Or a English Language & Usage one?
[update]
What I ended up writing (in an ...
8
votes
5answers
250 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 ...
8
votes
2answers
199 views
Which of my blog and personal data is being transfered when Wordpress automatically checks for updates?
I'm generally concerned about privacy and I've heard that with each contact to the Wordpress API for update checks and similar a lot of my blogs data is being transfered.
To get a better impression, ...
7
votes
2answers
290 views
How to share WordPress core library
We have ten blogs running on a little EC2 instances, we want to see if all the blogs can share the same wordpress php code so
When I update the Wordpress, all the blogs get updated
Save memory in ...
5
votes
2answers
244 views
WordPress.org API - Get plugin authors favorite plugins
There have been some recent additions to the WordPress.org plugin repository. Most notably the changes to the plugin page and the author profile page which now shows an authors favorite plugins.
I ...
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 ...
3
votes
2answers
210 views
Things to take care when moving from hosted wordpress to self-hosting
I have a hosted free wordpress blog. Now I am thinking to move that blog to self-hosting.
What I already have /know/tried:
1: I have a domain name purchased from a companyA.
2: I have hosting ...
3
votes
1answer
469 views
Theme Review: post thumbnail, header image, content width
A followup to my previous question about my theme that was rejected for the WordPress.org theme directory:
RECOMMENDED: No reference to the_post_thumbnail() was found in the theme. It is ...
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:
3
votes
4answers
575 views
Plugin directory “Last Updated” not changed after initial commit?
I released the first version of my Rewrite analyzer plugin with a commit on 2010-05-12. The WordPress.org plugin directory however still displays 2010-11-27 as the "Last Updated" date - this is the ...
2
votes
1answer
103 views
Ads Restricted on WordPress.com?
I am creating a WordPress blog myself - downloading it and installing it myself - as well as buying a domain name and hosting it using something like simplynames.com.
I read somewhere though that you ...
2
votes
3answers
125 views
WP.org API: Accessing plugin downloads “Today” value?
I'm developing a plugin to display stats for downloads and various other information that developers might want to display on their sites about what they have developed.
I've found documentation on ...
2
votes
1answer
190 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.
2
votes
1answer
1k views
Edit Comments Form in TwentyEleven
Is there a way I can edit / change the layout of the comments form (leave a reply form) in the TwentyEleven theme? I want to put the textarea on top and I can change the styles via css but physically ...
2
votes
2answers
690 views
Buddypress - Send New User Activation Link to Admin
How do I send the new user activation link to my own email address instead of the user? Is there a simple function I can use to switch things out?
function ...
2
votes
1answer
274 views
Previous & Next on Index Page broken
So the Next/Previuos on my index page is broken. It goes to page 2 but doesn't refresh the posts. It will work on my categories and it will work on my posts but it just won't work on the from page. ...
2
votes
2answers
84 views
Change Wordpress.org hosted plugin readme.txt
is it possible to change the readme.txt of a plugin that is hosted at http://wordpress.org/extend/plugins/plugin-name without tagging a new version?
I would like wordpress.org to show the new ...
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 ...
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 ...
2
votes
2answers
98 views
Custom Author Fields + Existing Taxonomy - Integrating the Two Dynamically?
I am trying to integrate both the values from an existing custom taxonomy and custom author profile fields. I would like the values to be used as the options from which an author can select when ...
2
votes
1answer
1k views
how to add a .php file to wordpress
I have a php file in my server (say www.example.com/up/up.php). If i access that file through the url, my site says no page found. but i want to call that php file using url parameter. I want to call ...
2
votes
1answer
170 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).
...
2
votes
2answers
130 views
what's meaning of it when submit a theme?
REQUIRED: Comments are displayed as "Off" while they aren't in wp-admin. Comment form is not displayed in these cases, while it is when a unit test post already has comments.
i have installed the ...
1
vote
4answers
119 views
WordPress.com vs WordPress.org
This question might seem a little silly but I was wondering what is the differences between WP.com and WP.org?
I know the main differences like you can't edit a them file without paying for it, you ...
1
vote
1answer
279 views
Overiding functions.php with child-theme
I've been searching for a proper solution to override functions and hooks in my parent theme's functions.php.
My parent theme has:
define('TS_INC', TEMPLATEPATH .'/inc');
require_once( TS_INC ...
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 ...
1
vote
3answers
1k views
How do I add a new custom post format?
How do I add a new custom format while making a post in WordPress?
The default formats are standard, aside, image, gallery... I want to add a new format of 'xyz' name. How can I do it?
1
vote
2answers
291 views
Install widget on plugin activation
Anyone know any resources to help me install my widget when my plugin is activated?
1
vote
2answers
527 views
Creating external apps Wordpress / How they work
I was wondering how does external app works for wordpress.com or wordpress.org.
Directly connecting to the wordpress database seems a bad idea to me.
Questions
How can I create an app or get / ...
1
vote
1answer
35 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
701 views
Changing wp-content to other name? Multisite set up
Is there an easy way to change the words wp-content that show in the source code to xyz-content without breaking my site?
I want to do it for branding purposes.
I tried:
Url rewriting but the ...
1
vote
2answers
316 views
Prerequisites Skills to learn WordPress
I'm new to WordPress and I was going through skills sets on some of the projects that are to be built in WordPress. The prerequisties that were mentioned are listed as below:
HTML (obvious)
CSS ...
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 ...
1
vote
2answers
1k views
query_posts: how to show all 'meta_value' containing a specific word?
How could you display all the post in a loop with a (custom) meta_value containing a word/phrase? for exemple get al the post where meta contains 'test'.
...
1
vote
1answer
117 views
Questions about WordPress.org theme review
I have created one theme. The theme was denied today for the following reasons:
Theme Review:
Themes should be reviewed using define('WP_DEBUG', true); in wp-config.php
Themes should ...
1
vote
1answer
53 views
website is still in localhost
I upload my website to the server and I changed the website url and home from localhost to mysite url. But it still is in localhost if I turned off wampserver it won't show the website. Just show me ...
1
vote
1answer
73 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 ...
1
vote
1answer
341 views
CSS for Custom Post Types
How do I assign CSS to custom post types so it displays different from other Custom Post Types?
Example:
Custom Post Type 1:
Row of 4 Images
Custom Post Type 2:
a 2 column with an Image in the ...
1
vote
2answers
270 views
Character Limit w/ Excerpt removes Images Why?
So I limited the amount of characters per post via the_excerpt('50') but it removes the image that I added to my post. How can I bring that image back so it shows up above the post then limits the ...
1
vote
2answers
679 views
Editor doesn't load properly on my self-hosted WordPress 3.3
I have a self hosted WordPress install on my small VPS running WordPress 3.3.1 powered by nginx. As of the last 3.3 update, the editor fails to load properly - I cannot see the toolbar etc.
When ...
1
vote
2answers
433 views
Wordpress doesn't show all posts in database
I have around 140 post in database but wordpress admin page shows just 50 post. How could I let wordpress shows all the posts in database?
Thanks
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 ...
1
vote
1answer
35 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
2answers
604 views
Add and Remove fields in Profile page
Registration Form Fields: (Front-end Registration)
Username,
Email (password will generate to email).
Edit Profile: (Front-end Edit Profile)
Firstname,
Lastname,
Username,
Email,
Phone,
Address,
...
1
vote
3answers
307 views
How can I eliminate the inline styles included by default with the Genesis framewrok?
I have created a child theme in the Genesis framework. I have created all of my style rules, however, in the markup, Genesis adds a few inline rules by default that I would like to eliminate.
The ...
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 ...
1
vote
2answers
53 views
Get RSS feed about plugin new update
I would like to know if there is a way to get a rss feed when one of the plugin of my website is available.
Indeed, I need to manage updates of some website, but I don't want to lose my time ...
1
vote
2answers
329 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 ...
1
vote
1answer
86 views
Disabling archives, search results, comments, etc?
I am working on a site that has only text articles, and I am not making use of comments, archives, trackbacks and other features.
How can I make so these pages show a 404 not found error? I am not ...
