Wordpress

Buddypress Follower Plugin – Add Follow Link in other locations of your site

So you are looking to add additional Follow [user_name] links to your site? Here is the function to use <?php bp_follow_add_follow_button(array('leader_id'=>$displayed_userID, 'follower_id'=>$current_userID))...

Read More

WordPress – adv.zip is a SCAM – bevestoagency.com aka markaagency.biz

Looks like this SCAM has been published from at least the following domains: bevestoagency.com (the potential domain which almost got me) kervelagency .com (Martin Dumont) gelbertagency.com (Suspicious adv.zip WordPress Plugin) markaagency.biz...

Read More

WordPress/Buddypress – f.easing[e.animatedProperties[this.prop]] is not a function

I was in the process of upgrading WordPress to 3.2.1 and Buddypress to 1.5.1. A number of things broke which is expected but one I just couldn’t wrap my head around was the easing error from jQuery. I noticed the featured sliders were no longer...

Read More

WordPress – How to Create an Archives Page

To create an Archives Page. You will need to Add a New Page in WordPress and select to use a template which should be located in your Theme Folder. Right Click the following file and save as archives.php archives.php Upload the archives.php file to...

Read More

WordPress – Get Custom Field Inside and Outside The Loop

Getting custom fields in WordPress. In the Loop: (Results for Posts within the Loop) get_post_meta($post->ID, 'key name', true); //single result returned in a string get_post_meta($post->ID, 'key name', flase); //all results returned in an...

Read More

WordPress MU – Installation in a Sub Directory

Details of the errors If you are installing WordPress MU in a sub directory and have an installation of WordPress running in the root of you Domain. You may run into a number of errors: “There doesn’t seem to be a wp-config.php file. I need this...

Read More