Do you have a social media marketing strategy?

Does your website support the tools to implement it?

With the seemingly endless range of options for internet marketing strategies, ways to build your search engine optimization, and social media marketing options, many companies are struggling to have a clear internet marketing plan and the right tools to implement it.

Any internet marketing strategy should of course involve both SEO and a social media marketing plan.  With LoadedPress, you get the best website platform in the world along with the guidance and tools to implement both strategies simultaneously and automatically, right from your own website.

How does using LoadedPress for your website or blog give you a social media strategy and better SEO at the same time?

  • Search Engine Optimized at the core – including automated SEO tools that make your content rank better for you automatically
  • Push your content to Facebook, Twitter, LinkedIn, and other social network marketing channels all from one place
  • Automatically pull your user feedback back to your site, building your SEO and social following at the same time!
  • Track and monitor your social following with integrated social marketing analytics – increase your audience and measure your success simultaneously

So what should your social media strategy be?

  1. Contact the LoadedPress team to learn more about how we help you succeed
  2. Use LoadedPress to get a great looking and powerful new website
  3. Let our team set up your social outlets, train you on how to use the tools, and support you every step of the way
  4. Automatically push content to your website, your blog, your social media channels, and see instant results!

It really is that simple.

Contact the LoadedPress experts for a free assessment and recommendations for how you can achieve and implement your own social media marketing strategy.

close Social Media Marketing: What is your social media marketing strategy?
Does your website help your SEO and Social Marketing?

Do you want a better performing website, better SEO automatically, and a built-in social media marketing strategy? Let us help.

LWP Show More Demo – WordPress Plugin

Thursday, May 26th, 2011

LoadedPress Show More plugin demo.

Convert [ showmore ], [ more ] shortcodes into an easy to use hidden / expanding content area. Useful for hiding images, long quotes, etc.

6/6/2011 Update:
Simply wrap your content in the [ showmore ] shortcode and the content you wish to hide in the [ more ] shortcode, for example:

[ showmore ] <- let the plugin know to do its thing
This is visible content
Some Link
This is also visible content
[ more ] This is hidden content [ /more ]
This is also visible content
[ / showmore ] <- let the plugin know it can stop doing its thing.

*You can add as many hidden fields to your page by following the above example without any additional coding or tagging

6/6/2011 Update:
Plugin download now available at www.wordpress.org/

See it in action:


Continue Reading....

HTML Ipsum Presents

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. in turpis pulvinar facilisis. Ut felis.

Header Level 2

  1. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  2. Aliquam tincidunt mauris eu risus.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.

Hidden Content

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  • Aliquam tincidunt mauris eu risus.



A second blurb just because...
Continue Reading....

Second Hidden Content


Comments (3)

Just How Do You Use WP Nav Menus?

Wednesday, November 17th, 2010

So you’re using a new WordPress install, and it supports Custom Nav Menus. Good for you! But how do you use them to their full potential?

Let’s start by accessing the newly integrated Navigation Menu Screen.

Go to Appearance > Manage Menus

Picture 161 Just How <i>Do</i> You Use WP Nav Menus?

If this is your first time here, you will see no Nav menus, so let’s create one.

Title your menu something that makes sense. I will title mine, ‘Main Menu.’ Go ahead and save the menu by clicking the Save button to the right.

Picture 162 Just How <i>Do</i> You Use WP Nav Menus?

Now it’s time to add some Content to the menu. On the left you will see a list of pages that you have created to add to the menu. Click the checkbox next to the nav items you wish to display, then click ‘Add to Menu’. They should now show up below the ‘Main Menu’ you just created.

Picture 156 Just How <i>Do</i> You Use WP Nav Menus?

Now would be a good time to order your navigation items and take care of any appearance issues you may have. Simply click and drag your navigation tabs to their correct locations (top to bottom will represent left to right in a horizontal navigation) using WordPress’ handy ajax functionality (you’ll see a hand when you hover over the menu item, if you don’t see it, you’re likely still using Internet Explorer and it’s time you upgrade your browser).

Picture 157 Just How <i>Do</i> You Use WP Nav Menus?

