wordpress

Wordpress: Customising output of wp_nav_menu, adding a div before nested ul

Hi there, I'm building a site which uses a mega drop-down style menu which is styled using containing divs around the nested ul of the sub-menu. Does anybody know how to customise the output of the menu generated by Wordpress (wp_nav_menu) to add containing divs around the nested sub-menu ul? There are two parameters which are 'befor...

Mediawiki & Wordpress integration - but user database from *mediawiki*

I have Mediawiki install with big existing userbase, but i want to integrate it seamless in new Wordpress blog. If it is possible to integrate MediaWiki with Wordpress using existing Mediawiki's user database ? ...

How to achieve Post-Redirect-Get in a Wordpress plugin's admin menu page?

I am writing a Wordpress plugin, which adds an admin menu page. In the page is a form. When the form is submitted, the plugin writes to the database. But then I encounter a problem: whenever the user reloads the page, he/she is asked whether to send the POSTDATA again. If the user clicks yes, the plugin writes to the database again. Aft...

CSS : maximum image width for a wordpress theme (or any theme, really)

In word press, if you upload an image, and let it display in 100%: if it exceeds its containers width, the theme will either: a) be broken, messing up the layout of the page or b) hide the extra width it cant display This is for a non-fluid layout, of course. The solution presented here: http://lorelle.wordpress.com/2006/10/07/the-...

Getting list of categories available in wordpress NETWORK sites.

In my plugin, I am trying to get the list of categories available in all the available network website. Is it possible without writing SQL query? ...

Quicklinks for Wordpress

Hi All, I have a hard time figuring out what code this website (hotair.com) is using for their quicklinks -- it's the Headline section. I' trying to create the same table layout but with one column. I was using the Minipost plugin, but I figure there must be an easier way to maintain links from feeds, which I can customize the headlin...

BB companion for wordpress

I'm looking for a bulletin-board software that will integrate with wordpress so that I can get peer-review on draft pages, powerpoints, other files ...

How to add an extra link to the excerpt in wordpress

I'm trying to get this link to look like this: Comment on this show >> | Listen to this show >> Where "Comment on this show >>" gets populated properly with its permalink. "Listen to this show >>" link should be populated with that posts 'Listen Now' custom field value. function holylandmoments_comment_link() { return ' <a class="rea...

Different types of authors in Wordpress - Many authors

This is a follow on to this question I posted some time ago. I want to make a website about illustrated books. There are two different kind of authors for a book: writers and illustrators For each writer I want to make a page that lists the books for that writer. The path would be: http://mysite.com/writers/EdgarAllanPoe http://mysit...

CMS For Hospital

I work for a Government Hospital and we are looking for a CMS to build our web page out of. Some of the things that we are looking for are: ease of making forms, the ability to give access to specific users to add content and files to specific areas, the ability to add my own HTML page, and ease of use, among others. I prefer any Open So...

Linking Custom Post Types in Wordpress?

I have three Custom Post Types in Wordpress: artists, writers, stories Is it possible to "link" the posts? For example, if a story is written by a writer and illustrated by an artist, I would like to show in the story page a picture of the writer (linked to the writer's page) and other stories illustrated by the artist. ...

Hide date in old WordPress posts

I realize this question may be theme specific, but I'm not sure if there's a plugin. I'd like to hide the date for older WordPress posts (anything older than this year). Here's code I found online regarding this subject -- but I'm not sure it could work for my particular theme (it's supposed to replace the date code). 01 <?php 02 $tod...

Fetch videos from Wordpress Post

Hi, In my word press blog, I would like to insert video file with every post and which is categorise under video category.Under video category achieve I would like to show thumbnail of each videos(which already stored from custom field) and also when we are click on each thumbnail I would like to play the video.How its possible to play v...

Changing class name

Hello i am working on a menu in wordpress and made it dynamicly like this: <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?> but when i look at my source i get the following: <ul> <li class="page_item page-item-5"><a href="http://localhost/private/Kife/?page_id=5" title="Start">Start</a></li> <li class="page_item pag...

WordPress: Can't access wp-admin and got plain white page.

I develop a website with CMS WordPress. I don't have any errors on my localhost. I uploaded it on web server and it's fine. But, I can't go wp-admin and I got a plain white page. I enabled error reporting and got just two warning. I solved it and reloaded. Unfortunately, I still got a plane page. Is there any way to solve this problem? P...

Easiest way to hide (some) wordpress plugins from users?

I'm using WordPress to make my users make their own website/blogg. I have a set up im cloning out to all the users with some special user-roles and standard plugins. however, some of the plugins are the users not supposed to make changes to or inactivate. is their any way to select which plugins different user roles are allowed to use...

When I move a WordPress blog, what do I have to change (database/file) to have the site test-run without changing the DNS?

i.e. http://xx.xx.x.xxx/wp-login.php redirects to blog at existing site www.my-blog.com ...

Wordpress: Mingle page with category navigation

Hello everyone I'm having this situation: In a Wordpress blog I have my main navigation persisting of categories. The navigation is being created with wp_list_categories(). Now I'd like to mingle just one link to a page at a certain position within this navigation built of only categories. Any ideas how I could accomplish this? Thank...

WordPress and jQuery problem.

Hello all i have problem in admin site in WordPress. Looks on not working jQuery there. i use hosting from freehosting.com maybe this is a main problem. Here is full resolution screend: link text ...

Custom styling of Wordpress more link displaying inconsistently between webkit and firefox

So I am styling the Wordpress more link on the blog index page, and I've used some custom styles and markup that are displaying inconsistently between webkit based browsers (Safari and Chrome) and Firefox. All is well in Firefox, but in webkit it doesn't look as I'd like it to. I can't seem to find how to fix it in webkit. The problem i...