Tags - wordpress

Below are all posts tagged with 'wordpress'.

Are you thinking about blogging or about  switching to a different blogging platform?

Research

First of all, do some research.  You’ll find lots of opinions and comparison charts online.  (For instance, here’s a link to compare Blogspot features with WordPress and with a hosted blog.)

I’ve also added links at the end of this post to a variety of  Campus Crusade for Christ staff blogs, listed by blogging platforms, so you can see the different looks you could achieve.  Also notice the features in the sidebars.  Blogger and WordPress, for example, may differ in some of these additions you can make to your blog.

WordPress.com and WordPress.org

WordPress is one of the most popular platforms, especially for serious bloggers.  It’s also easy to make your blog function like a web site.

If you think WordPress might be too much work to learn, do a search on tutorial videos and you’ll be able to see how to post .  A few of the videos would be enough to show you if WordPress.com looks user-friendly eno...

More »

Leave a Comment

Are you thinking about blogging or about  switching to a different blogging platform?

Research

First of all, do some research.  You’ll find lots of opinions and comparison charts online.  (For instance, here’s a link to compare Blogspot features with WordPress and with a hosted blog.)

I’ve also added links at the end of this post to a variety of  Campus Crusade for Christ staff blogs, listed by blogging platforms, so you can see the different looks you could achieve.  Also notice the features in the sidebars.  Blogger and WordPress, for example, may differ in some of these additions you can make to your blog.

WordPress.com and WordPress.org

WordPress is one of the most popular platforms, especially for serious bloggers.  It’s also easy to make your blog function like a web site.

If you think WordPress might be too much work to learn, do a search on tutorial videos and you’ll be able to see how to post .  A few of the videos would be enough to show you if WordPress.com looks user-friendly eno...

More »

Leave a Comment

Here’s a screencast that shows you how to integrate blog posts from your campus website with your Facebook Fan page so that you can maximize your visibility with your students.

Leave a Comment

Using a USTREAM live video feed on your blog is easy, and it makes finding your streaming  feed easy for your target audience! This screencast tutorial will help you embed both video and chat on your WordPress blog. NOTE: If you scroll down this page, you’ll see I have pasted some code that I refer to in this video. You can cut and paste it when you go through the setup.

This is #2 in a series. Click here for #1.

HTML code for your blog:

<html>

<body>

<table border=”0″ width=”100%” cellpadding=”10″>

<tr>

<td width=”50%” valign=”top”>

////Your video embed here////

</td>

<td width=”50%” valign=”top”>

////Your chat embed here////

</td>

</tr>

</table>

</body>

</html>


Leave a Comment

There is a known bug with WordPress blogs hosted on Bluehost that will crash your site and prevent you from logging into your WordPress dashboard. The bug occurs if you change the permalink settings on your site. This tutorial will show you what triggers the bug, and how to fix it.

If you’re not comfortable using an FTP client and plain text editor, which you’ll need to get your site working again, don’t trigger the bug without some help first.

Setting Permalinks – This Triggers the Bug
  1. Login to your WordPress dashboard.

 

  1. Expand the Settings menu and select Permalinks

 

  1. Select either the Day and Name or Month and Name option, and then select the Save Changes button

 

  1. From this point forward, if you try to load any part of your blog, you will receive a 404 error. You will receive this error until you fix the htaccess file.
Fixing the Bug: How to Fix the .htaccess File
  1. Download the .htaccess file that is generated after saving the permalink options from the previous step. The .htaccess...

More »

Leave a Comment