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.

learn more… | top users | synonyms

0
votes
0answers
20 views

Get plugin info from Wordpress.org repository API with plain PHP code [duplicate]

The documentation of the Wordpress.org API is quite terrible. It links to a website that gives a 502 Bad Gateway error. To be precise, how should my POST request look to the ...
1
vote
0answers
26 views

Is there any plan for WordPress to handle retina support for the site content?

I see from browsing Themeforest that there are many retina ( HD ready ) themes available; and WordPress itself has retina standard icons for the backend too; but what about the content, both future ...
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
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 ...
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 ...
0
votes
2answers
78 views

REQUIRED: Could not find wp_link_pages. See: wp_link_pages by Theme Checker

I have run my theme through WordPress theme checker to see if it can be submitted to WordPress.org. I encountered this error: REQUIRED: Could not find wp_link_pages. See: wp_link_pages But this ...
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 ...
-1
votes
1answer
64 views

Using JSON PHP Script inside loop gets fatal error

The bespoke JSON/PHP Code: <?php $url = ("<<URL HERE>>"); function new_file_get_contents($url) { $ch = curl_init(); $timeout = 0; // set to zero for no ...
0
votes
1answer
94 views

Custom attributes to javascript tags

My site uses cloudflare but I really want to enable rocket loader, but if I put it on automatic mode, it messes up my whole site... So I googled and found This answer which has helped in terms of ...
1
vote
0answers
62 views

Wordpress custom theme shows no output

I'm trying to create a basic wordpress theme. As far as I know the basic files I need are the style.css, header.php, index.php, footer.php, functions.php. Then it should show a blank site with some ...
0
votes
1answer
210 views

Figuring out how to use wp_update_post with ajax on frontend

I've been working hard trying to implement a frontend post editor "sidebar" on each post when I'm logged in. You can see what is going on here with a test post: ...
1
vote
0answers
95 views

Publish HTML using XML-RPC

I have looked at a number of apps which can publish blog posts to Wordpress from mobile phone be it Android, Blackberry, iPhone or Windows Phone. All of them publish the content entered by the user ...
0
votes
1answer
225 views

Get post featured image id with $wpdb

I'm not a sql expert, but with some help and copying from queries I've found on the web I got this working one that gets the 20 closest places (custom post type) to a specific latitude and longitude ...
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 ...
0
votes
1answer
27 views

delete category name in the pages

I'm looking for a way so that I can delete category's name in the pages. I tried to find something for category in index.php but I couldn't find anything. Please help me to solve this problem. ...
0
votes
1answer
37 views

Wordpress do not display thumbnails correctly

For all the pics I upload to Wordpress I get such a link to the pic: ...
0
votes
1answer
153 views

WP Wrap Featured Image in a Link

I want to wrap a link around a featured image (only if the custom meta box has been filled in), the link will come from a custom meta box. Here's my image code: the_post_thumbnail('screenshot'); ...
1
vote
1answer
62 views

Display list of uploaded images, filtered by user under a specific user group

I am planning to create a "Photography" page in my wordpress site. In that page, there will be a list of the photographers (maybe create a user group called 'photographers') and display the images ...
0
votes
2answers
200 views

Insert taxonomy slug into loop class

I am a loss here since I have looked at dozens of tutorials and posts all over the internet on how to get the slug for a taxonomy and nothing I try seems to work. The taxonomy shows up fine when I ...
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 ...
0
votes
1answer
17 views

WordPress Integration Options

I have a website on virtual private server and a WordPress blog hosted by WordPress. What option other than installing WordPress on my server can most tightly integrate my site and blog?
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
2answers
228 views

Upgrading problem

I am using a CentOs server that managed with Plesk panel. All domains have different users. I have 2 different installation of WordPress. One is installed from FTP and the other one is installed from ...
0
votes
1answer
391 views

how to add new .webm mime types in wordpress

i tried google but no success yet. I am trying to upload .webm and .ogg video types in wordpress ( for html5 video ofcourse) I am getting error like Baki fula.webm” has failed to upload due to an ...
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 ...
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?
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 ...
0
votes
1answer
331 views

where to modify get_comment_author_link()?

Whenever a user presses on a comments author it redirects the user to the site which was enetered by user. I just want to add the target="_blank" element. where I can modify this? In file i see only ...
0
votes
1answer
92 views

I just had an email from wordpress. what does it mean?

I just had this email from WordPress: A new pingback on the post "Contact Us" is waiting for your approval http://clickcomputers.org.uk/contact-us/ Website : Click Computers &raquo; Post Topic ...
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 ...
0
votes
2answers
184 views

How to implement a secondary menu into wordpress?

I actually need to implement a secondary vertical menu like in here: http://www.adverum.lt/lt/paslaugos/korporatyvine-komunikacija It has to be vertical and it looks like it based on frames, but as I ...
0
votes
1answer
154 views

exclude category in loop.php

I am using twentyten theme. I am trying to exclude category 1 from author posts. I used the following code in loop.php query_posts(cat='-1'); while ( have_posts() ) : the_post(); ?> But no post is ...
1
vote
0answers
42 views

Ossdl Off Include Dirs ???

I renamed wp-content to mysite-content in a multisite set up using these instructions: http://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content and noticed in network>sites>settings Ossdl ...
1
vote
0answers
108 views

Move wp-content htacess

I notice that when I rename the wp-content and plugins folders http://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content my multisite network htacess still references wp-content: see this ...
0
votes
1answer
234 views

Changing from primary to a custom menu changes my CSS navigation layout

I am needing help figuring out my main navigation bar. I had created it with the default navigation hook but now want the ability to hide pages so they do not show up on the main navigation. However ...
0
votes
1answer
157 views

SQL query add only posts with custom field to array

I have this SQL query which is building an array of wordpress posts... $query = "select $wpdb->posts.* from $wpdb->posts,$wpdb->terms,$wpdb->term_taxonomy,$wpdb->term_relationships ...
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 ...
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 ...
0
votes
1answer
133 views

Replace & with &amp;

I have a plugin that unfortunately I have no control over, the problem I am experiencing is that it doesn't use &amp; in place of & and so breaks the sites validation. Is there a function I ...
0
votes
1answer
374 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 ...
0
votes
1answer
76 views

How to list the updates using wordpress xml-rpc methods

can any one tell me , how can i list the updates using wordpress xml rpc methods , like how we list posts and comments using wp.getPosts and wp.GetComments, i have searched for the method but i didnt ...
1
vote
2answers
603 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
0answers
101 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 ...
0
votes
1answer
116 views

metaWeblog.getRecentPosts is returning nothing in my iphone app

metaWeblog.getRecentPosts is returning nothing in my iphone app, follwong is my objective c code to call that method,xml-rpc wordpress methods like wp.getUsers are working fine, but the methods ...
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 ...
0
votes
1answer
192 views

wp.getUsers XML-RPC method is returning only 50 users, how can i get all the users

In my iphone app i am trying to list out all the users using the wp.getUsers XML-RPC method, but its not returning all the users, in that blog i have around 180 members , but it has returned only 50 ...
3
votes
1answer
109 views

Using preg_replace to clean widget output HTML

I am working on a wordpress site that uses a plugin / sidebar widget. The issue I am experiencing is that the widget generates HTML that is not valid, an example of this is below... <p> ...
0
votes
1answer
30 views

How to find the exact widget details

I imported the blog to my self-hosted WP. I also found the theme I was using, downloaded and installed it. I don't see all the widgets that are available in my Wordpress.com dashboard. I can search ...
0
votes
1answer
287 views

Convert post name into post ID

I am trying to create a function for my functions.php file that will allow me to convert a post name into a post id. I have had a look around online and managed to find this link ...
0
votes
2answers
64 views

Is wordpress Privacy Settings sufficient for this?

I am going to import my current blog posts on to my future to-be self-hosted wp blog. It will take somedays before I make it the primay blog. In the WP Privacy Settings I have set "Ask search engines ...

1 2 3 4