I have a wordpress site thats related to laptops niche. So I have multiple categories like Display(10inch, 13inch, 15inch...), Processor(AMD, Intel), HDD(120GB, 320GB, 500GB...) etc.
The usual search is not good. I want to create an advanced search page where user can select from options(drop downs/checkboxes) in these different cats an...
We are working with a client who has an inventory system using asp.net.
We are developing his ecommerce solution within Wordpress and this needs to be updated by the asp.net inventory system ?
Ideas on how this can be integrated would be appreciated !
...
i have a word press blog installed on my server but when i upload a image it goes into one directory, but the blog front end is lookign for the images in another directory... so the images show as broken. i have been manualy copying the uploaded images from server location to the one WP looks for them in and it works.
how can i set the ...
I have 3 classes in WordPress (the question itself is unrelated to it):
class WP_Widget
class Theme_Widget extends WP_Widget
class Specific_Widget extends Theme_Widget
Essentially Theme_Widget contains some extension functions to the basic WP_Widget.
Inside Specific_Widget I call one of Theme_Widget's methods:
class Specific_Widg...
This website is based on wordpress, I wonder which plugin/theme are they using to customize wordpress into a gallery/download site.
Many thanks for your help!
...
I created a custom widget for wordpress. But I can only use it once. I can't assign multiple instances of the widget to my sidebars.
Can anyone show me sample code on how to make my custom widgets re-useable?
...
Is there any good tutorials to convert HTML+ CSS to Wordpress? not PSD 2 HTML? I mean if
HTML CSS is available we just need to convert a XHTML CSS template to installable Wordpress 3.0 Theme? I'm not talking about PSD 2 HTML.
For example this is free CSS template http://www.freecsstemplates.org/preview/regeneracy/ I just want to downloa...
Hi everybody, I followed this great tutorial to"ajax" my blog:http://www.deluxeblogtips.com/2010/05/how-to-ajaxify-wordpress-theme.html
But it creates some problems and I think the problem is in the hash that ajax creates.
So, after the content is loaded, how can I remove the hash from the url?
I copy my code here:
jQuery(document)...
i have a login form for my wp site, but when they type in the wrong user/pass it directs them to the WP login screen. any way i can change this without hacking WPMU core?
...
I have developed a WordPress plugin and I got an e-mail from a person who needs some customizations. He asks for an hourly rate, but I'm used to charge per work, not per hours.
The customization will be integrated into the plugin for everyone else to use, since its GPL code. But it's a customization I wasn't planning to develop, so I sh...
My goal is just to use some type of default method for checking if category exist in Wordpress, and if it doesn't, add the category. Same with tags.
Here is a mess I made trying to make it happen:
<?php if ( is_term( 'football' , 'category' ) ){
}
else (
$new_cat = array('cat_name' => 'Football', 'category_description' => 'Footba...
I have a table in the same database as my wordpress install. What is the correct way of querying it the "wordpress way" ? I know I can use mysqli and that is what I usually do. But I am sure wordpress has it's own standard and perhaps classes to do this.
thanks
...
There probably is some solution to this, whether it involves code running on just the wordpress installation or a combination of a wordpress installation and a master server I am not sure yet, but please remember not to have tunnel vision and consider any and all possible solutions:
The scenario is this: A WordPress plugin (plugin-A) th...
Hi all,
I've got a facebook page. In it there is the RSS feed of posts from my blog. In the facebook page people have replied to my blog posts that where posted on facebook.
Now I wish to show these replies on my blog.
Is there any way for doing that?
...
Hi there. I'm having some problems with the query that wordpress runs. That's the one:
SELECT DISTINCT ID,post_title,post_date,post_content,MATCH(post_title,post_content) AGAINST ('S') AS score FROM wp_posts WHERE MATCH (post_title,post_content) AGAINST ('S') AND post_date <= 'S' AND post_status = 'S' AND id != N AND post_type = 'S' ORD...
Hi guys. Does anyone know how to position a widget called linkWithin on the page? By default it's putting it below every post. I want to display it in the sidebar though. Any ideas?
...
I'm looking for a plugin to extend the search into the content of attachments (typically text file like doc or Pdf).
...
Hi guys, I'm considering Wordpress as my CMS platform for a client site I'm doing at the moment.
However, I need to create a couple of custom 'modules'. One of these modules is a form that people will be able to complete and have a quote, and once submitted, in a special place in the Wordpress panel (like a menu or something), there wil...
I have an array in PHP as a result of the following query to a Wordpress database:
SELECT * FROM wp_postmeta WHERE post_id = :id
I am returned a multidimensional array that looks like this:
Array ( [0] => Array ( [meta_id] => 380 [post_id] => 72 [meta_key] => _edit_last [meta_value] => 1 )
... etc.
What is the best way to fi...
Hello Everyone,
For the last few hours I've been trying to set up this http://code.google.com/apis/books/docs/dynamic-links.html on a WordPress blog. Google's API sends back a JSON response (which is supposed to be "put" into _GBSBookInfo variable). However, that variable never is assigned so my javascript callback function explodes s...