• Skip to main content

Team Momentum

Low-Cost Websites and Marketing Solutions

  • Home
  • About Us
  • Contact Us
  • Block Examples
  • Landing Page

Administrator

Dec 14 2011

ScribeFire Allows You to Post to Multiple WordPress Blogs

I am using ScribeFire to post to two of my WordPress blogs. ScribeFire allows me to store login credentials for multiple blogs and to post to them from one simple interface. The options on Scribefire are numberous. There’s a full featured wysiwyg interface. If you have multiple page templates, you can select the one you want. You can select categories and tags. You can even set a publication date and time for each entry.





Written by Administrator · Categorized: WordPress

Aug 25 2011

Send Out Cards Provides Valuable Promotional Services to Businesses

Cas Nowak, an independent distributor for Send Out Cards, has a seven step program to get customers and distributors started quickly using the SendOut Cards system. Check out this video!

Written by Administrator · Categorized: Promotional Tips · Tagged: sendout cards

Aug 15 2011

Display BuddyPress Profile Fields Anywhere

If you want to echo BuddyPress’s extended profile fields outside the loop, you need to add the $bp->loggedin_user->id parameter.

Here’s the code using a Genesis hook (substitute a hook for your theme):

function show_extra_profile_fields() {
global $bp;
$myfield = xprofile_get_field_data( 'Field Name', $bp->loggedin_user->id );
echo $myfield;
}
add_action( 'genesis_before_loop', 'show_extra_profile_fields' );

Add html tags to the echo statement and you’re in business.

Blessings.

Written by Administrator · Categorized: Code Warriors · Tagged: Genesis, PHP, WordPress

May 24 2011

Iframes in WordPress Without a Plugin

You can use iframes in WordPress without a plugin. Just use standard html markup. For example:

<iframe width="560" height="349" src="http://www.youtube.com/embed/PD6eQY7yCfw" frameborder="0" allowfullscreen></iframe>

Here’s the result: The “Dude Perfect” Guys

Written by Administrator · Categorized: Code Warriors

May 05 2011

Panning and Zooming Slideshows without Flash

CrossSlide is a great jQuery plugin that adds a Ken Burns Effect (panning and zooming) to slideshows without Flash, ready for viewing on an iPad. Implementation in WordPress is a bit tricky because of a potential confict with WordPress’s dynamic image handling. Yet with a bit of CSS magic, we can pull it off. Check it out.

Loading…

Written by Administrator · Categorized: Code Warriors

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Go to Next Page »

Copyright © 2025 · Altitude Pro on Genesis Framework · WordPress · Log in