The 3.0 tag is for questions that are specific to the 3.0 branch of WordPress.
6
votes
2answers
1k views
Update widget form after drag-and-drop (WP save bug)
I've posted a bug-report about this a few months ago (on WordPress trac (Widget Instance Form Update Bug)) and I thought I'd try writing about it here too. Maybe someone has a better solution to this ...
0
votes
1answer
26 views
Can't Auto-Update, but permissions are good?
Normally wordpress will auto-update fine without a fuss, but now throws the old ftp credentials form up in my grill.
I haven't changed any permissions in between updates, even running chmod and chown ...
7
votes
4answers
464 views
WordPress forks
Are there any forks of WordPress in existence?
Optional subtopics:
Why did they fork? Differing design goals? (e.g. HTML5 instead of XHTML-syntax per default)
From which version / time did they ...
2
votes
4answers
3k views
How to *remove* a parent theme page template from a child theme?
I'm using the TwentyTen theme to create a child theme, but I can't seem to get rid of the 'One column, no sidebar' page template that is in the TwentyTen parent theme.
I thought just copying it over ...
2
votes
3answers
1k views
Archive Listings Filtered by Date Values in a Custom Field/Post Meta?
(Moderator's Note: The original title was "using archive by date with a custom date")
I'm adding an additional date to posts as a custom field. Now I want the archive to show posts by the custom date ...
1
vote
3answers
483 views
Create unique page without header.php for json feed
I have two WordPress sites on separate domains. I need to expose the latest posts within a category via a json feed on one site that I have to use for the other site. I'll need to hit a "hidden" url, ...
2
votes
4answers
15k views
Is there any way to rename or hide wp-login.php?
Any way to change the wp-login.php url? It seems insecure that everyone that's ever used Wordpress could easily see if your site is using it, and get right to the login page.
There used to be a ...
0
votes
1answer
419 views
Two description meta tags All in One SEO WordPress
After installed All in one SEO plugin my home page has two descriptions. One by WordPress itself and one by All in one SEO plugin. Is there a simple way to remove WordPress one?
Please reconsider ...
2
votes
1answer
835 views
How to import custom data via XML, CSV, etc
We have about 10 years of custom blog-style, databased content that we want to import into a clean install of Wordpress. There doesn't seem to be an importer plugin that works with custom databsed ...
6
votes
6answers
3k views
WordPress Plug-in Development In MVC Architecture, How?
I think, the wordpress plug-in architecture is not MVC. So I want to use/do the MVC architecture in WordPress plug-in development (like cakephp, codeIgniter ). How can I use them in plguin ...
0
votes
2answers
2k views
WordPress pagination with custom post type?
I have searched all over the web to find some solution, but none of them are working for me, can someone help me with this and explain what is wrong? I've spent 3 hours debugging and didn't find the ...
2
votes
4answers
733 views
WordPress 3.1 removing 'category' from the slug
Is there a way to remove 'category' from the slug when viewing posts in a particular category in WordPress 3.1 without it breaking? My client is asking me to remove it, but it seems necessary - I get ...
4
votes
5answers
1k views
is_plugin_active function doesn't exist
I'm using WordPress 3.0.5 and have tested with 3.1rc4. In the main PHP file of my plugin, when I try to call is_plugin_active I get Call to undefined function is_plugin_active(). I can call add_action ...
1
vote
2answers
202 views
Outputting posts from post id´s in variable
I have a variable containing some post ID´s. I´d like to output the posts in that variable using the standard wordpress loop. How can I do that?
Thanks!
Added:
<?php
/*
Template Name: Favorites ...
0
votes
6answers
114 views
Blog page problems
Right, please excuse the stupid question.
On my new blog I want the home page to be the "home" page I've created, and not the list of articles... that's fine, I go to Settings -> Reading -> ...
0
votes
2answers
639 views
404 Error on form submission within custom post type
I'm trying to create a forum system using WP's custom post types - two post types as Topic/Reply and a Forum taxonomy.
I have created a singular template for the topic post type, in which I added a ...
6
votes
5answers
3k views
How to use more than 256MB of memory in the admin?
I'm building a site for a photographer who uploads pictures that are normally large for todays digital cameras. Images are quite memory intensive, especially the image operations like creating ...
1
vote
3answers
3k views
wp_get_archives for a specific category?
I've been pulling my hair out on this one - I need to hard code in wp_get_archives() for a specific category into a template.
This post was useful:
Category Specific Archive
but, as with all the ...
2
votes
4answers
186 views
1
vote
1answer
984 views
plugin for wp_list_categories with posts
Is there a parameter that can be passed to wp_list_categories, to get a certain number of posts from each category? Or a plugin that does something like that? A similar question was in the Wordpress ...
0
votes
3answers
557 views
Why does WordPress 3.0.4 keep deleting the contents of the .htaccess file?
I just installed WordPress 3.0.4 on a GoDaddy hosted server. And I've been having a problem with my .htaccess file. For some reason, WordPress automatically erases all the mod_rewrite configuration ...
0
votes
1answer
35 views
WordPress templating system for custom plugins
I'm creating a custom plugin which needs to display HTML with dynamically updated values.
To illustrate, here's what I want to achieve:
<h1><?php print $title; ?></h1>
...
3
votes
3answers
1k views
Need help with friendly URL's in Wordpress
I'm creating som custom templates in Wordpress and I'm passing some data in the URL's.
Currently my URL looks like this:
http://www.mysite.com/designers/?id=43&name=designer+name
The URL ...
0
votes
1answer
295 views
List top 5 authors with most posts
How are you?
I have a blog which have 20 authors. I want to write code to show the 5 author who have more posts.
like this:
Adam (10 Posts)
Khal (8 Posts)
Yous (5 Posts)
Moha (3 Posts)
Yousef (1 ...
4
votes
2answers
241 views
How To Provide Sub-Blogs Their Own Domain Names?
I ran a search that did not yield that many results.
Is it possible, and how can each sub-blog of a multi-site installation be given its own domain name?
0
votes
4answers
2k views
Displaying multiple post types on home page
I've read several examples of how to do this but I still can't get it to work - each time I use get_posts() it seems to only keep and display the first set of results.
loop.php
function ...
1
vote
1answer
803 views
Custom sidebar category listing?
I am trying to make a custom Category Display on my side bar and for that I need some way to get both, the category list and the child list in 2 different arrays or something alike...
First, I tried ...
1
vote
1answer
1k views
How to fix the IE9/WordPress Twenty Ten Header Image Display Problem?
Just loaded IE9. Looks good. Impressive stats on what works on IE9.
One thing that does not work. On any site that uses Twenty Ten, the default graphic is shifted to the right and is only partly ...
0
votes
2answers
69 views
Theme compression/ minifying or W3 Total Cache - which should I use?
I run a WP3.x Multisite setup. One of the themes I use on a site has options for minifying, using Gzip compression and using data URIs for images (not sure what the latter function is or does). In the ...
0
votes
0answers
71 views
Define a front end URL in a custom plugin [closed]
I want to avoid the shortcode approach where admin has to create a page and then use my shortcode to turn a page into what my plugin needs.
Is it possible to define a front end URL from a custom ...
0
votes
3answers
1k views
Get wordpress taxonomy slug name(s) to use as div class
I'm trying to mark up my posts using their custom taxonomy slug as the div class so that they can be filtered...
So far what I have displays the taxonomy name but what I need is the slug so I have a ...
0
votes
2answers
2k views
WPML Plugin Not displaying multilingual Menus
I'm using WordPress 3.0 Menus, which the WPML (wordpress multilingual) plugin claims to have added support for in a recent release. I am using the most current version of the plugin.
My problem is ...
4
votes
5answers
1k views
get_pages() not ordering as it should
I'm using get_pages() function to get all subpages from a page like this:
$childrens = get_pages(array('child_of' => 7,
'sort_column' => 'post_date',
...
3
votes
2answers
3k views
is_home() and is_single() Not Working as Expected with Custom Post Types?
(Moderators note: Was originally titled: "Custom post type problem?")
I'm having some problems with custom post types where everything is working great except for the sidebars.
Here is some code ...
0
votes
2answers
10k views
Setting posts per page in query_posts
Bear with me here..
The default posts per page in the admin area is 10.
During some testing I wanted to change the posts per page for my custom post archive to 2 (in WP 3.1).
The problem is that I ...
5
votes
1answer
4k views
how to limit search to post titles?
Is there a way to limit search to post titles? I know I can modify query.php core file but there must be a way to do it with hooks right?
Thanks in advance!
18
votes
4answers
4k views
Database synchronization between dev/staging and production
I have a problem with WP database synchronization between development and production and I am wondering how other people solving it. I am aware about this question but it doesn't really cover the ...
12
votes
5answers
1k views
Is there anything that Joomla or Drupal can do that can't be done in WordPress? [closed]
I have a client who wants to use Joomla, because they were told it was good. I'm trying to convince them that WordPress is a much more user-friendly option.
I've played with Joomla (and Drupal) once ...
0
votes
1answer
356 views
Help on conditional statement to accompany wp_insert_post function please?
I'm trying to programatically insert posts from an external MySQL database as posts on my wordpress blog, I've got something that works, but there is no way of wordpress checking to see if the post ...
0
votes
1answer
130 views
How do I fix unexpected redirection of visitors after enabling multisite on WP3?
After enabling SuperAdmin and multisite functionality in WP3 many users are getting redirected to a sign-up url. I do not have account sign-up enabled, how do I turn this off? It seems to happen ...
0
votes
2answers
675 views
Conflict between wp_list_pages and get_posts - list pages not displaying
This has only been a problem since I updated to Wordpress 3.1
I have a page that displays a list of custom post types. The page is the child of a parent page. There is a sidebar that lists sibling ...
4
votes
8answers
447 views
Backup the Database and Restore from the Backup?
I am using Wordpress 3 and would like to backup the database to my computer (a Mac). My webhost is using PHP safe mode, so that sometimes limits what plugins I can use. What is a good way to do a ...
1
vote
2answers
499 views
WP Super Cache separate cache for mobile
I'm using the WP Super Cache plugin and inside my theme I have code that executes differently if the site is viewed on a mobile device (iOS, Android) than a desktop browser. How do make WP Super ...
1
vote
4answers
598 views
How Can A Widget With Only One Instance Be Defined?
How can a widget which of which only one instance can be used?
0
votes
1answer
900 views
Multisite subdomain-site redirects to primary site
So, here's the deal.
I got one WP Multisite installed with 1 subsite. Im running the whole thing in subdomain "mode". I did the whole DNS-pointer (A *.domain.se) to the correct IP.
Now the problem, ...
2
votes
3answers
1k views
Preview posts returns 404
It's a large Wordpress multisite installation, using subfolders for the individual blogs, not domains. We are running version 3.1, and preview posts doesn't work. When I press preview I get the ...
1
vote
1answer
278 views
Wordpress slugs and 404 handling takes preference over folders in site root?
I have wordpress installed and permalink structure set to /%postname%/
In addition to WordPress folders, I also have a public_html/beta folder where I wanted to copy the same site and test some ...
2
votes
1answer
1k views
How to create thumbnails with a fixed width, so all of them will have the same width?
right now, a thumbnail will be either 150px in height or in width, depending if it's landscape or portrait. Is there a way to make them always the same width and scale them in height accordingly, ...
3
votes
2answers
11k views
How to add Disqus comment count
I must be blind but I can't find for the life of me the full instructions for getting Disqus comment count to work.
All I want displayed is just the comment count number.
I've checked the "Output ...
1
vote
3answers
573 views
Custom Field Template seriously messed up in WP 3.1.1
I'm having a serious problem with the plugin Custom Field Template in which applying a CFT based on the template name is not working (it's as if the Ajax used to load the template is breaking). I've ...

