Similar Posts
The7 WordPress themes page layout filter functions.
Here’s how The7 WordPress themes page layout change via filter functions. How to manage your page/post layout? Remove sidebar or sidebar in left or right? We can use filter function to do the task. This is mostly used in custom post type pages. Original code snippets of The7 WordPress themes inc/helpers/html-helpers.php Use this codes to…
How to add new dashboard page using Javo Directory WordPress theme?
Having trouble in Javo Directory WordPress theme? Currently the PHP class code that manage all the templating system of the Javo Directory WordPress theme. I’ll have a sample code on how to add new dashboard page using Javo Directory WordPress theme. In my case I’d like the `Add Listing` page to be displayed within dashboard…
How to get the parent product category ID, Name, etc in specific product?
How to get the parent product category ID, Name, etc in specific product? Just copy and paste the codes below.
WordPress register / deregister script / in wp_head.
To replace the default WordPress jquery ( http://192.185.73.118/~anthonycarbon/wp-includes/js/jquery/jquery.js ) library with the Google hosted jquery library, copy the below codes and paste it into your functions.php file. The7 WordPress theme dequeue script. Example is `dt-above-fold`. How to deregister a script on wp_head section ? In my example below, i have to deregister the contact form…
Display WordPress video image
Using the <video> tag, you can display the first image of a video but its not clickable and you can’t play the video. Example : Screenshot image Original videoVideo
