WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions not about programming are best asked on http://wordpress.stackexchange.com/
0
votes
0answers
2 views
How to hook up infinitescroll.js with isotope.js for WordPress portfolio
I've been working on making a portfolio with wordpress / isotope.js / Lightbox2 and am now trying to add infinitescroll.js to the mix, alas with no avail.
So far I've just got a mess of code... first ...
0
votes
0answers
6 views
Custom Text on WP password protect form
I found a hack to change the default password protected page text on WP to what I want it to say, but cant figure out how to make the email address clickable.
you can view the page at ...
0
votes
0answers
8 views
Wordpress & Woocommerce: add to cart button on variations
I have been researching this for awhile now and I cant seem to find an answer or feasible solution. I know I have a conflict with my scripts which is preventing my add to cart button to show after ...
0
votes
0answers
14 views
jquery and ajax url handler conflict
I'm trying to add a carousel slider to a website someone else did. The site was built in wordpress and already has one slider that uses some ajax functions and jquery. The thing is that when I try to ...
-1
votes
0answers
14 views
Zend Framework 2 and Wordpress compatibility
I have developed a php SDK for an API using Zend\Http. I would like to check the compatibility of Zend\http with Wordpress application. Any ideas as to how to go about this ? so basically i need to ...
-2
votes
2answers
33 views
how to open a new window with this code?
if($atts['linkedin']) {
$html .= '<span class="social-icon"><a href="' . $atts['linkedin'] . '" target="'.$atts['linktarget'].'" class="linkedin">LinkedIn</a><div ...
-1
votes
0answers
12 views
Wordpress - Adding link data to a post_name permalink using jquery
I Was wondering if there is any way to modify a link to add for example a category that I could use with $_GET.
For instance, www.example.com/this-is-the-post/category (or ?cat=category)
I've tried ...
0
votes
0answers
13 views
wp_insert_term is adding a term that has no name
I'm trying to insert a term for a custom taxonomy and a custom post type in Wordpress. The problem I'm running in to is that it successfully inserts a term, and at the right hierarchy level, but the ...
0
votes
2answers
25 views
need som help getting .slideDown and .slideUp working in wordpress theme
I am working on a Wordpress theme. My goal is to have a top widget section that slides down and up when clicking on a tab.
I have it started and sort of functioning but I cant seem to get the ...
2
votes
0answers
18 views
Why Can't PHPUnit UnitTest My Wordpress Website
I have been researching this issue for days and although many people ask this question I never found a clear and concise answer.
I am running:
PHP Unit: Version 3.7.21
WordPress: Version 3.5.1
OS: ...
0
votes
0answers
5 views
How to add Genesis Responsive Slider from template instead of widget
I want to add Genesis Responsive Slider from my wordpress page template.How can i do it? just need the name of the function.Please find the link of the plugin
...
0
votes
0answers
47 views
jQuery needs 2 clicks to get the end result?
I'm using the isotope jQuery plugin, which seems to be acting like a bad joke.
What should be happening is what you see when you click on an articlePost div container within the isotope container ...
0
votes
0answers
13 views
Wordpress twitter api 1.1 search class
I'm trying to use a class to made some search using the twitter api v1.1 but everytime I get and authentication error message:
This is the link to the original class: ...
-4
votes
2answers
40 views
How to fix the two version of jquery conflict
<script type='text/javascript' src='http://labellaintimates.com/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
<script type="text/javascript" ...
-1
votes
0answers
18 views
“Error establishing a database connection” NOT a connection error [duplicate]
I am integrating my blog and shopping cart.
I am getting "Error establishing a database connection" when I try to call wordpress.
My wp installation is mysite.com/wp , I am calling it from ...