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

2
votes
2answers
134 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 ...
0
votes
0answers
22 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
28 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 ...
0
votes
1answer
133 views

Replace & with &

I have a plugin that unfortunately I have no control over, the problem I am experiencing is that it doesn't use & in place of & and so breaks the sites validation. Is there a function I ...
0
votes
2answers
111 views

wordpress: cant get category id when SEO URL is turned on

<?php /* Plugin Name: Members */ function myFilter2($query) { if ($query->is_category) { $currently_listing_categories = ...
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 ...
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
2answers
331 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
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 ...
0
votes
1answer
151 views

problem of path with xml file (wordpress)

i'd like to import a flash audio player in my wordpress theme, the import of the file works fine because it shows up on screen, responds to the click on play/pause, but the sound does not start. edit ...
0
votes
1answer
2k 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] ...
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 ...
2
votes
3answers
126 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 ...
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 ...
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 ...
0
votes
2answers
478 views

WordPress Carousel Hover Image

I a using an image carousel to display some pictures on my website. The carousel I am using is called: Jcarousellite (http://www.gmarwaha.com/jquery/jcarousellite/). I have the carousel setup, styled, ...
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 ...
0
votes
1answer
150 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
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 ...
0
votes
2answers
112 views

User access control in sidebar archive and categorires

Could someone please help me solve my problem which is: I want content restrictions based on user roles and a sidebar category based on user roles. I have three type of user roles: Beginner, ...
1
vote
3answers
309 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
3answers
2k views

Mapping multiple URLs to same page in wordpress

I just came across this page with almost similar requirements as mine Multiple endpoints to same page i have to achieve same functionality but i also want to pass some parameters to the page where ...
0
votes
1answer
334 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 ...
11
votes
4answers
542 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 ...
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 ...
0
votes
1answer
211 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: ...
2
votes
1answer
191 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
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 ...
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
229 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 ...
8
votes
5answers
253 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 ...
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
155 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'); ...
5
votes
2answers
245 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 ...
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 ...
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
74 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
229 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
392 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 ...
0
votes
3answers
1k views

Create post from form with image

I found this wonderdul script that @Bainternet here at Wordpress Answers created, that makes it possible to attach images into posts from a html form.. I tried to combine in into my "html form to ...
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
1answer
93 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
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 2 3