wordpress

How to display list of WordPress custom post types?

I am using WordPress 3 and I created a custom post type called article, which gives me the url format of mywebsite/articles/article-title. How do I see all the article entries in the url mywebsite/articles? ...

How to setup slideshow in obox press theme

I am completely new to wordpress and I have been tasked with building a site a theme called press from obox I was able to install and both wp and the theme but can't seem to figure out how to make the slide show like in the demo could anyone help me ...

How do I stop Wordpress dashboard widgets from being dragged?

I'm setting up Wordpress 3.0.1 for a novice user. The Dashboard widgets are appropriately placed, and I'd like them to stay that way. As far as I know, there's no add_filter or add_action hook to prevent dragging, so another approach would be to make a plugin that uses jQuery to disable dragging. What handler(s) would I override -- click...

Wordpress view index.php

I have a clients site at domain.com/index.html and installed Wordpress on the same server.. I need to keep the html pages up until the WP site is complete. How can I view the Wordpress site on the frontend via domain.com/index.php? Do I need to change the .htaccess file? Thanks.. ...

Remove Wordpress User Meta Boxes?

Is there a built in function that allows one to remove all the Meta Boxes from a user profile when singing up/ editing? I'd like to have username, email and password only. None of the other junk. ...

Is it possible to accept data through multiple forms in wordpress?

Hi All, A client developed an entertainment website using Wordpress as the back end. He wants to be able to have users enter data into two different forms; one form for users to enter events and another form for users to enter entertainment venue information. Has anyone solved this before? What's the correct design pattern for this? ...

How do I use the pages in WordPress?

1) I'm using WordPress as a CMS for a site. Therefore I want to use the Pages instead of the Posts. When I add a new page, it will create it at an address like "http://localhost/new_mtt/about-us", but when I click on View Page, it goes to the 404 Page not Found Page. Is there something I need to set somewhere so the pages work? 2) Also,...

How to Remove Date From Posts

I have the date in all of my posts and I'd like to remove them, both from the main page and from individual post pages. My site is SweatingTheBigStuff.com. I think this is the code to look at. It's in the index.php file and there is something similar in the single.php file. <?php ob_start(); ?> <?php $icons = array(); ?> <?php if (!is_...

Why are my pages linking to 404 pages using WordPress?

I made some pages in Wordpress and displayed a navigation so the user can click to go to those pages. When you click on any of the links, other than the Home link, it will go to a 404 Page not Found Page and display a message as the one below: The requested URL /new_mtt/about-us-2 was not found on this server. I realized I don't...

How do I make an image partially scroll, then stay fixed, then scroll when you pass a section?

I don't even know what I want to do would be called Please take a quick look at this page: http://www.philsalesses.com/plasma-pong/ You'll see the title Plasma Pong and an image under it, on the left side. When I scroll the article, I'd like it to stay put while the page scrolls. However, you'll notice when you get the bottom of the...

Colorbox multiple image slideshow by clicking one image

Please take a look at this site as a reference: http://www.philsalesses.com/plasma-pong/ On the left you'll see a screenshot of an image. If you click the image, it will open colorbox for that one image. I'm using wordpress, so associated with that post there are 4 more screenshots, all in a gallery. What I want to do is when you cli...

What is a good Wordpress plugin to upload a photo to a page?

I have a site where each page has 3 photos in the header. I want the user to be able to switch out the photos that appear on each pages header. I'm looking for a wordpress plugin which will allow the admin to upload photos to a specified location for a certain page. Does anyone know of a wordpress plugin with that sort of functionality...

Remove categoies, tagging and authors functionality from wordpress.

Hi, How do you remove the tagging and authors functionality from wordpress. This is so it does not appear in the backend for users, it would remove the categories panel from the post page and all the other flim-flam. I would assume that wordpress's default post is a special kind of custom post type that can be modified, and therefore ...

wordpress hybrid theme centralize footer

the footer in hybrid simple theme is aligned to left and i want it in the cenre Please help ...

wordpress add settings to user page

I would like to add a field to the user profile edit page in wordpress. The field should consist of one checkbox and should only be edited by the 'admin'. Does anyone have an idea where I can find this or how I can do this? I have searched through the entire Wordpress codex however i couldn't find anything helpful.. Thanks a lot! ...

sitename/undefined showed when click a flash banner in a wordpress blog

i just add a flash banner to my wordpress blog in the left side bar and it works ok but when i click the ad it takes me to sitename.com/undefined instead of the right link plz help my blog is darfx.com ...

WP: writing an admin plugin for managing custom content

Hello, A client of mine has a site in wordpress, with one section being a directory of agents that each have different text and videos associated with them. The client wants to be able to easily add/remove/change these agents from within the wordpress admin interface. There will be anywhere from 50-75 of these agents, so doing each pa...

WP: Why does the last line of a sIFR blockquote have double line-height?

Hi, I currently have the following issue: http://img833.imageshack.us/img833/2654/downloadf.jpg I've been tooling around with the CSS but can't get ride of the issue. I think part of the problem is that WP automatically gives out P tags (which I'd also like to retain for usability, i.e. not disabling this in the WYSIWYG), i.e. the fin...

WordPress plugins and problem with magic_quotes_gpc

Hi, I want to write some plugin which adds forms in administration panel and in blog posts. I'm struggling now with magic_quotes. First I've tried to use magic_quotes_gpc as in clear PHP. But it looks like WordPress ignores this flag and always quotes submitted form contents (at least forms in posts, forms in administration panel are no...

Jscrollpane and wordpress - why won't they work together for me?

I try to impliment the jScrollPane in to a wordpressblogg, so I can make the content be contained in a nice scroll-area that fits my design, the key thing is that I want to style the scrollbar also. I've tried following the instruction given her with the change that I try to use the Jquery library implimented (I call directly to Jquery i...