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

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
383 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
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 » Post Topic ...
0
votes
2answers
180 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
152 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
107 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
233 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 ...
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 ...
0
votes
1answer
75 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
598 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
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
691 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 ...
0
votes
1answer
29 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
277 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 ...
0
votes
1answer
24 views

Does doing an export moves all my posts or just a copy of it?

I want to move from Wordpress hosting to self-hosting. I have installed wordpress on my self-host account. Now I want to play with it for a while with themes,plugins, etc. and see how it goes. So I am ...
0
votes
1answer
212 views

Things to take care before installing wordpress Manual v/s Softaculous

I have cleared up the first step on moving to Self-hosted wordpress. Now I have a confusion if someone can answer: 1: My hosting provider's tutorial shows installing WP from cPanel using tool called ...
1
vote
0answers
94 views

Having a sub directory with a separate site

Hi I am new to wordpress and I have successful installed my blog wp site. The location of this is on my go daddy hosting server under "\". So WP has installed everything there and I see different ...
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 ...
1
vote
2answers
313 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 ...
0
votes
2answers
389 views

include jquery plugin file not working

My code for include js as follows: function you_fancy_js(){ wp_register_script( 'custom-script', plugins_url( '/js/jquery.js', __FILE__ ), array( 'jquery', 'jquery-ui-1.8.18.custom.min', ...
7
votes
2answers
286 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 ...
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 ...
0
votes
1answer
660 views

How to include js file in wordpress plugin page? [duplicate]

Possible Duplicate: Load js/css files only on specific admin UI pages If anyone knows that how to include JS Or CSS file in plugin page of wordpress, then tell me fast. Thanks in advance
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
2answers
520 views

Gallery Pagination by Row

I created a picture gallery at: http://ellenandjosh.com/?page_id=5. Currently, I have a loop that displays pagination after a certain number of images : http://pastebin.com/N6nRRUei. Normally this ...
1
vote
1answer
259 views

[Multisite] How to create a blogs category page with Blog-Types Plugin

I'm not a web developer so I don't know how to create an sql query to display information from my database. Here's what I wanted to do, I want to have a page that will display blog categories. When a ...
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 ...
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
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
36 views

post id not displaying

I have used this code in header.php ### get the author info global $current_user; get_currentuserinfo(); $authorid = $current_user->ID; ### get the last post id using author id ...
4
votes
1answer
69 views

Hide Twenty Eleven Theme From Themes Page

Is there a way to hide the Twenty Eleven theme from the "Themes" page in wordpress? I have 10 themes for clients to choose from and i don't want them to be able to see the Twenty Eleven theme or be ...
0
votes
2answers
307 views

Remove swfobject.js in wp_head()

I have gotten rid of the wlwmanifest_link and jquery, since I load it from a compressed version and at the footer, but I can't find a way to get rid of the swfobject.js. This is the code I used to ...
0
votes
2answers
53 views

After changing the site root, how to reflect this for wp-admin too?

My website file structure is like this: index.php wp/wp files ... In general in Site Address (URL) I have ...site.com In index.php I have: define('WP_USE_THEMES', true); ...
-1
votes
1answer
65 views

How change the header color?

I want to change the balck color in the header and also the font color in the same place? Update: I am using the Twenty Ten 1.3 theme
1
vote
1answer
334 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 ...
0
votes
2answers
82 views

Will this slow down wordpress webpages?

I plan to implement some specific content for specific categories only, about 15. I wonder will wordpress conditionals (15 if) slow down my website visibly? Sorry if this sounds silly.
0
votes
2answers
81 views

How To Remove The “Delete” Theme Option In Dashboard

How do I remove the option to "delete" a theme in the admin dashboard? I built a site for clients with several themes they can choose from and i don't want them to accidentally delete a theme. ...
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
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, ...
-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 ...
0
votes
1answer
20 views

how do i make the “contact us” on a page created not to display

when creating pages, the title normally show as a link and as a title on the page it displayed when click on. My question is how do i remove the title from displaying on my page. for example when a ...
0
votes
1answer
124 views

Will it make any different if I have CDN on the same host but just different directory?

I have read an article about CND or " Content Delivery Network " which this is really telling myself that if I host a wordpress self-hosting and having a load of traffic I should at least have CDN ...
0
votes
1answer
449 views

Disable Comments Feed

I am working on a private site where the comments need to be hidden. I know how to remove the comments feed from the header, but can anyone give me some instructions on how to disable the comments ...
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 ...