Sideblog Plugin v3.0

After one month of intermitent coding, Sideblog Plugin v3.0 is out.

WHAT IS THIS SIDEBLOG THING?
Sideblog is a plugin for WordPress Blog Platform. It is one way of
implementing “Asides” – a series of “short” posts, 1-2 sentences in
length. Sideblog is now in version 3.

Sideblog v3 differs from previous version in that it is Sidebar
Widgets enabled. For those whose theme do not support Sidebar Widgets
Sideblog v3 can still be use. In Sideblog v3, multiple categories can
be published in the sidebar.

HOW DO I INSTALL IT?
Installing Sideblog was never easy. If you’re theme supports Sidebar
Widgets, it is even easier.

Installing Sideblog in themes WITHOUT Sidebar Widgets support

  1. Download Sideblog Plugin v3 – http://katesgasis.com/download-page/.
  2. Unzip and upload sideblog.php to your wp-content/plugins directory.
  3. Login to your WordPress blog.
  4. Activate in your Admin -> Plugins panel.
  5. Go to Admin -> Options -> Sideblog panel.
  6. Select the category(ies) you want to publish in the sidebar.
  7. Take note of the “category slug(s)”. Update your Sideblog Options.
  8. Open your sidebar.php in a text editor.
  9. Add the sideblog function.
    Example:
    <ul>
    <?php sideblog(‘your_aside_category_slug’); ?>
    </ul>
  10. Repeat #9 for each category you marked as aside in sideblog options panel.

Installing Sideblog in themes that support Sidebar Widgets

  1. Download Sideblog Plugin v3 – http://katesgasis.com/download-page/.
  2. Unzip and upload sideblog.php to your wp-content/plugins directory.
  3. Login to your WordPress blog.
  4. Activate in your Admin -> Plugins panel.
  5. Go to Admin -> Options -> Sideblog panel.
  6. Select the category(ies) you want to publish in the sidebar.
  7. Take not of the “category slug(s)”. Update your Sideblog Options.
  8. Go to Admin -> Presentation -> Sidebar Widgets.
  9. Drag and Drop Sideblog Widget Control to the desired location.
  10. Edit options by clicking on the Configure icon.
  11. Put in the title of your aside and select the category in the dropdown box.
  12. Save Changes.

Changing the layout of your Sideblog

  1. Go to Admin -> Options -> Sideblog.
  2. Look below the Display Format column.
  3. Change the format. The default is <li>%content% – %permalink%</li>.

    The available tags can be found after the table. Just scroll all the way down.
    You can style your Sideblog. If you want to display the title of the post
    as a URL and style your list, put this in your display format:

    <li class=”asidepost”>%title_url%<br/>%content% – %permalink%</li>

  4. Each aside category can have different layout.
  5. Update Sideblog Options.

To exclude an aside category from feeds

  1. Go to Admin -> Options -> Sideblog
  2. Check Exclude from Feeds for each aside categories you don’t want plublished.
  3. Update Sideblog Options

Download Sideblog Plugin v3.0 here

381 Responses to “Sideblog Plugin v3.0”

