wordpress

Multiple calendars on wordpress highlighting only specific categories

Does anyone know of how, in wordpress, I could implement many calendars on a site, each only highlighting days that are within a specific category? I am hoping to setup multiple calendars, each tracking all of the events from their own cat. After researching for a while the best I could find was this thread: http://wordpress.org/suppor...

Submit form with JS

Im working with a shopping cart plugin and that uses a basic form on the product page to submit values like price, product name, etc.. The problem is that the plugin uses a standard submit button to send the values and I would like to replace said button with a prettier custom jquery rollover. In order to make this happen I used some JS ...

NAVT WordPress Plugin - Not working on index.php

Hi there, I need to move my wordpress home page onto the actual index.php file but for some bizarre reason the NAVT plugin doesn't work on there. It also doesn't work on index.php when I put it in the header.php file. It works on all other pages as normal. ALSO, it does work in the footer.php file when viewing the index.php file so th...

What's the best WordPress plugin for embedding/executing PHP code?

Hi there. I have an existing webapp created in PHP and would like to embed some of the PHP code into some WordPress pages. What's the best WordPress plugin for that? ...

Get first word in string php the_title WordPress

Hi, I'm trying to shorten a wordpress title to just the first word. For a page named "John Doe" I want to have a sub title somewhere on the page that says "About John" so I want to just get the first word from the title. Is there a way to do this with PHP? Thanks! ...

Wordpress Trackbacks Not Being Applied

I am using Wordpress 2.9.1. I recently noticed the trackbacks are not being sent - internal or external. I see two issues I would like to solve. 1) My site has a default, global ping hub which it should notify. This value is not being set into the 'to_ping' value in the *_post table. 2) When I manually enter a trackback in the post,...

You do not have sufficient permissions to access this page.

I recently set up a local copy of Wordpress, added some content and created a child theme. Then I moved it to my webserver, changed the config file, changed the "localhost" occurences in my SQL file to my online URL. I also changed my database prefix from what I had locally on all tables and in the config file. Everything works well on ...

Wordpress using .NET?

Have anyone seen or tried Wordpress.NET? I read an article about it before, but it is now nowhere to be found. Any similar open source where I could get one? ...

Wordpress htaccess in root overriding htaccess in subdomain. Subdomain app not working now.

Hello, We have a WP install in the root of our server and its running great.. but, we just installed another app in a subdomain. Now, I can view the index.php of that app but cannot do anything with it.. the htaccess rules in the root (from WP base install) are effecting the requests. So, how to I eliminate the WP htaccess file from eff...

CSS Positioning

Trying to mess with this wordpress theme and can't figure out why the sidebar is stacking underneath the content block. Any help would be very appreciated. http://www.buffalostreetbooks.com/events CSS: body { font-family: Arial, Helvetica, Verdana, Sans-serif; font-size: 10pt; background-color: #692022; background-image...

Alternate play / pause button for WordPress wpaudio soundmanager plugin

Hello! I am using the wpaudio plugin to convert mp3 links into a javascript/flash audio player. My problem is that I use this plugin in two areas on my site: one on a black background, and one on a white background. I need to use an alternate set of play/pause buttons for each page (white buttons for the black background and vice versa)...

custom wordpress page

I'd like to implement a custom post retrieval page in wordpress. Basically, I'm using AJAX to call this page that will be passed a post ID and retrieve certain data from that post. Note: please don't mistake this as a template question. I do not want a template for one single page -- I am looking to make this page query multiple differe...

What is the best minifying plugin or tool for wordpress based sites

My Website is built on Wordpress, now I want a plugin or tool to minify all my CSS and JS scripts to one. What is the best known plugin for this ? ...

can anybody help me with using wp_print_scripts, wp_enque_scripts, wp_head, wp_register_script

I want my scripts and css files to be added in the footer and header respectively, ideally they should be minimized and compressed too, I think these functions can help but iI am not aware of using them. can anybody help me with these ? wp_print_scripts, wp_enque_scripts, wp_head, wp_register_script ...

insert in the head tag after wp_head

Using wordpress 2.9.2. I am loading my css files for plugins as they are being called, which ofcourse is after my header has been loaded. I want to insert the calls those css files in the HEAD tag of the page, which can be done if i get a hook which includes lines in the head after wp_head() has been called. Help ! ...

Modify flutter / magicfields duplicate group code to show all groups except the first

Hello! I am making a table of DJ mixes in WordPress and using the duplicate group / custom field functionality of magicfields (a fork of the flutter plugin) to 'CMS-i-size' the process of adding a new mix to the table. The order of the mixes matters: I need to put the first mix in the section, the rest in the section. Right now I am...

How to learn web-programming (Javascript, PHP)?

If I'm going to learn programming first time, How i should start? I don't know programming yet but I'm good at XHTML and CSS. my main aim is to learn first Javascript than second PHP. after having good command in Javascript I'll move to PHP. all these i want to learn to get good command in all areas of Wordpress design and Development...

How remove iFrame from wordpress admin panel?

Hello, guys. I've some problem with iframe at the WordPress admin panel. Can you tell how to remove it? and how to secure WordPress with similar problems? ...

How can I tell Wordpress to reset all posted image sizes to the largest set width?

I've set the width of large files in Wordpress' Media settings: http://cl.ly/7wX but how can I tell Wordpress to apply the setting to all the images I've already inserted in posts? It's limiting them to a previous setting of 500px wide. Thanks! ...

WordPress Write Cache Problem with Multiple Sessions

I'm working on a content dripper custom plugin in WordPress that my client asked me to build. He says he wants it to catch a page view event, and if it's the right time of day (24 hours since last post), to pull from a resource file and output another post. He needed it to also raise a flag and prevent other sessions from firing that sam...