The 3.0 tag is for questions that are specific to the 3.0 branch of WordPress.
1
vote
1answer
82 views
Is there a quick way to find out what posts haven't been tagged?
Basically exactly what the title says, I am running 3.0.1 and want to be able to quickly flag up posts that have no tags currently assigned to them.
2
votes
2answers
2k views
wp_nav_menu doesn't generate parent/ancestor classes
I don't know why the proper classes for menu item are not generated - all the elements in the tree which has subtree get only menu-item menu-item-type-post_type. The elements, which don't have ...
3
votes
2answers
1k views
Is there a plugin to make attaching images easier?
I am using the "attach" feature in the media library to link a set of images to specific pages. Our custom theme displays these attached images in a particular way.
We are setting up Wordpress as ...
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 ...
1
vote
1answer
1k views
Reblog from Tumblr to Wordpress
If you have a Tumblr blog, you can 'reblog' from other Tumblr blogs, much like a trackback. I follow a couple of Tumblr blogs and sometimes want to quote from those websites. And, on these Tumblr ...
0
votes
2answers
461 views
digital alarm clock widget
I am looking for a digtal alarm clock widget since a long time for my wordpress site. It should be configurable in the GUI as well. Also it should have no flash because the ipad and iphone do not ...
2
votes
1answer
889 views
Assigning Multiple Layout Designs with Custom Pages in WordPress?
(Moderator's note: This question was previously titled "How to add multiple custom page in wordpress")
I am developing a WordPress site and right now I have a custom home page and others are default ...
1
vote
1answer
119 views
Post Thumbnail help
I'm using the post thumbnail feature to show portfolio work, so for example <?php the_post_thumnail(); ?> the problem is I want to show a particular width of image only, which is 640 but because ...
0
votes
1answer
3k views
orderby in query_posts
I have the following line to change my wp query slightly. The posts are by this ordered by the value in the custom field "wpfp_favorites". The value is allways an integer. Posts with value 0-9 is ...
2
votes
1answer
4k views
0
votes
1answer
237 views
Target pages using a specific page template
I need to target all pages using a specific page template with a conditional tag (like is_page()). Anyone done something like that before?
0
votes
1answer
274 views
Custom page template, not acting as page
I have defined several page templates on my site http://178.21.128.82/. When I set my pages to use one of these page templates, wordpress seems to stop treating it as a page:
It is not accepted in ...
0
votes
3answers
744 views
Salesforce lead tracking with contact forms plugins
I am using Contact Form 7 on my website and would like to integrate Salesforce lead tracking with it.
I was able to add a hidden field with my oid as suggested on this site
But when I submit the ...
0
votes
1answer
514 views
Applying my own css classes in wp_menus 3?
Have this function :
class my_walker extends Walker_Nav_Menu {
function start_el(&$output, $item, $depth, $args) {
global $wp_query;
$indent = ( $depth ) ? ...
1
vote
1answer
298 views
Custom WP_Query with no posts to output
I have created a custom WP_Query as seen below. The query works well except for when $favorites is empty. When $favorites is empty, the query still outputs posts, which I don´t want. It could seem ...
0
votes
1answer
241 views
Edit post image attributes on fly?
Greetings, We can edit image attributes with this get_image_tag filter when we are adding images or with regex and filter the_content,but is there any similar filter or action that can we use to edit ...
5
votes
3answers
8k views
Remove wrapping div and ul from output of wp_nav_menu
I am using the new menu system of Wordpress, and here is the result of wp_nav_menu()
<div class="menu-main-menu-container">
<ul id="menu-main-menu" class="menu">
<li ...
0
votes
2answers
379 views
Change ordering of fields of custom post type in admin page
I have a custom post type and am placing in custom meta boxes. How do I change the ordering of the fields of a custom page in the admin? For example, I have a custom field called subtitle. How do I ...
1
vote
2answers
196 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 ...
1
vote
1answer
2k views
Problem with using wp-load.php outside of WordPress
I'm trying to use wp-load.php in a page outside of wordpress so I can access all the functions in wordpress. Typically I just include the file like this
require( ...
1
vote
3answers
360 views
Override database config for WordPress multiblog
Our team has run in to a problem working with wordpress 3 multiblog.
We usually work with a local copy of the site (localhost/testsite) but with the same database to keep all changes up to date.
...
1
vote
3answers
1k views
Multiple RSS feeds scroller in one sidebar
How can i have multiple RSS feeds scroller in one sidebar. I want the RSS feeds of CNN, BBC, google news, USA today etc, all at the same time, is it possible to duplicate an RSS scrolling widget?
1
vote
1answer
83 views
WP Northwind for Theme Development?
Is there any tool online that can quickly populate a WordPress3 database with faux information to assist in theme development? Perhaps creating 8 categories, inserting a dozen or so posts into each, ...
1
vote
3answers
2k views
WordPress 3.0.1 on IIS 6 Web Server PermaLink Issues
I recently stumbled upon this blog on " Using IIRF URL Rewriting on IIS6 with WordPress" ( http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/ ) by John Sheehan as I ...
0
votes
1answer
154 views
Specific colours for wordpress author ids
before I ask this question I would just like to say a big thank to those who helped with my other question.
On some wordpress blogs I've seen, with multiple post authors. When you view the full post ...
1
vote
1answer
209 views
want to create a subcategory.php to manage subcats
is it possible to create a subcategory.php
and use it to manage subcats.
or is there a way to get around this.
if it is not possible.. is there something like this
<?php if(is_subcategory() || ...
0
votes
2answers
339 views
Google calendar in wordpress showing events
How can I have the google calendar in wordpress showing my events?
0
votes
1answer
238 views
Mobilepress fails to translate short codes
I launched mobile version of my site some days ago. It was looking fine. I used mobilepress for the same. But i found that shortcodes are being displayed as simple text.
is there any other plugin to ...
3
votes
3answers
225 views
How to create a page that isn't accessible via menus?
I need to create a page in my site that I am able to access via url, but that won't be included in any of the navigation menus which are generated using wp_list_pages() on my site.
How can I ...
4
votes
2answers
727 views
Advice for implementing single sign-on?
Our organization is using Google Apps (standard edition) and we've just implemented a WP site.
I'd love any input on anyone who's used implemented Google Apps (in the last month or so) as the service ...
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 ...
2
votes
2answers
362 views
Importing media medium setting image gallery / image attachments
I have recently imported an image gallery to a clean WP install as I am deploying the site to a live domain. I have imported the posts but the images use the medium size for attachements. I would ...
1
vote
3answers
340 views
Many users with strange names register, but don't leave comments. Should I be afraid?
Many users with strange names, register on my blog, but don't leave comments. Should I be afraid, that this might be attack of some sort. Maybe someone found some sort of bug in Wordpress which allows ...
5
votes
1answer
391 views
How to get current_cat in navbar, in single post
In a site I have using Wordpress 3.0, when I'm in a single post, the navbar showing the categories doesn't give the parent category the class of "current_cat" and therefore that category is not ...
2
votes
1answer
77 views
How to get last_updated and newest_blogs in WP 3.0
We were using WPMU version 2.9.1, in which we had a plugin - Fimii WPMU Stats mu-plugin - that showed us last updated blogs, and newest blogs.
We now upgraded to Wodpress 3.0, and the commands for the ...
0
votes
1answer
3k views
Which plugin can do horizontal scrolling of RSS feeds in WordPress
I need a plugin which can do horizontal scrolling of RSS feeds in wordpress, I have got a vertical scrolling RSS feeds but cannot find a horizontal one
-3
votes
2answers
405 views
I need a plugin in wordpress like google tasks
I need a plugin like google tasks, in which we can add in to do tasks on the wordpress page
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
1answer
749 views
How can I resolve a .htaccess internal server error setting up a WordPress multisite?
I am stuck in .htaccess file creation for multisite. I am getting an error in page now internal error 500 and when i checked my log in apache it says C:/www/vhosts/localhost/wordpress3/.htaccess: ...
0
votes
1answer
181 views
In WordPress 3.x, I can't access posts from all blogs in the network
I use WordPress a ton, but I'm somewhat new to multisite. Now that 3.0 has brought multisite into the main core, shouldn't there be an easy loop function that allows you to display the most recent ...
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 ...
1
vote
4answers
578 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
250 views
Trying to use .htaccess to redirect /profile to /login-2?action=profile
I have a plugin Theme My Login for WordPress 3.0.1 which causes my user's profile pages to be here: domain.com/login-2?action=profile
instead of here: domain.com/profile
So I am trying to fix it ...
1
vote
2answers
2k views
how to load the language file in plugin?
I'm unable to load the plugin's locale file (.mo). I did all the procedues described in the http://codex.wordpress.org/Writing_a_Plugin but its not working. If I the lang string to the wordpress ...
0
votes
3answers
377 views
updated permalink structure on localhost does not work
I have a fresh localhost install and when i change the permalink structure from the default to any other structure the links break. I have created new post under the new structure and it doesnt work. ...
1
vote
1answer
4k views
Password protected photo galleries
What is the best way to password protect individual photo galleries so individual users can log in and view their user specific photo gallery?
10
votes
3answers
2k views
What Is The Use Of map_meta_cap Filter?
What is the use of map_meta_cap filter? This filter is not documented anywhere. I have an unclear idea of what it could be:
Used to map the permissions of the user to operations on posts.
What ...
1
vote
1answer
431 views
Widget Javascript code (ajax)
I have a widget like this:
class test_widget extends WP_Widget{
function test_widget(){
$widget_ops = array('description' => 'test widget');
$this->WP_Widget(false, 'Test', ...
1
vote
1answer
273 views
How did I enable atom feeds in a fresh WP3 install?
I've just install Wordpress 3, and I can't figure out how to put an atom link in the sidebar, under (or otherwise near) the RSS links. I looked at sidebar.php, but it simply references a meta ...
1
vote
1answer
353 views
Are there any 'Coming Soon' themes for Wordpress 3.0?
I have a website I am starting to build on Wordpress, but I want a placeholder theme to put up while I develop the theme. I had some links to some good "Coming Soon" themes for 2.X, but I lost them.
...