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.
0
votes
2answers
110 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 = ...
0
votes
1answer
93 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 ...
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?
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
1answer
132 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
1answer
113 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
votes
1answer
63 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 ...
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
94 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 ...
1
vote
0answers
41 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 ...
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 ...
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
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 ...