I have a custom post type named ‘itineraries’ and its slug is being rewritten to ‘destination’ My urls to a…
Image swap with jQuery Hover using a single image source and transition
jQuery(document).ready(function(){ jQuery(“.um-img-resize”).hover( function(){this.src = this.src.replace(“_off”,”_on”);}, function(){this.src = this.src.replace(“_on”,”_off”); }); }); I’m relatively new to jQuery scripting, and I’m running into…
Redirect preview single post link to a page
I have custom post types setup such that the items don’t have or need single-post pages. The posts will be…
Rerurn to previous category from single page
I have next code on my single page. // RETURN TO PREVIOUS CATEGORY $(‘.cross’).on(‘click’, function(){ var toPrevPage = $(this); toPrevPage…
Return to previous category from single page
I have next code on my single page. // RETURN TO PREVIOUS CATEGORY $(‘.cross’).on(‘click’, function(){ var toPrevPage = $(this); toPrevPage…
Single Page Navigation Issues
On my single-page site im using the WP-float plugin to display a couple of images with onmouseover and onmouseout effect.…
increase related products on single product page (woocommerce)
im doing some work on a website running wordpress – woocommerce styled by Jupiter theme. The problem is that I’ve…
Create custom post type single page
I want to make single page for my custom post type but my method didn’t work. I’ve created custom post…
Display single custom post
i have custom post type events. i want to display content from single post and using single-events.php . The code…
How to insert JS into a single product in WordPress?
I would like to know how can I insert a custom JavaScript script into a product. I am using the…
How to insert JS into a single product?
I would like to know how can I insert a custom JavaScript script into a product. I am using the…
wooCommerce display Attribute description on single product page
Hey there guys I’m developing for www.911quotes.com and on our single products page we would like to show the attributes…
How to add multiple images to a custom post type single post?
I have created a custom post type and I need to add multiple images to every single post, so I…
Single post not generating p tags
Our blog post is not generating p tags. <div class=”entry”>Dummy test content</div> it should be like this <div class=”entry”><p>Dummy test…
Single page problem when permalink type changed
I have a custom post type which i create and works perfect without any problem, its a team page to…
Single taxonomy for multiple post types archive page not working
I am having a problem with my website, I hope you can help me. I created two Custom Post Types(Truck…