DLHershy on "Google Analytics Click to Call Tracking Code Not Working"
I have been working with Google Analytics to get the code for tracking click to call conversions. The code, according to Google Analytics Support is correct. They state that there is something in the...
View Articlenolaandy on "Plugin that Generates Unique Coupons Daily"
Anyone know of a plugin that will generate a unique coupon automatically everyday? I have installed WPS Coupons as well as Coupon Creator. Neither plugin has the ability to create a unique coupon...
View Articlematthillcomer on "Custom field meta box on post edit screen"
Hello all... My site has a pre-existing custom field, "Subhed." We use it to display secondary headlines and we use it in the default Custom Fields box on the post editing screen. I can I create a...
View Articletruheart on "FIltering posts based on custom taxonomies and categories"
Hey guys, I'm trying to design a sidebar which lists links to the archive pages for posts based on specific categories and my custom taxonomy labeled "Topics". I have 4 Categories (Teachings, Posts,...
View ArticleRaja on "Embed pdf automatically after upload via media"
I want to upload pdf files via media->add new which should be automatically embedded to a unique page for displaying it. So that I can just give that page link to my client to view the uploaded pdf....
View Articleolyma on "Turning Off Open Sans for the 3.8 Dashboard"
I’m looking for a way to turn off the Open Sans font in the admin. I’m already using the code below to force the admin area to use a different font: function betterfonts1() { ?> <style...
View Articlewdlyons on "Correct metgod to include wp-load.php"
Hi, I submitted the plugon and received the following email back from Wordpress: Including wp-config.php, wp-blog-header.php, wp-load.php, or pretty much any other WordPress core file that you have to...
View Articlekuckovic on "$wpdb"
Hi everyone! I'm developing a plugin, and I'm almost done. I have some issues though. When I add something to my database, it's shown on my admin-dashboard. That part works fine and dandy! But! I want...
View Articlejoint77 on "Change Default Link in native gallery"
Hi guys I've a question, Is possible change default link to attachment in link to media file via code? I would like link to media as the first option, by default. Thank you, :)
View Articlehectavex on "Built an OAuth2.0 login system, need a little help"
Here's the plugin/code: https://github.com/perrybutler/wp-openlogin What I am wondering is how I might be able to eliminate the usage of: require_once( "../../../wp-load.php" ); This "malpractice" can...
View ArticleCory.Nickerson on "Creating a URL for a function"
I have a custom function which simply includes another file. But I can't figure out how to make a URL for this function. admin.php?page=scholarship_view&id=1 The link currently just loads an error...
View Articleanup@xentrictechnologies.in on "wordpress default function is not working in...
i am new in plugin development.i am submitting a form in front end,after submitting i am showing a simple hello message. but during form submission below error are showing: Fatal error: Call to...
View Article4795209 on "Question About Learning JavaScript"
Hi! I'm learning JavaScript and wanted to test out some coding on a demo self-hosted site I have. What surprised me was when I entered a few lines of basic JavaScript coding and tried to set the page...
View Articleperruci on "My Site was hacked..."
My site http://slapiajam.com was hacked?? What should I do to improve the security of my site.
View Articlencj on "Find/replace on pagination using PHP"
I'm trying to do a find/replace on the pagination links using PHP but am having trouble putting this code into a variable so that I can do a basic str_replace command. Can anyone recommend a way to do...
View ArticleAontachtS on "Multi user calendar"
Hi, I'm looking for a calendar that I can use to show a persons free/busy status. It will be used on a site that has multiple portfolios on it, and so must be able to support multiple profiles whilst...
View Articledc3writer on "shopping cart"
I want to list various products and prices on my website and tried several PayPal plug ins. The last one I tried was WP Ultra Simple Shopping Cart Usage v 4.3.8.1. While I can get the shopping cart I...
View Articleselnomeria on "May i use to_ping column of DATABASE?"
Hi. I wanted to save some individual post data to each individual to_ping field (in MYSQL database> wp_posts table) and can i use that field without further problems? Will there appear problems...
View ArticleSam on "Hooks for wooCommerce"
I want to write a hook s for woocommerce_template_single_add_to_cart. I have already written some other hooks that work nicely mostly for a child theme. As far as I understand one can write hooks for...
View ArticleMaraki on "Main RSS Feed - Show only posts from one category"
I would like to have my main RSS feed to show posts from one category only. Is there a function that can help me achieve this?
View Article