sepoto on "How to find the definition of wp_head"
Inside my themes header.php I have: <?php wp_head(); ?> From what I understand the definition of wp_head is inside wp-includes/general_template.php which includes some text: do_action( 'wp_head'...
View ArticleGregg Banse on "PHP or JSON to pull data between sites?"
I have a single site that captures form data (faculty profiles) that I want to pull into other sites using short code. My plan is to write plugin for the form input site that allows configuration of...
View Articlezkenstein on "Custom Post List Column"
Hi, Is it possible to create custom post list column using the custom post type value, not from meta value. Is will look like authors column. Thanks Ze
View ArticlePeterChiverton67 on "Keep getting a Malware alert on home page"
I keep getting a Google Malware alert message when I try to load my Website stating "Attackers currently on stats.srvasnet.info" Haven't the foggiest idea how this happened and how to remove the...
View ArticleNiaj Morshed on "weird $_SESSION problem in wp page template"
I faced that a page template code run automatically where I didn't execute that page template. I have a example here. I have 1 page template named my_template.php <?php /* Template Name: my_template...
View Articlesepoto on "WordPress style tags in header. Casper Theme."
<style type="text/css"> .blog-title a, .blog-description, .social-icons a { color: #ffffff; } </style> <style type="text/css">.recentcomments a{display:inline !important;padding:0...
View Articleklmnweb on "Hide a particular widget on a page"
Hi, I have four custom widget area in the footer and accordingly I have added 4 widgets to each of the widget areas. In one of the widgets (sidebar-2) I have two widgets. I wish to display one of the...
View Articleqsick on "facebook register/login sync with front end registration."
I am specifically using the registration form from restrict pro plugin developed by pippin's plugins. I can not figure out how to sync a facebook registration to this form. I have tried several of the...
View ArticleEzatpanah on "how i can write webservice plugin"
Hello Friends I HAVE A WORD PRESS SITE and an mobile application whivh is related to the site and all post are shown there. to connet sute to mob app, I wrote webswevice and now it is woeking. now i am...
View Articleannag on "GeoTargeting PHP code for Custom Fields"
I altered my single post page PHP to make the featured image link to an external link. I would now like to take that a step further and send it to a different link depending on the user's country of...
View Articlefelixgonzaleza on "mobile theme not showing"
I am having problems with properly displaying the mobile theme (while using plugin) of my site. I have a custom responsive site and our landing page is set to a static page (with the homepage template)...
View ArticleFemio on "I am getting hacked evry two weeks? Help please"
The example below represents the attack that occurred on my site for the umteenth time. I have no idea how it is getting in. Spoken with the service provider, it is not on their side and they suggest...
View Articlejimclay75051 on "Repurpose Comment Email Field"
Hello, I do not feel that I need the email field, but I would be interested in knowing the location of any readers I might someday have. So I would like use the email field as a "City, State, Country"...
View Articlelordzden on "How do I get Wordpress' stats counter?"
How do I access a particular Wordpress Plugin or Theme stat? Can you share a code or tuts? Like this: Requires: 3.9 or higher Compatible up to: 4.0 Last Updated: 2014-10-16 Downloads: 21,084,365...
View Articlesj3vans on "How to embed Wistia video iFrame link with user tracking"
I can't seem to figure this out. Perhaps someone can direct me how I need to get it going. On our homepage at vistaone.tv, you can see that when I place the following link in a post, it embeds the...
View Articlethestripedone on "Echoing a link to the oldest post in a navigation menu"
I'm putting together a webcomic page for a friend and am having trouble figuring out how to link to the first post. (That is: the oldest post, not the most recent) Currently I have the following in...
View Articlejayroyall on "Custom Entities and Fields"
Hi, I'm very new to Wordpress so please excuse me if I seem ignorant towards the functionality of Worpress. I would like to develop a custom plugin that allows administrators of the website to send...
View Articleviktor89 on "Public Demo Admin"
hey everyone So, I want to make a public demo install for possible clients to log in to and mess around with. Are there any good plugins for this? I was thinking something that resets it every hour or...
View Articlecitstudio on "Adding Rewrite Rule"
hi there, I Create function add_query_vars($aVars) { $aVars[] = "type"; return $aVars; } add_filter('query_vars', 'add_query_vars'); function add_rewrite_rules($aRules) { $aNewRules =...
View Articlemike62 on "Adding a checkbox to the reg form, then customizing the admin...
Site, for reference: https://www.hilarydruxman.com/my-account/ I have made a checkbox appear on the registration form that says "Send me more info about becoming a wholesaler." I have used the below...
View Article