Pages: « 1 2 3 4 5 6 7 [8] Show All

  1. 351
    Benny Says:

    Hi!

    I installed the Sideblog Widget and it works fine!

    But i have the problem that after every Sideblog Post, there is a “-#”

    How do i get rid of it?

    http://www.spp-music.de/wordblog

  2. 352
    George Donnelly Says:

    The # is the permalink. remove it under settings > sideblog.

    I found that wp put around my asides, screwing up the formatting. I fixed it put tagging my aside with li and just leaving %content as the formatting.

  3. 353
    Kathy Says:

    Fantastic plugin! (I agree that someday it would be nice to choose what categories show up in ‘recent posts’.) Thank you for all your hard work!

  4. 354
    gt.grf » Blog Archive » Sideblog Plugin설치 Says:

    [...] WordPress Sideblog Plugin [...]

  5. 355
    asfo_del Says:

    Great plugin.

    The problem I’m having is the asides don’t show up in the monthly archive view. Is there a way to make them show up among the regular posts in the main body of the blog when someone looks at the archives? (Or to have the archives exclude them altogether so that a month that only has Asides posted doesn’t display as Page Not Found?)

    Another problem, less important, is they do show up under Recent Posts and I would rather they didn’t.

  6. 356
    Matt Edminster Says:

    Just thought I’d pass on a tip I’ve cobbled together from code supplied by the great Lorelle …

    If you’d like your sideblog posts to have distinct styling based on their category, you can include Lorelle’s script in the code meant to adjust the post’s format. So instead of simply:

    %title_url%%content% - %permalink%

    use Lorelle’s code to make it:

    <li class=”asidepost">%title_url%%content% - %permalink%

    Once you’ve done this, just include something like the following in your style.css:

    ."category name" {"your category styling"}

    You’ll need to include another snippet in your theme’s functions.php file. You can find this code along with Lorelle’s original article on her site.

    You can see what this looks like on my site at http://www.edminsters.com

  7. 357
    有用的WordPress插件 | 易巴巴 E-baba of Side Says:

    [...] Sideblog [...]

  8. 358
    Blog | Casasegafredo » Blog Archive » Tuoni e fulmini Says:

    [...] also SideBlog which runs as a widget or via normal sidebar [...]

  9. 359
    Sideblog plus Twitter-Push | ceterum censeo ... Says:

    [...] als Versuchballon, aber es scheint ganz gut zu funktionieren: Mit Hilfe des Sideblog-Plugins für WordPress wird diese Randspalte mit Kurzmeldungen möglich (Details siehe: Das Blog im Blog). Und das Plugin [...]

  10. 360
    Sideblog plus Twitter-Feed | ceterum censeo ... Says:

    [...] als Versuchballon, aber es scheint ganz gut zu funktionieren: Mit Hilfe des Sideblog-Plugins für WordPress wird diese Randspalte mit Kurzmeldungen möglich (Details siehe: Das Blog im Blog). Und das Plugin [...]

  11. 361
    Eric Says:

    Not working on my WordPress 2.6 blog, plugin does not show in plugins list in admin, so impossible to activate it :-(

  12. 362
    kevin Says:

    hey all, i tried to install sideblog with the cssgallery theme but in the admin options of the plugin i have no category i can select. Anhy idea why ? My WP is 2.7.1.

  13. 363
    25 Says:

    Love the plugin! I am using my side blog for news. Is there anyway I can have both a thumbnail and an excerpt? When I set the options at %content% the entire posts shows even if I put a “read more” marker in the post. Is there a way to have a thumbnail and an excerpt because entire posts are much too long for the sidebar.

  14. 364
    someblindalleys Says:

    I’d like to run two separate sideblogs.

    My site is someblindalleys.com, and I’ve got a side blog running already. I’d like to get a second running. How is this done? is it possible?

  15. 365
    Useful Wordpress Plugins « Feryardiant.web.id Says:

    [...] Sideblog [...]

  16. 366
    test Says:

    [...] pero se distinguen de alguna manera de las otras entradas. Desde hace unos días estamos utilizado Sideblog, un plugin que implementa los asides de la manera más sencilla que he visto. Publicado en [...]

  17. 367
    130 WordPress Plugins You Could Ever Need: The Best Of: Part 2 | eBookTM | Download eBook, Wordpress Tips Says:

    [...] Sideblog – plugin for WordPress Blog Platform. It is one way offering a series of “short” posts, 1-2 [...]

  18. 368
    wordpress plugins?Sideblog Plugin v3.0 – ?KWE???? Says:

    [...] ??????????? [...]

  19. 369
    Kullan??l? wordpress eklentileri | Faydal?Web | Internetin Faydal? Yüzü Says:

    [...] Sideblog Bu eklenti sidebar k?sm?nda istedi?iniz bir not, galer, rss yada makale gibi elemnetleri göstermenizi sa?lar. [...]

  20. 370
    personal finances » Blog Archive » How to create a blog in WordPress Says:

    [...] Sideblog [...]

  21. 371
    ninnypants » Blog Archive » WordPress plugins, widgets, and layouts Says:

    [...] http://katesgasis.com/2006/05/02/sideblog-plugin-v30/Sideblog is a plugin for WordPress Blog Platform. It is one way ofimplementing “Asides” – a series of “short” posts, 1-2 sentences inlength. Sideblog is now in version 3.Sideblog v3 differs from previous version in that it is SidebarWidgets enabled. For those whose theme do not support Sidebar WidgetsSideblog v3 can still be use. In Sideblog v3, multiple categories canbe published in the sidebar. [...]

  22. 372
    Useful WordPress Plugins Says:

    [...] Sideblog [...]

  23. 373
    WordPress?? | ??????,?????? Says:

    [...] ??SideBlog? [...]

  24. 374
    130 WordPress Plugins You Could Ever Need: « HUE Designer Says:

    [...] uses for WordPress, from Contact Managers, Ad Managers, Collaborate Image Sites, etc.  124. Sideblog – plugin for WordPress Blog Platform. It is one way offering  a series of “short” posts, 1-2 [...]

  25. 375
    SideBlog: WP’de sidebar’da konular?n?z? görmek istemez misiniz? | ilgisel Says:

    [...] anlamda sistem böyle i?lemekte, daha fazla bilgi için; http://katesgasis.com/2006/05/02/sideblog-plugin-v30/ linkindeki ingilizce anlat?m? ve indirdi?iniz zipli dosyadaki readme dosyas?n? dikkatlice [...]

  26. 376
    WordPress Plugins Part 2 « MoeMir Says:

    [...] uses for WordPress, from Contact Managers, Ad Managers, Collaborate Image Sites, etc. 124. Sideblog – plugin for WordPress Blog Platform. It is one way offering  a series of “short” posts, 1-2 [...]

  27. 377
    15 Useful Wordpress Plugins | Web Marketing Tools Says:

    [...] Sideblog: One of the popular WordPress plugins, Sideblog is the best way to post short notes on the sidebar. It gives you options to define the sideblog category, how many entries to display, and whether to exclude from RSS feeds. [...]

  28. 378
    WPBilgini | SideBlog: WP'de sidebar'da konular?n?z? görmek istemez misiniz? s Says:

    [...] anlamda sistem böyle i?lemekte, daha fazla bilgi için; http://katesgasis.com/2006/05/02/sideblog-plugin-v30/ linkindeki ingilizce anlat?m? ve indirdi?iniz zipli dosyadaki readme dosyas?n? dikkatlice [...]

  29. 379
    Useful Wordpress Plugins | TemplateZine Says:

    [...] Sideblog [...]

  30. 380
    SideBlog: Wordpress’de sidebar’da konular?n?z? görmek istemez misiniz? | WPBilgini Says:

    [...] anlamda sistem böyle i?lemekte, daha fazla bilgi için; http://katesgasis.com/2006/05/02/sideblog-plugin-v30/ linkindeki ingilizce anlat?m? ve indirdi?iniz zipli dosyadaki readme dosyas?n? dikkatlice [...]

  31. 381
    Useful WordPress Plugins « P.Vinothkumar Says:

    [...] Sideblog [...]

Pages: « 1 2 3 4 5 6 7 [8] Show All

Leave a Reply