Dont’ forget that you can change the appearance of your navigation items. For example, you have a page named ‘Blog’, but you want it to be … cuter. Click the expand arrow next to the title and enter your display name in the Navigation Label (protip: nav menus support html).

Picture 159 Just How <i>Do</i> You Use WP Nav Menus?

Once you have all that wrapped up, it’s time to save this menu, so click save.

Now on the top left, you should see options for ‘Theme Locations.’ If you’re using the new default WordPress Twenty Ten theme, you will see a message that says, ‘Your theme supports 1 menu. Select which menu you would like to use.‘. Below this, select your ‘Main Menu’ from the drop down menu.

Picture 155 Just How <i>Do</i> You Use WP Nav Menus?

Click Save… and you’re done. Now go visit your blog and see your new menu.

Comments (2)
Categories : Uncategorized

Custom Page Templates

Monday, November 15th, 2010

When writing a page in WordPress, you’re not limited to the same look every time. Most themes include different Page templates to spice things up and differentiate between content. To change page templates, simply select the page Layout from the right side options when creating / editing a post.

LoadedPress Custom Page Templates

For example, if you’re currently using the default LoadedPress theme, you have the option to choose between the default Right Side Sidebar, Left Hand Sidebar, two Sidebars, and No Sidebars.

What if that is still too limited?

Well, then you’ll want to create a new Page Template. Let’s assume that you want to have a page that has some additional content before ‘the content’. I’ll also assume that you are starting out with WordPress’ newest release 3.0.1 and the default TwentyTen theme to keep things as simple as possible.

In the beginning of a WordPress template page, you will need to tell WordPress that this is a template. You will do this by the Template Name portion after the opening

* The “Template Name:” bit above allows this to be selectable
* from a dropdown menu on the edit page screen.

This is followed by ‘the content’ and ‘the footer’.

The content is whatever variation of WordPress’ “Loop” you are comfortable using. We will retain the loop from TwentyTen to keep things simple

Picture 133 Custom Page Templates

Each little bit of “The Loop” performs a specific task, and is generally pretty self-explanatory, but to break it down a bit:
the_title(); Simply outputs the Page Title (which is why it is surrounded by header tags). And so on..

And at the end of each page template, we must call
get_footer();

To make sure we have a footer on the page.

Now from what I’ve shown we haven’t done much on the page other than make a bit of a mess. So let’s go ahead and add that content from earlier:
Picture 135 Custom Page Templates

So we’ve added a static image between our Title and our content. It’s not exactly useful in this tutorial, but with this little bit of information you can begin adding elements such as avatars to page templates, removing elements such as meta data, or just changing the order of the content to look how you want it to look.

With a little practice and trial & error, your content will be formatted exactly as you wish it to be.

Comments (0)
Categories : Uncategorized

WordPress as a Content Management System

Wednesday, November 10th, 2010

So you’ve made the decision to use the increasingly popular, WordPress, as a content management system. Good for you! Here’s a few easy tips to get you on your way.

Where to start

WordPress was built initially for blogging, and as such, the default state of any WP site displays the blog on the home page. To move the blog to an internal page and show your users a ‘Home’ page, simply create a placeholder page (you can call it Home, Welcome, or whatever you wish).

Second, you will need to create a placeholder page for your blog. Again, you may call this whatever you wish, it should be something somewhat indicative of a blog, however. (add’l reading, news, etc.)

Step 2

Once your page placeholders are ready, head over to your Dashboard and find Settings > Reading. You will encounter two options for Front Page Displays, Your Latest Posts will be selected by default. Choose option two, A Static Page (select below), and set your Front page to be the ‘Home’ page created earlier, then set your Posts page to be the ‘Blog’ page you selected earlier. Note that these must be separate pages or WordPress may explode.

Picture 104 WordPress as a Content Management System

Save your changes and you’re set: You will now have a ‘Home’ page when people come to your site, and an internal, Blog page. Now get to work and fill your Home page and Blog pages with content!

Stay tuned for Custom Page Templates.

Comments (1)
Categories : Uncategorized