bboy8k on "Load WordPress post content into DIV using AJAX"
I'm really in difficulties, I have a button: <a href="javascript: addtocart('<?php echo get_the_ID();?>','1')" class="button add_to_cart_button product_type_simple add-to-cart">ADD TO...
View Articlebrashell on "wp_ajax_autocomplete_user and include_blog_users"
So I am working on editing a messaging plugin and am trying to make it so when you type who the message is to it uses the autocomplete like how it is for super admins in multisite (this is on a...
View Articleaminb5 on "how to add multiple Authors to a post?"
Hi everyone, Hope your all doing fine. So I have a multi author website and the authors are set to only see and edit their own posts. I want the admin of the site to be able to assign(append) a second...
View ArticleRambomst on "Permissions error when using wp_insert_post externally"
I have a php script that runs outside of wordpress. All it contains is the following code. require_once "../wp-load.php"; $imagePost = array( 'post_title' => 'Here', 'post_content' => 'Content...
View Articletheguitarlesson on "Custom post type pinging?"
Hi, I know pages don't ping any ping services, only posts do. But do custom post types ping as well? Or do I need to implement this with get_to_ping when a custom post type publishes? Thanks Tom
View Articlepedro_dles on "PHP: Add translated tags to category list"
I have a website made from a template in WordPress, I've installed a translation plugin (qtranslate). http://madebysylvie.be/collection In my "photo album" page when I sort the items in the default...
View ArticleThanks4Helping on "I need to fix my old blogs, and hire someone to keep them...
I have a few old blogs. They were kind of popular for a few years. The sites kept getting hijacked. I could not keep up with it myself. I ended up giving up. Google took my sites and banned them from...
View Articlekidsguide on "Settings page truble"
I am trying to make a plugin with a settings page, but when I upload it there was an error. This is the HTML: * Plugin Name: Stops Core, Theme, and Plugin Updates Version: 0.2 Plugin URI:...
View Articlexdp22 on "Form send to MySql problem"
Hello, i have problem with my code to send form values into Mysql database. I used wordpress plugins to put php and html code in page, then my codes are simple html form and php mysql code to connect...
View Articleanmaree.annarbortees on "Hacking woocommerce plugin to show swatch color name...
I have tried getting a hold of woocommerce directly on their forum for about a month now, and no luck. So I am coming to the Hackers to see if anyone else might be able to help me. I have the...
View ArticleSayed Taqui on "How to get wordpress cron job function working?"
I m working to randomize all the posts every day (as the date changes) by itself, and I have created a function that shuffles and returns the random post ids which I can use to show random posts....
View ArticleKristoff1875 on "Send some values from WP Post to second database on...
Hi guys, Apologies if this is the wrong forum, I didn't quite know where to put it. I'm relatively new to wordpress and was wondering if this was possible... The first part of what I'd like to do is to...
View ArticleLucien Taylor on "How to modify additional profile contact values?"
I am trying to modify/sanitize values returned from additional profile fields which I have added using the user_contactmethods filter. I am able to validate and throw errors using the...
View Articletasko on "wp_editor Link Question"
Hello, Is it possible to hide/remove the "Or link to existing content" section from tinyMCE (link button)?
View Articleanmaree.annarbortees on "onclick div show title of div in new div"
How would I create this function click on a div show title of that div in a new div what is the best way to do this? Java? php? both? Can anyone help me out please! and thank yous!
View Articlesethhay on "Unique Headers for Tags/Archives/Category Templates"
Hello, Trying to setup the tags/archive/category templates to call unique navigations depending on what page was visited. For an example, the page I am on has a blue navigation and I click on the...
View ArticleGajendra on "How to create category post list like below site"
anybody help me thankful Iam Trying create category post list like below site am trying no use tell me which plugin for that and where to change thank you
View Articleeaperu on "modifying the default 2013 header image dimensions"
I would like to modify the default Twenty Thirteen header image dimensions to reduce vertical space, or any other code modification that will reduce white space in the header area. I am using the Holi...
View ArticleSMcAfee on "When searching for my website in google "This site may be...
When I search for my website in google "This site may be compromised" pops up under the link to my website. Does anyone know how to address this issue? Thanks!!
View Articlerandomuser2000 on "Image upload and creating thumbnails functions equivalent"
wp_insert_attachment wp_generate_attachment_metadata wp_update_attachment_metadata I am uploading images to a WordPress site. I need to do the work they do without WordPress. When WordPress making...
View Article