wordpress

Trouble with WordPress custom columns in edit view for custom content type

I'm looking for help with my custom content type edit view in wordpress. The content type is up and running perfectly, including adding, editing, and displaying content. However, in my editing display, my custom columns repeat the values for the last record for all of the records. It displays the title correctly, and unique for each p...

How To Fade In A background-position change for a background image in jquery?

I am using a giant sprite for an element that changes different states at hover. I was wondering if there was a way to have the hover state image fade in? You can view my code live - here Here's my code for the hover state for each span $(".hf-1").hover( function () { $(this).css("background-position","0 -121px...

Wordpress 3 - Remove Links from Posts via functions.php

Is there a way that I can remove links in posts via my functions.php file. Basically I don't want anyone to be able to go outside of the blog posts that are viewed. I have hundreds of posts so I obviously can't go through all of them and remove them manually. Or could I use javascript? Thanks so much. Updated: The jQuery below is gre...

XMLRPC Not working on Localhost

Hey guys, I've been working on a Wordpress theme for a while now and all works fine when it's on my server, but when I load it up on my machine locally I am unable to utilise certain functionality, namely the ability to post from outside the admin panel. To do this I use XMLRPC and the following code - $params = array(0,$username,$passw...

Query to WP db not working on regular PHP page

Hi, Wonder if anyone has any thoughts on this, I'm putting a Wordpress theme toegther - As it's very custom requirements and I'm using a gallery fro one part I put together from a combination of other scripts (jcarousel etc) which does the job. This all works fine and dandy however I would like to query some of the tables in the WP data...

Does WordPress 3 Multisite allow mixing of http and https subsites?

If I have a WordPress installation at multi-site.com, can I setup the following subsites? http://social.multi-site.com https://business.multi-site.com ...

Add Wordpress comment from an external site

Hi, I have syndicated a lot of Wordpress blogs and are now showing them on another site. However, I would like the reader to contribute with comments (through the other site). How can I post a comment for a blog post without using the Wordpress form? ...

Facebook connect problem in the particular domain!!

Hi guys, I already done lot of blogs by using wordpress. But in one of my domain the facebook connect is not taking to my application id instead of that it's taking to another one application id. But in my facebook account i don't have the particular application. How it is default taking the non-mentioned application id and api key?? C...

new wordpress design over an existing complicated one?????

Hey folks, I got a project from a firm program out a Wordpress design. 80% into it I learn that the client already have an existing one, a robust one, with subsrciptions, blogs, forums, newsletter mailers and so on. Turns out there is a discrepancy bettweent design and old wp structure which I will work on resolving. I have been develop...

problem with nextgen plugin

I have a problem with Nextgen gallery,after activating some plugins it doesn't show the submit buttons(insert, cancel). Then i have deactivated all plugins, but that doesn't help. I haven't any experience with wordpress, so any suggestions would be very useful. Thanks much ...

Wordpress password protected pages.

Hello everyone, I am hoping someone can help me this this problem. I know how to password protect a page in wordpress admin area, in the edit page area, edit the visibility and set it to password protected. I want to know if there are wordpress php functions to check if the user typed in the correct password in the layout php file. I...

How on earth does Google Reader parse RSS?

I'm pulling hair out, i might pull a tooth out next, thats how frustrated i am. I have deleted (for the purpose of proving a point) ALL my RSS files in my wordpress site http://baked-beans.tv No matter what i edit, Google Reader reads what it wants, ie: the posts, and all it's content! So how on earth am I supposed to edit the conten...

Not able to include plugin stylsheet in front end (Wordpress)

I'm trying to include my plugin stylesheet on my WP website (frontend), but for some reason it's not working. function init_gallery_scripts() { if (is_admin() ) { // This works! wp_enqueue_script('gallery', plugins_url('js/gallery.js',__FILE__),array('wp-filebrowser')); wp_enqueue_style('gallery-css', plugins_url(...

How can I filter and append WordPress post/page content prior to save/publish?

I would like to filter the post and page content to append html tags to specific content prior to saving the content to the database. For example, given a keyword phrase "Red Yoga Mats", I would like to scan the page/post content and replace the first instance of "Red Yoga Mats" with <b>Red Yoga Mats</b> and replace the second instance ...

Using wpdb in Wordpress to Insert a row

Does anyone see anything wrong with what I am doing here? I haven't worked with the database expressions in WP yet. All of my code runs except when I start to try to add items to tables I have created in the WP database. Any info would be greatly appreciated. To me it seems that this syntax is correct and should run. $wpdb->insert($wpd...

Disclaimer delay in Wp-disclaim-me plug-in

Hi guys, how i can delete horrible delay disclaimer appearing during index loading on piccolipeccati.com website? I use Wordpress plugin called Wp-Disclaim-me... i want as first thing disclaimer's loading, not a delay of disclaimer and the appearing of the home page for just 1/2 seconds... Help Me! thank you! ...

Dreamweaver, PHP, MySQL

I have downloaded a backup copy of my cpanel webserver. I install WAMP on my local laptop.The database and php username and password have been set. Then I loaded the database into the local MySQL database. I verified the phpinfo.php is working. I setup dreamweaver manage site with the extracted website on my laptop. Now the back end adm...

Run Wordpress in RAMDISK?

Is it viable to run Wordpress in a RAMDISK for performance reasons? ...

How to display a set of combined posts and pages using Wordpress' query_posts() method.

I've got a template that I'm using that has the option of showing either a set of posts on the front page in a featured section or, optionally, display a set of specified pages in the same featured area. I found the code where it displays either/or, however I'm not exactly sure how to combine the two together and get a list of a set of ...

Why my AJAX contact us not working in google chrome

this is my website i develop http://alessandro.babonmultimedia.com/ when we clicked at contact (navigation at top), there will be contact us form loaded via jquery AJAX, the question is: when we click submit, it will sending mail. this is work in Firefox 3.6.1, but in google chrome 7.0.517.41 the submit button do nothing.. why th...