wordpress

Wordpress COMMENTS IN URDU (other language)

I am working on a wordpress project. The my database is in utf general. It seems everything is fine in database side, the rest of the website is working wel except the comments. When i display comments wordpress just display symbols rather than words can anyone help me? ...

problem after excluding side bars from a wordpress page

i have a problem after excluding side bars from a wordpress page here http://www.topfxrebates.com i want to fill the space of the removed side bars because i need to draw a big table that fits the whole page here are some screenshots 1 - the problem http:// img2.pict.com/99/9d/c7/3799424/0/1279296576.jpg 2 - this is what i want to do...

WordPress plugin for document vault

I'm looking for a plugin for WordPress that will: With users, allow users to upload documents into a vault. Other users should NOT be able to view other users documents. The admin should be able to view ALL documents that are organized by user. The admin should be able to upload files into a user's account for their view. Does anyone...

Wordpress custom post type hierarchy and menu highlighting (current_page_parent)

I have created a custom post type of 'portfolio' and page with a template that retrieves all posts matching that custom post type. The problem is when I drill down into the actual post, the post seems to sit under 'blog' in the main menu highlighting (displays current_page_parent as a class) The permalink url is correct: www.site.com/p...

.htaccess is interfering with nested .htaccess/.htpasswd?

I'm using Simple Mailing List (http://www.notonebit.com/projects/mailing-list). It's good mailing list, but no admin area. So you have to use .htaccess/.htpasswd to protect the /mail/admin folder. However, my site has WordPress installed in the website's root folder. WordPress creates .htaccess for custom permalinks. And for some reason...

How can i manimulate the pages added in admin side of wordpress?

I have added two pages through admin side(About us, privacy policy) How can i show the 'About us' link in header section and 'privacy policy' link i the footer section of client side, dynamically ...

Moved WordPress install within server - now plugins not working

I moved my Wordpress blog to a new directory and new user on the same server, but now it seems that jquery/javascript effects are not working. Specifically, I have a javascript redirect to a confirmation page on submission of a "Contact Form 7" plugin's form. The form submits (evidenced by my receipt of the emails), but I am not redirec...

double inclusion of same jQuery plungin conflict issue

I created a wordpress plugin (say P1 ) in which I used fancybox (a jquery plugin). I included its js using wordpress's wp_enqueue_script() function. But, on my client wordpress blog, he is using some other wordpress plugin, one of them (say P2) also use fancybox. When both these P1 and P2 are active, fancybox js loads 2 time one from P...

How can i show the archives on side bar of the home page, Wordpress?

I have a wordpress site, and in the home page , there is side bar section.In this section i need to display the archives like February 2010 friday 5th friday 12th friday 19th friday 26th March 2010 friday 5th friday 12th friday 19th friday 26th April2010 friday 2th friday 9th friday 16th friday 23th friday 30th How can i do ...

Jquery conditionally load on a wordpress page

Hi, my website is powered by wordpress and I have conflicting plugins. I found when I remove the <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"&gt;&lt;/script&gt; from the header to load the Jquery libary, the plugin works but all other Jquery elements do not. I thought a good solut...

Wordpress - send post to admin email when posting?

I have a niche website that needs to allow users to post events and other things to the website. Wordpress works perfectly for this option (as well as other needs). The problem is, there is also a weekly newsletter (published as a PDF file) that gets sent to a large opt-in email list. Is there any way to configure Wordpress (via plugi...

Wordpress Database Import

I just imported my Wordpress database from a localhost installation on my computer to the online server. However, all the links still point to localhost instead of the server's url. Is there something extra I forgot to do? (Note: I did not hard write my links so for example the navigation which still points to localhost is generated w...

Wordpress - how to integrate PHP code into a page?

Hi, I have a simple HTML form that posts to a PHP page, which will then return the user some content. I want to take this PHP code and get my wordpress theme to wrap around it, so that appears like a normal page on my site. Can't find any resources on this - where do I begin? Thanks. ...

WordPress adding list of PDF's from Media Library

I've been trying to come up with a way to add a list of PDF's from the Media Library in WordPress. It's for a list of newsletters which will start with the most recent, and list about 5. I want it to list with a title and that title be a hyperlink to the document. So when a visitor clicks the link it will download the PDF. I have tri...

Wordpress: How to mark (new post) fields as required

I need to define some fields as required within the Wordpress add Post page. Does anyone know how to solve this? Especially the page thumbnail. ...

Is there a way to put this PHP into an array and simplify it?

Hi, The following code loads all .php files found in the specified folder (defined separately). Is there a way to put this into an array to simplify the code? Only a couple of variables change but essentially the code repeats several times. // The General Files $the_general = opendir(FRAMEWORK_GENERAL); while (($the_general_files = ...

How to display dropdown menu to exceed header div

Hello everybody! I have problem in displaying drop-down menu. Please, see the example on: http://staging.gwynconsulting.com/rif/hello-world-2/ When I hover 'Rent it finished', I can't display all menu items. I tried to play with many css properties, but I can't make it work... Thank you... ...

(WP 3.0 )Warning: fopen(http://abc.com/wp-cron.php?doing_wp_cron)

Hi. I've just installed Wordpress 3.0 and I get this error message on the front page: Warning: fopen(http://abc.com/wp-cron.php?doing_wp_cron) [function.fopen]: failed to open stream: HTTP request failed! in I:\Development\wamp\www\mysite\wp-includes\class-http.php on line 1045 I'm running WAMP server 2.0i PHP 5.3.0 Apache 2.2.11 ...

Is there an existing wordpress plugin for in post, 1 pic per page, multi-page galleries?

I'm looking to add gallery functionality to a wordpress site for a client. They want functionality to be similar to what you see here: http://www.thefrisky.com/post/246-celebrate-national-ice-cream-month-with-mail-order-treats/ Where each post could be split into x amount of pages. Each with a photo, caption, blurb and an in-post navig...

Wordpress shows all posts using the_content()

I am trying to work with wordpress.In our home page how can we show all posts description with some lines and a more link. I am try it with the_content(__('(more...)')); . But it is not working.Which shows full story directly.The 'more...' is not working..Can anybody help me please... ...