I ran into quite an odd problem in WordPress. The homepage pagination would work on all pages except for the homepage. A simple search for WordPress homepage pagination problem did result in multiple hits, but all having the same problem. Luckily I was able to solve it for me. I do have a general guide [...]
Return first paragraph as excerpt | Excerpt-first-paragraph
Here is a neat little plugin that I use on my websites: excerpt-first-paragraph. It does what it says, it returns the first paragraph as excerpt in your WordPress theme. Setup 1. Download excerpt-first-paragraph.zip 2. Upload to plugins and activate 3. Replace the_excerpt in your theme with: 1 2 3 4 5 6 7 <?php if($pos [...]
by Schurpf on January 26, 2013
Horizontal Aweber Form | Using CSS
Here is a quick little CSS snippet to create a horizontal Aweber form: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .af-form, .af-form .quirksMode{ width: 100%; } .af-body{ min-height: 50px; } .af-element{ float: left; width: 28%; [...]
by Schurpf on October 23, 2012
Warning! Pay pal phising email | Your Account Has Been Limited PayPal Case ID PP-658-119-347
Warning to all of you there is a pay pal phishing email going around with title Your Account Has Been Limited PayPal Case ID PP-658-119-347. DO NOT FILL THIS OUT! Here are all details: Email: service@paypal (windows@live.com) Subject: Your Account Has Been Limited PayPal Case ID PP-658-119-347 Text: PayPal Identity Issue PP-658-119-347 Secure [...]
by admin on October 6, 2012


