Here’s my widget markup: <section class=”widget”> <header> <h6>Widget Header</h6> </header> <section> <p>Widget Content</p> </section> </section> I can achieve this with:…
Selecting one Category in a drop-down list
I’ve a News Ticker showing the latest post on my wordpress website. but i want to show only one category…
Is it possible to maintain image aspect ratio when scaling images?
I’m using a theme which displays a grid of images, but it only works with landscape images at the moment…
Exclude javascript in certain page url and all following url’s after forward slash
I’m trying to exclude javascript from a couple of pages. But I want to target all the pages after the…
Get the alphabetical sorted data with wpdb
I have a function in my WP which get the data from database, Here is the function function thebook_get_provider_types() {…
Session is not starting
I’ve read the usage of session() in WordPress from here and here. And I placed the following code into the…
Filter WordPress post Dynamically on dropdown selection?
Want to filter WordPress post Dynamically on dropdown selection? But am not able to find out any solution how it…
Getting latest posts from network
I’m using example from here to get latest posts from the WP network: http://www.smashingmagazine.com/2011/11/17/wordpress-multisite-practical-functions-methods/ The function: function wp_recent_across_network( $size =…
Enable TinyMCE Rich Text editor for excerpt
I need my excerpt to have tinymce activated. I have tried the plugins (TinyMCE Excerpt) etc. but that one is…
unregister_sidebar in child theme again: not working
I’m sorry I’m posting this question again but none of the the solutions I read work for me. I’m woking…
unregister_sidebar in child theme not working
I’m woking on a chid theme for Ohsik. I’m trying to unregister a sidebar, but nothing is working Here’s my…
List sibling pages widget, exclude current page
I successfully created a widget that displays sibling pages to the current page I’m on in the sidebar. Only thing…
Integrate custom video player
I’ve bought this custom javascript video player for YouTube videos (http://codecanyon.net/item/easy-video-player/7152281) and would like to integrate it into my theme…
Ninja Forms – pull in some post related information
I am building a real estate website. There is a custom post type, called “Agents”, that holds all the contact…
Get First Image Or youtube Thumbnail with link to youtube video
Looking for a single function to grab the first image or video thumnail (with link to the video location i.e.…
contact form in template with jquery,validate and ajax
I have a page-contact.php for my contact form in my template. I wanted to add jquery validation and some fancy…