Is there a WordPress plugin or simple method to create a shortcode that would allow for user input to build…
WooCommerce – Adding custom data to cart item when add to cart
Recently, I got into a problem with adding custom data or attribute to Cart Items in the Cart. I want…
Adding a new BuddyPress menu item
add_action( ‘bp_setup_nav’, ‘test_board’, 100 ); function test_board() { global $bp; bp_core_new_nav_item( array( ‘name’ => ‘Test Board’, ‘slug’ => ‘test-board’, ‘screen_function’…
White Rock WP theme and WooCommerce compatibility issue
This is a question that is specific to a couple if items, so please ask for more detail if need…
How do I make the selected layout display for all MarketPress pages?
I’ve set up a WordPress site and installed MarketPress. It works fine overall and the /store/ page is correctly displaying…
How do I register a Google cloud application for a WordPress plugin?
I’m trying to register an app so I can use a WordPress plugin on my site. I was directed to…
Get plugin versions in xml/json format
We have quite a few wordpress sites running and it would be nice to have the wordpress version and all…
I am trying to use infinite scroll with my wordpress theme but it does not work
Thanks for your time to help me out. I have a wordpress website: http://techchef.org/bridco/ , in this website i am…
How can I use is_page() inside a plugin?
I want my plugin to register a script only in a certain page. For example, inside my plugin file I…
State / County is a required field in woocommerce?
i am using wordpress woocommerce plugin but as i click on place order it showa: “State / County is a…
create a wordpress file with all functionality
hello I would like to create a file that will generate a customized xml with my products, I have no…
How to save video track of jw player6 wordpress plugin
I have a a website on which videos are showing and i need to create a log of “how much…
wordpress function to change post status
I’m running the YouTube Video Fetcher plugin at . It fetches videos using the youtube api and displays them on…
Why in WordPress Facebook page photo plugin images are not display
I am using Fcebook page photo plugin. First time all images from facebook album are visible. but when I refresh…
Adding Columns and Updating Content in TablePress on the fly
On my site, PartnerSimple.com, I am using: TablePress: 1.3 TablePress (DB): 23 TablePress table scheme: 3 Plugin installed: 2014/02/25 03:15:50…
Is there any word press form plugin support "Group field" added? [on hold]
basiclly, I would like to make a form like this page: http://www.orientaltravel.co.uk/book.php?tour=69 there is a “add another person” link there,…