wordpress

Why Firebug pretends that my stylesheet is calling my xmlrpc ?

Firebug shows a request which causes a huge delay to http://reboltutorial.com/wp-content/themes/minaflow/none Details below but I don't understand why it says it comes from xmlrpc and the stylesheet: Date Sun, 04 Apr 2010 16:10:02 GMT Server Apache X-Powered-By PHP/5.2.13 X-Pingback http://reboltutorial.com/xmlrpc.php Expires Wed, 11 J...

wordpress categories and their subcategories

Hi I'm looking to obtain all the (parent) categories with their children accordingly (assuming you don't have grandchildren) and make the following structure <div class="box"> <h3><a href="#">Parent Category I</a></h3> <ul> <li><a href="#">sub cat 1</a></li> <li><a href="#">sub cat 2</a></li> <li><a href="#">...

How to check whether a particular widget is show or not in the sidebar ?

i want to code something in my post template. So, is there any way to check whether a widget that i want to show will be shown in sidebar or not ? ...

Add page item to either Joomla, Drupal or Wordpress

I just want to design this very simple website. Basically there are multiple pages A, B, C... and each page has item A1, A2.. or B1, B2... These items follow fixed HTML template (table,image) and only specific content fields (name, body text..) can be change in the back-end. Backend users can add new pages or new items each page. Does a...

wordpress tiny mce problem

Hi, I create the wordpress site that works fine locally when i upload to server the tiny mce is not working,i can not edit or add any content to the post. Thanks in Advance Have Dream Day ...

Wordpress "Vote It Up" plugin help

I'm creating a dig like site with wordpress, TDO Mini forms and Vote it up where people who live in the city can log on, post their ideas of how to improve the city and have others vote. on the home page there are 2 columns. right is the TDO submit form. left are the "Most Wanted" items. the posts with the highest rating. I've found an...

Posting comments to a wordpress-blog in Android

I am working on a module that allows users to post comments on a blog published on Wordpress. I looked at the HTML source for Post-Comment-Form displayed at the bottom of a blog entry (Leave a Reply section). Using that as a reference, I translated it to Java using DefaultHTTPClient and BasicNameValuePairs and my code looks like: Defaul...

URL regex search and replace on MySQL (in WordPress)

Hello all, I have a WordPress blog with numerous URL's I wish to replace from this: http://www.oldwebsite.co.il/name/*.asp To this: http://www.newwebsite.com/?p=* For example, from this: http://oldwebsite.co.il/name/65971.asp To this: http://www.newwebsite.com/?p=65971 I believe the following plugin: http://urba...

How to posting to WordPress using C# ?

Hi, I want to write a program that can post data into WordPress using C# via POST method. I have no idea to do that. I hope someone help me some ideas. WordPress have any API support that ? Thanks ! ...

Wordpress - Image upload custom field?

Does anybody know if there is a way of having an image upload field on a post so I can upload a specific image for that post. Thanks ...

Wordpress Autologin Plugin not working on server

Hello Everyone, I have been busy integrating Wordpress to one of a CakePHP application.Last Monday I cracked the way to integrate it.Now another problem I faced was that Client wanted to auto login the users who are login in CakePHP side,I did that too and it works fine in local.I am using the Session Variable of CakePHP which is set in ...

How do you sanitize an input in wordpress

i want to know what wordpress build-in function you will use when sanitizing specific input ? for example an sql query, numeric, etc. ...

Wordpress where the "admin_url" is set ?

basically need to change the value that - admin_url() returns any idea? ...

What do you prefer ? Writing a Wordpress plugin or child theme ?

What think to be consider when you prefer coding a solution in form of child theme rather then in form of a plugin ? ...

Admin now missing from Authors dropdown

I've been running my Wordpress install for months with 2 users, the original administrator which I use and another admin account created for my co-admin. We've been posting fine, no issues, all was great. Two days ago I created another user, and now whenever I log in as the original admin (my account) I am no longer in the authors dropd...

WordPress > microsites use main site's menu (same domain, multiple subdirectories, multiple WP installs)

I have a main site at site.com and several subdirectory "microsites" at site1.site.com, site2.site.com, etc. These are all on the same server. Each site is set up in its own folder under public_html and each with its own separate wordpress install. I'd like for each microsite to share the same top level menu (the page's menu) with the ...

Wordpress - list posts by modified date

Hi, How do I list my posts in Wordpress ordered by modified date instead of created date? I have it as <?php $posts=query_posts($query_string . '&orderby=post_modified&order=ASC'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> Having orderby=title does sort the posts by title but my above query doesn't work. Loo...

How Do I Intercept Banner in WordPress?

My client wants me to make a plugin that intercepts the banner on a WordPress blog so that the existing one displays, but right beneath it, above the content and the sidebar, another banner appears. And he needs it such that it works in most themes and isn't theme-specific. I found I could use add_action('loop_start','interceptMe') to p...

Page content bleeding past footer, dynamic resize?

Hey all im learning as i go with editing CSS and PHP and ive manage to put together a layout, looks fine on the main page, but I noticed the content is not stretching properly height wise when i goto click on the 3D gallery. Here is the a link to the page that has the issue: http://www.idreamfx.com/wp/?page_id=36&amp;album=1&amp;gallery...

Mod Wordpress Template...Which One?

hello again. Does anyone here knows which file I can modify to change the date divs in wordpress? If you should look at my site: www.xternalit.co.uk, I want to chage the date to my personal image. No image will be the same. Chers! ...