- How to call a custom field outside of the WordPress loop <?php echo get_post_meta(get_the_ID(), "custom-field", $single = true); ?> #
- Trick to post custom fields outside the WordPress loop – replace $post->ID with get_the_ID() http://bit.ly/47k4kj #
- Trying to tweak pretty links plugin to automatically add tracking code to affiliate links (PrliUtils seems to be the key) #
- Set $param_string at line 292 in PrliUtils (Pretty Links wordpress plugin) to pass on an affiliate SID at the end of all links. #
- Affiliate Lite WordPress plugin requires php 5 to work correctly. http://tinyurl.com/yf7nrtf #
- Does the pretty links wordpress plugin forward parameters when wp super cache is also turned on? #
- Not sure the cookie monster plugin http://tinyurl.com/yzlfmdv works with WP super cache but the cookie in the affiliate lite plugin might. #
- Trying to find a cookie that works with WP super cache to use with our school fundraising website powered by WordPress #
- Looks like the cookies with the cookie monster plugin works. Just needed to force Super Cache to ignore pages with the pretty link bar #
- WordPress plugin that executes PHP from a sidebar widget http://bit.ly/RhWDl #
- Cookies can't be set via wordpress functions (plugins) when WP Super Cache is "full" on http://tinyurl.com/ylfwxmq #
- Tips to make your Wordpress Site more secure: http://www.benjohnsonblog.com/1038/avoding-the-hackers-securing-wordpress/#more-1038 #
- Affiliate lite plugin sets a "no affiliate" cookie if your first visit doesn't have an affiliate code. http://tinyurl.com/yz8bwwf #
- If you visit a site with an affiliate link after you visit it without an affiliate link, Affiliate lite plugin won't pick up your referral. #
- session_start() needs to be the first line to avoid headers already sent error http://bit.ly/cxNkKA #
- Apparently passing variables in the website address is bad for SEO and ranking on the search engines: http://tinyurl.com/yhd45lo #
- What does %s mean in php. Took a while to figure out: http://tinyurl.com/yfsc8ba #
- Thinking about modifying the affiliatelite plugin: http://premium.wpmudev.org/forums/topic/affiliate-plugin-cookiehash-not-set#post-19237 #
- Thinking some more about modifying the affiliatelite plugin: http://premium.wpmudev.org/forums/topic/affiliate-plugin/page/2#post-18785 #
- Grabbing the affiliate ID from the affiliatelite plugin: http://tinyurl.com/yls9pje #
- Author-avatars Wordpress plugin lets you insert a shortcode of authors into a post. Mod line 197 in UserList.class.php to link to affiliates #
- Affiliatelite plugin creates an affiliate system for your WordPress blog. Line 270 in affiliatelite.php controls who gets the referral. #
Related posts:
- Hide Google Ads based on Geographic Location (Country or City) We’re thinking about starting an entrepreneurial (Make Money Online) extra-curricular...
- Maintenance Mode – Hiding your school website while it’s under construction Are you the teacher responsible for your school’s website? Perhaps...
- About Blog.ClassroomTeacher.ca We are teachers in Ontario, Canada. The opinions expressed here...
- Classroom Technology Wish List: 101 Ways to Bring Technology into the Classroom Sure, it’s summer time, but that doesn’t mean we don’t...
- Geotag Your Classroom Blog – Show Off Where Your Visitors Come From Geotagging is the art and science of adding geographic information...




0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment