WordPress 2.8.1 Beta 2
Just upgraded to WordPress 2.8.1 Beta 2 (bleeding-edge stuff), which became available June 26, 2009.
Just upgraded to WordPress 2.8.1 Beta 2 (bleeding-edge stuff), which became available June 26, 2009.
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
UPDATE (Feb 20, 2011): #1 and #2 below no longer apply to the CSS. #3 below is still applicable. UPDATE (Jan 2, 2011): I’m no longer using the below-stated NextGEN Galleryview plugin by Alex Rabe. Instead, I’m using WordPress NextGen GalleryView by John Brien because it has fewer JS conflicts. http://nextgen-gallery.com/templates/galleryview/ 1. To customize the…
From Cloudways tech support: 1. WordPress Website Migration You can easily migrate your WordPress application manually by using our migrator plugin or you can take advantage of our managed migration service. We provide one free migration on account upgrade from the trial state. In your case, you may consider migrating the WordPress website manually using the plugin…
1) Followed all of the instructions from CSS Sticky Footer. Then made the extra change, shown below, to my child theme’s footer.php file. For my WordPress TwentyTen child theme, in the footer.php file, I had to move the closing #wrapper DIV to just ABOVE the opening #footer DIV. Like so: 2) Add CSS for footer…
Error message: Warning: Cannot modify header information – headers already sent by (output started at /home/content/25/7659925/html/wp-content/themes/corporattica/functions.php:147) in /home/content/25/7659925/html/wp-includes/pluggable.php on line 897 Solution: Remove ALL empty lines/white spaces in the functions.php. This worked for me when using the WordPress Corporattica theme Removed single white space that was in front of <php? on line 147 (IE: I…
Suddenly, I had over 7,000 WordPress Feedback Spam entries. Feedback is JetPack’s Contact Form. Crazily, Feedback doesn’t have a bulk Empty Spam button like Comments does. I LOVE Comments’ Empty Spam button! First, log in to phpMyAdmin and take a backup of the database. Then, click on the SQL tab and run the below Queries….
Allow PHP in WordPress Text Widget. No plugin, functions file solution. Add the following code to functions.php in child theme folder: Source: PHP Text Widget — Allow PHP In WordPress Text Widget – Binary Turf