Skip to content

WordPress Plugin: Blog Introduction

For WordPress 2.5 or better: Download latest Blog Introduction (.zip, ~120 kB, latest version from wordpress.org)

(Older version, below WP2.5, WP2.1 or better: Download Blog Introduction 1.2.5 (.zip, ~32kB))

Read more about Blog Introduction on wordpress.org.

124 Comments

  1. baron wrote:

    hi. Thanks for plugin

    perfect.

    Regards

    Posted on 09-Jun-08 at 3:23 pm | Permalink
  2. ck wrote:

    I am running the latest wordpress (2.5.1) and followed the instructions to the letter. This code was added in the right place:

    but no content appeared. Any suggestions?

    This is on http://www.yeahthatskosher.com

    Posted on 26-Jun-08 at 11:01 pm | Permalink
  3. ck, thanks for the report! I believe I've fixed the issue. Plugin should work now. Let me know if it doesn't.

    Posted on 27-Jun-08 at 11:13 am | Permalink
  4. Timmy wrote:

    I'm stuck here:

    ''Create a new page. Put ‘blog-introduction’ as its permalink. Set the page private''

    How do you do this? Do i need to create a new page? How do I put this as permalink?

    Posted on 27-Jun-08 at 2:26 pm | Permalink
  5. Timmy, you don't need to create a new page, you can use any page that you already have. If you don't have an approriate page already, then you might as well create a new one.

    If you're using WP2.5 you can edit the page's permalink right under its title (when you're in the page edit view). (In older WordPress, if I'm not mistaken, the permalink (or slug) setting is located on the right column.)

    Posted on 27-Jun-08 at 2:37 pm | Permalink
  6. Timmy wrote:

    I can't see it. I'm using WP 2.5. I clicked on the page, You have the title, the page body and then you have the advanced options below that.

    custom fields and so on..

    on the right side, save, publish and private option.

    Any idea? Can you send me a screenshot?

    Posted on 27-Jun-08 at 2:47 pm | Permalink
  7. Robert wrote:

    Timmy, in WP 2.5 you must enable permalinks to something other than the default. Then you should see an edit below the Title of your page when you create it. You may have to save/publish before you can change it, but that's how to see it.

    Hope that helps.

    Posted on 27-Jun-08 at 4:36 pm | Permalink
  8. Robert wrote:

    Jussi, I've got the introduction working on my site, but I was trying to tweak it to do the following:

    Show the introduction only to non-logged in readers. If they are logged in, I'm trying to remove the introduction and just begin the post loop as normal.

    However, the plugin doesn't have the $user_login variable available where it is called, which is the easiest to test a logged in user with. What are your thoughts? The plugin works great, just trying to fit it to a little different logical model.

    Posted on 27-Jun-08 at 6:43 pm | Permalink
  9. Robert wrote:

    Ok, I figured out how to make my logical question above work. I added $user_login to the global variable line and then test with it.

    Posted on 27-Jun-08 at 7:50 pm | Permalink
  10. Robert,
    That's a great idea! I've updated the plugin to support this. (Unfortunately you'll have to change the settings if you update.) And thanks for helping out Timmy.

    Posted on 30-Jun-08 at 12:21 pm | Permalink
  11. John wrote:

    Love this plugin
    and had it working great in 2.3.3
    but in 2.5.1 the text is too large when landing on the website's URL, until I click on the page link (not hidden), then the text is the normal size on the page.

    Posted on 07-Jul-08 at 12:35 am | Permalink
  12. John, codewise everything should've stayed the same. I don't know why the size has changed. You may change the size of the text using CSS in your theme, but I also added an option to do this in plugin options of your admin panel. Thanks for the feedback!

    Posted on 07-Jul-08 at 11:55 am | Permalink
  13. Jeremy wrote:

    Hi I was wondering if there was a way to make the introduction appear in a specific div on the homepage instead of above the most recent article.

    I was hoping to convert the introduction area into a Featured Article area this way. What do ya think?

    Posted on 20-Oct-08 at 7:17 am | Permalink
  14. Jeremy, I'm not sure I'm absolutely sure what you're looking for.

    Plugins work with the aid of WordPress actions. This plugin appears at the "loop_start" (i.e. "Runs before the first post of the WordPress loop is processed".). If you could find an action that would suit your need, it could possibly be implemented.

    Hmm.. on second thought I may have a clue what you were after. Did you want an introduction before certain post (say, of a certain category)? This kind of thing I would take care of with theme files.

    Posted on 20-Oct-08 at 11:02 am | Permalink
  15. Amrit wrote:

    Hi Jussi.

    Just wondering if the plugin works with 2.7.1?
    I tried installing it, but I'm new to WP so not really shure how to use.

    I can edit the settings and so forth.
    But nothing shows in my blogg.

    Cheers
    Amrit

    Posted on 04-Mar-09 at 12:08 am | Permalink
  16. Amrit, thank you for your feedback!

    I tried the plugin with 2.7.1 and it does work - at least for me. It could be that your page permalink or id is not correct.

    To ease finding the problem I added a preview pane in plugin's settings page. Please update to v 1.4 and see if it helps.

    Posted on 05-Mar-09 at 3:41 pm | Permalink
  17. Amrit wrote:

    Hi Jussi. Indeed it works.
    My customer had fippled with some settings somewhere so I tried a fresh install, and voilá, Intro works. :-)

    Nice work with the update. Very handy.

    Is it possible to add a function that makes it always visible even tough there are no posts?
    My customer doesn't have much posts, actually none on the first page, which makes the intro text not visible...

    Cheers
    Amrit

    Posted on 05-Mar-09 at 11:43 pm | Permalink
  18. Amrit, if there are no posts on the first page, there's probably some static content? Could the intro be fitted there?

    Anyways, at the moment the plugins works right before the posts are being listed, taking use of loop_start hook. If you find a hook that would suit your need, it could possibly be implemented. See the full list of hooks for plugin development.

    Posted on 08-Mar-09 at 4:04 pm | Permalink
  19. Amrit wrote:

    The intro could be fitted there, but since it still is treated as a post, it will interfere with the way I want the bookmarks layed out.

    I would like to have the header/then intro, then links, then posts.
    Making a post sticky to the first page would make my links end up
    above the posts.

    I'm a week into WP, so I don't know much about it.
    I'm trying what hooks might be used when there are no posts published, but seems tricky, cos if no posts, then an error message will be posted stating there are no posts.

    The website above is is just a testsite I´m fiddling with.

    Cheers
    Amrit

    Posted on 11-Mar-09 at 1:46 am | Permalink
  20. Hi there
    Just the plug-in I was looking for :o )

    but...

    the Welcome message shows at the top of EVERY page of my posts, not just the first page - is this easy to change?

    Posted on 11-Mar-09 at 8:10 pm | Permalink
  21. @Amrit, the hook that can be used pretty much depends on how your design/layout is being constructed.

    @Thingymajig, thanks for the comment! The welcome message should show on front page only so what you described would be quite drastic. Is the site in your comment the site you're talking about? I can't see the welcome message elsewhere than on the front page.

    Posted on 12-Mar-09 at 10:47 am | Permalink
  22. Thanks for your reply Jussi.

    Yes that is the right site. If you scroll down the home page and click on the page bar to view previous entries the Introduction message shows on Page 2, Page 3 etc.
    in IE (I heven't tried other browsers - shame on me!)

    I do use PageBar 2 Plug-in to display my pages but I have tried disabling it and the welcome still shows on each page of posts.

    Posted on 12-Mar-09 at 2:44 pm | Permalink
  23. So, just to confirm this, you'd like to disable the introduction on the home page if the visitor is browsing older posts (page 2, 3 etc)?

    Posted on 14-Mar-09 at 1:10 pm | Permalink
  24. Sorry for the delay - bit of a permalink trouble, spent the last week sorting it out!
    Yes that's exactly it, I would like to disable the introduction on the home page if the visitor is browsing older posts (page 2, 3 etc). Do you think that would be possible?

    Posted on 21-Mar-09 at 11:00 am | Permalink
  25. Sure. It's first on my list and will be available in the next release.

    Posted on 30-Mar-09 at 8:10 pm | Permalink
  26. Thingymajig, v1.5.3 works as requested.

    Posted on 09-Apr-09 at 3:58 pm | Permalink
  27. Wow Jussi - have upgraded today and it works great on the site - thank you very much! :o )

    Posted on 10-Apr-09 at 4:08 pm | Permalink
  28. Glad to help! :-)

    Posted on 10-Apr-09 at 5:21 pm | Permalink
  29. JudyA wrote:

    Put this on a blog for a client and it works beautifully.

    Posted on 15-Apr-09 at 5:19 pm | Permalink
  30. Thanks, JudyA! Always nice to hear positive feedback!

    Posted on 16-Apr-09 at 5:43 pm | Permalink
  31. Elisa wrote:

    Hello, thanks a lot for the plugin!

    I was wondering if we can have different introduction texts to each category or subcategory?

    Posted on 17-Apr-09 at 11:10 pm | Permalink
  32. Thanks, Elisa! I guess that could be possible. I'll keep that in mind when I prioritize new features.

    Posted on 20-Apr-09 at 7:36 pm | Permalink
  33. Elisa wrote:

    Hi Jussi! Thanks for the reply...
    I looked all over the internet for more than a week for a plugin that could make me able to have different intros per category... the only one now is the wp sticky post, but it doesnt work right...
    Just so you know, there are tons of people looking for a plugin like this to work.. so if you can make it, it will be a success for sure!
    Thanks thanks thanks...
    Elisa.

    Posted on 20-Apr-09 at 7:45 pm | Permalink
  34. Amir wrote:

    hey, it's looks exactly what i need, but i'm getting an error after trying the save settings "options.php page not found". maybe it's because i'm using wpmu?

    thanks

    Posted on 21-Apr-09 at 4:40 pm | Permalink
  35. Elisa, I'm not sure if I want success.. But we'll see. :-)

    Amir, I think I got it fixed. I'll try to release it asap.

    Posted on 21-Apr-09 at 5:48 pm | Permalink
  36. Elisa, update the plugin and try to create a page with a slug [your-cat-name]-cat-intro, e.g. best-tomatoes-cat-intro.

    Amir, let me know whether the update works.

    Posted on 22-Apr-09 at 8:53 pm | Permalink
  37. Amir wrote:

    hey, tested it again. this time no error message, but it's either i'm missing out something or it just doesn't change anything...

    thanks a lot!

    Posted on 22-Apr-09 at 11:21 pm | Permalink
  38. Amir wrote:

    for helping... :)

    Posted on 22-Apr-09 at 11:23 pm | Permalink
  39. Amir, do you see anything in the preview on settings page?

    Posted on 23-Apr-09 at 3:20 pm | Permalink
  40. Amir wrote:

    no, nothing...

    Posted on 23-Apr-09 at 5:27 pm | Permalink
  41. Elisa wrote:

    Jussi, wow you're fast! Thank you for communicating with us, normal people LOL!!
    I'm going to test the plugin and let you know for sure...
    Thx,
    Elisa.

    Posted on 23-Apr-09 at 5:37 pm | Permalink
  42. Elisa wrote:

    Hey Jussi,

    Updated the plugin and configured it to show intro from PAGE. Then I created a new PAGE and saved the permanent link to miami-cat-intro. Nothing happened... a normal page was created and didnt go to my Miami category.
    Should I try to create a POST and do this instead?

    Thanks a lot for trying to help us.

    Elisa.

    Posted on 23-Apr-09 at 5:56 pm | Permalink
  43. Elisa, there are some problems with version control on wordpress.org. They might be the culprit. I'll get back to you asap.

    Amir, that sucks. I'll try to figure it out.

    Posted on 23-Apr-09 at 9:23 pm | Permalink
  44. Elisa, what version did you update to?

    Posted on 23-Apr-09 at 9:25 pm | Permalink
  45. Elisa wrote:

    Hi Jussi,

    I used your "2.5 of better" version and my wordpress version is 2.7.1

    :-)

    Posted on 24-Apr-09 at 8:40 am | Permalink
  46. Elisa, so I guess you have the plugin v 1.6.

    Try http://downloads.wordpress.org/plugin/blog-introduction.1.7.1.zip, that's the latest one, I'm still trying to sort out how things work at wordpress.org..

    If that doesn't work, tell me your cat name, permalink, full url (you can omit domain), and name of the page you're trying to use as an intro and this page's permalink.

    Posted on 24-Apr-09 at 12:26 pm | Permalink
  47. Elisa wrote:

    Yes, just checked and its 1.6... :-)

    Posted on 24-Apr-09 at 7:12 pm | Permalink
  48. Elisa wrote:

    Jussi,
    Just tried and it didn't work... it goes to a real page and doesn't form a category intro. :(

    cat name: Miami
    permalink: http://www.taflorida.com/category/miami/
    full url:http://www.taflorida.com/wp-admin/categories.php?action=edit&cat_ID=3
    name of the page i'm trying to use as an intro: test
    this page’s permalink: http://www.taflorida.com/miami-cat-intro/

    Thank you!

    Posted on 24-Apr-09 at 7:34 pm | Permalink
  49. Seems to be working for me:
    http://img22.imageshack.us/my.php?image=picture1mji.png

    The intro is right there before the posts in that category.

    Posted on 25-Apr-09 at 8:55 am | Permalink
  50. Elisa wrote:

    Thanks for trying Jussi... how did you do?

    I did like this... I created a page called TEST and edited the permalink end to miami-cat-intro... I have a cat called Miami. After that I updated the site and nothing happened.. a page was created and not an intro for that category...

    What am I doing wrong?

    Posted on 26-Apr-09 at 4:31 am | Permalink
  51. When I go to the address
    http://www.taflorida.com/category/miami/
    your test introduction appears.

    Do you think you could elaborate your problem still?

    Posted on 26-Apr-09 at 12:38 pm | Permalink
  52. Elisa wrote:

    Jussi,
    Yes the intro is on Miami - the category, but if you look up, the page "test" is showing... so if I create one intro to each category, I would end up with 10 or + pages on the top just to be able to relate the content of these pages, to the intro of the categories....
    Is there a way these pages don't show on the top of the site?
    Thanks,
    Elisa.

    Posted on 26-Apr-09 at 7:17 pm | Permalink
  53. Jussi Ruokomäki wrote:

    Ah, that. If you set these pages as private you're the only one who sees them. You can try it with another browser or by logging out. Hope that helps. :-)

    Posted on 27-Apr-09 at 3:44 pm | Permalink
  54. Elisa wrote:

    Jussi!!! It finally works!! Wow that's terrific... how can I donate to you???
    Thx

    Posted on 27-Apr-09 at 7:23 pm | Permalink
  55. If you insist on thanking financially make a donation to a local charity. :-)

    Posted on 27-Apr-09 at 7:34 pm | Permalink
  56. Marie wrote:

    Hi Jussi,

    I really want to use blog-introduction but I can't get it to work with the theme that I have. Can you please have a quick look at my blog and see if you know about this problem. I used the page "intro"/42 but the text is not following the theme.

    Thank you for making WP so good!! :)

    Posted on 28-Apr-09 at 9:00 am | Permalink
  57. Elisa wrote:

    Thanks once again... you were terrific!

    Posted on 28-Apr-09 at 6:49 pm | Permalink
  58. Marie, I'm sorry but I don't understand what you mean with "text is not following the theme". Could you be a bit more specific? Do you have CSS set up for the intro?

    Elisa, glad to help. Don't forget that charity. ;-)

    Posted on 01-May-09 at 9:42 am | Permalink
  59. Elisa wrote:

    I won't!! :-)

    Posted on 01-May-09 at 9:50 am | Permalink
  60. Marie wrote:

    Hi Jussi,

    I choose to have at static homepage as a startpage instead. =)

    Posted on 02-May-09 at 10:02 am | Permalink
  61. azza wrote:

    Hi Jussi,

    Great Plug-in!! I've got two questions for you... being new to WP I don't know exactly what i'm doing and hope you can help me out. Is it possible to change the background color of the "Intro" to make it stand out and differentiate it? and is it also possible to use a break (my intro is longish) so that if someone wants read the whole thing they can click a link to "get more" where it will continue as a seperate page?

    Posted on 07-May-09 at 1:13 am | Permalink
  62. Thanks, azza! Try updating to 1.8. It'll give you an option to define a style for the intro. You could use something like

    padding: 0.5em 2em; background-color: #aabbcc;

    as the style for intro.

    As to the break, I'd suggest you write another page which is linked to in the intro.

    Posted on 08-May-09 at 8:31 am | Permalink
  63. Daniel wrote:

    Jussi, my understainding is an introduction can appear on category using a page with this default slug 'yourcategoryurl-cat-intro'

    My question is:-
    1)Can I change the default slug for category intro?

    2)What if I've a different intro for different category? Is this possible? If yes, how to do it? If no, maybe you may want to add this feature. It is normal for each category to have a different intro.

    Posted on 11-May-09 at 9:33 pm | Permalink
  64. Daniel,

    1) No, unfortunetely that's not possible at the moment.

    2) Yes. Let's say you have two categories, "animals" and "widgets". Intros will appear from pages that have slugs "animals-cat-intro" and "widgets-cat-intro", respectively.

    I'll update the readme file, it is a bit ambiguous about this feature.

    Posted on 12-May-09 at 8:29 am | Permalink
  65. azza wrote:

    hey Jussi,

    Thanks for your help the last time i asked a question... I've got another one for you. I've just changed themes and for some reason I can't get the Blog Intro to show up on the homepage for this particular theme. I'm trying to use Arclite (i think thats how its spelled) and no matter what I do I can't get my intro on it. Any suggestions?

    Thanks!

    Posted on 22-Jun-09 at 7:29 pm | Permalink
  66. Jude wrote:

    My sidebar is on the left, and this plugin is putting the blog-introduction at the beginning of that instead of before the posts. Is there a workaround for that?

    Posted on 09-Jul-09 at 6:32 pm | Permalink
  67. Jude, does your sidebar appear before the actual content (in html source)?

    Posted on 16-Jul-09 at 8:04 am | Permalink
  68. Jude wrote:

    Yes, it does.

    Posted on 16-Jul-09 at 4:10 pm | Permalink
  69. Ok, thanks. That gives me some idea. I'll look into it next time I update the plugin.

    Posted on 22-Jul-09 at 10:51 am | Permalink
  70. Hi Jussi still using Blog Intro on our site - no problems!
    I have now started to use Simple:Press forum software which I also have working fine. Simple:Press have developed some template tags which users can include on posts and pages. I can use the template tags on all my posts and pages except on the page I use for Blog Introduction - any ideas?

    Posted on 30-Sep-09 at 7:40 pm | Permalink
  71. Thingymajig, glad it's still working for you! You know, I'd really like to help you with the tags, but I'm afraid I don't have the time at the moment.

    I'll have a quick look (if and) when I start updating the plugin again.

    Posted on 01-Oct-09 at 9:11 am | Permalink
  72. No problems Jussi - thanks for your reply.

    Posted on 01-Oct-09 at 9:19 am | Permalink
  73. Tomas A wrote:

    I get the same problems as posted above.
    I can't get the introtext in the centre above the posts, but in the left sidebar. It works and looks good, but it is in the wrong place.

    Anyone has a suggestion for a workaround?
    My theme is Atahualpa and it is supposed to work with this plugin.

    Posted on 09-Oct-09 at 6:53 pm | Permalink
  74. Jude, Tomas,

    Version 1.9.1 should allow for you to make your away around the issue. Settings now incorporate a loop count setting which basically counts how many article loops your blog does (e.g. first loop in recent articles in sidebar, second loop in the main content area, etc.). Setting that value into 2 should fix the issue.

    Let me know whether it works. Thanks,
    Jussi

    Posted on 12-Oct-09 at 10:35 am | Permalink
  75. Luciano wrote:

    Hi Jussi,
    I am using your plugin and I have a similar problem than Tomas A, I can’t get the introtext in the centre above the posts, it shows in the right place, in the posts zone but displaced to the left instead of the centre. It works and looks good, but it is in the wrong place. I have a theme made by me in Artisteer software but it is very simple.
    Any suggestions to fix the problem?
    Thank you in advance for your help.
    Best regards,
    Luciano.

    Posted on 01-Nov-09 at 12:16 am | Permalink
  76. Luciano, does the introtext appear before posts in html code? If so, maybe some CSS formatting might do the trick?

    Posted on 01-Nov-09 at 7:28 pm | Permalink
  77. Luciano wrote:

    Jussi,
    No, the introtext isnt in code, it is well formatted. You can take a look at http://www.luchotv.com
    Thank You.
    Luciano.

    Posted on 02-Nov-09 at 7:04 pm | Permalink
  78. I took a look at the code. Intro is there in proper place. If the table has a fixed width you should be able to center it e.g. with CSS style "margin: 0 auto;" or using other applicable margins.

    Posted on 02-Nov-09 at 7:37 pm | Permalink
  79. Luciano wrote:

    Thanks a Lot Jussi, I just aligned the table to the center and problem solved.
    Best Regards,
    Luciano.

    Posted on 05-Nov-09 at 12:41 am | Permalink
  80. 07204 wrote:

    Thank you for the plug-in. I must be missing out on something because nothing comes up on any page nor in my preview pane. I have tried to keep defaults with the exception of the 1st one where I answer yes to display the page. Any assistance would be appreciated.

    Posted on 08-Nov-09 at 4:38 pm | Permalink
  81. 07204 wrote:

    Never mind. My slow-motion comprehension caught up. I was trying to make a post instead of a page. Now it works. Thanks. Is there anyway to make a post become the introduction?

    Posted on 08-Nov-09 at 5:11 pm | Permalink
  82. Kevin wrote:

    I read through the preceding issues and am interested in what Daniel was asking about... Was that issue resolved? Can you have a different intro for each category? I had one set up on my home page, but then when i added one on a category page, the home page intro disappeared. I am hoping to use this plug in to put a different intro on each category and the homepage. Possible?

    Posted on 09-Nov-09 at 8:54 am | Permalink
  83. Default slug for category intros cannot be changed, but you can have intro for each category. See e.g. this very blog.

    http://jussi.ruokomaki.fi/tech/category/os-x/
    has a different intro than the front page.

    The category slug is "os-x", thus its intro is taken from a page that has a slug "os-x-cat-intro".

    Posted on 09-Nov-09 at 9:24 am | Permalink
  84. Kevin wrote:

    Thanks. I got it working for different pages. I think there wss something wrong bc it stopped previewing the html in the preview window. It is working again but do you know why it might be including the extra quote in the class?

    div id="blog_introduction" class="-container""
    /

    Posted on 09-Nov-09 at 10:08 am | Permalink
  85. Kevin wrote:

    Also, I am having trouble with including an image in the intro where the content below doesn't line up. I was trying to put a clear:both at the end of the intro but can't find where it embeds...

    You can see it here;

    http://missionbayyouthwatersportscamp.com/wordpress/

    Posted on 09-Nov-09 at 10:27 am | Permalink
  86. Thanks Kevin, extra quote removed in 1.9.2. Did it help at all?

    Posted on 09-Nov-09 at 9:02 pm | Permalink
  87. Kevin wrote:

    Yes. I can now call the class in the styles.css sheet. Thanks.

    Posted on 09-Nov-09 at 9:23 pm | Permalink
  88. Kevin, I'm glad we got it fixed. Thanks for filing the bug!

    Posted on 09-Nov-09 at 9:32 pm | Permalink
  89. Kevin wrote:

    Hey... I'm having some problems when I insert custom code into my index.php. What function inserts the blog intro into the page? I replaced the standard post functions with a loop that is based on a custom field (featured-post) and now the intro gets inserted in the sidebar. Is there a function call or include I can place to move it back to the right spot? See http://www.watersportscamp.com/wordpress

    Posted on 10-Nov-09 at 9:14 am | Permalink
  90. Kevin, the intro appears before the_loop. If you have several loops, say some in your sidebar appearing before your main loop, you can skip the preceding loops by using "Intro before nth loop" setting in Blog Intruduction settings.

    Say, you have two loops and you want the intro to appear before the second one (instead of the first one), you'll set "Intro before nth loop" as "2".

    Posted on 10-Nov-09 at 5:08 pm | Permalink
  91. Hi Jussi
    I have previously tried to include template tags in my introduction (within php code after installing Executable PHP plug-in). Template tags in php code work on every other page but not on the page selected for use with Blog Introduction.
    I have found a workaround for this by replacing Blog Introduction with The-future-is-now plug-in which displays posts with a future publish date. I then wrote my introduction post with template tags and dated it well in the future.
    Just thought you/your visitors might like to know - guess there's more than one way to crack a nut!
    Thanks for your plug-in though - and the excellent support!

    Posted on 13-Nov-09 at 4:48 pm | Permalink
  92. Thanks for the tip! I'm sure many will find it useful.

    Posted on 13-Nov-09 at 5:29 pm | Permalink
  93. Bichareh wrote:

    Nice Plugin!

    can I show the introduction in my sidebar instead of the Content?

    Posted on 01-Dec-09 at 10:10 am | Permalink
  94. Bichareh, I'd suggest using a text widget in the sidebar for that purpose.

    Posted on 01-Dec-09 at 12:20 pm | Permalink
  95. I have a site that I installed and developed on my server using the full directory address during development ccsju.com/puertoricosmallhotels so that I wouldn't interrupt the existing live site until it was time to implement. (change wp-config file so I could login to WP at that directory).

    Last night, I changed DNS, updated the wp-config file to show puertoricosmallhotels.com, updated the .htaaccess file to return the default to the root directory and ran Velvet Blues Redirect and cleaned up some hrefs in my widgets.

    Everything seems to be running just fine - except Image captions on BLOG INTRO pages now show up as html code
    [caption id="attachment_1315" align="aligncenter" width="425" caption="Test"] then the image displays [/caption]
    See example at: http://puertoricosmallhotels.com/cat...budget-travel/

    Pages are displaying captions just fine when displayed as just pages (without serving as blog intro pages).
    See example at: http://puertoricosmallhotels.com/category/personal-style/budget-travel/

    I can't figure out what it could be.
    I deactivated/deleted and then reinstalled/activated and tried removing/reinserting images and captions - but its still a problem.
    Any ideas? I've used this plugin before and its great - this is just driving me crazy since it only happened since I changed the domain references. Thanks for any help.

    Posted on 02-Jan-10 at 5:10 pm | Permalink
  96. Richard, could you post here full html code for the intro (the blog intro page), as well as corresponding html code appearing in your category page that shows the error?

    Posted on 03-Jan-10 at 3:00 pm | Permalink
  97. Hi Jussi,
    I posted the code, but don't see it showing up here...
    Just checking to see if you got it... Rick

    Posted on 03-Jan-10 at 10:54 pm | Permalink
  98. Reposting code in several postings - prev may have been too big.
    Problem with the captions occurs in any theme - even the default wordpress theme.
    Also, went to some other sites that I use Blog Introduction and the same problem occurs there.
    I've put the captions in two sites:
    http://www.smallcaribbeanhotels.com on the page for British Virgin Islands/Andgada (in the menu).
    http://www.puertoricosmallhotels.com under Personal Style/Budget Hotels (in the menu).
    So it doesn't appear to be related to any directory change as I originally thought - since smallcaribbeanhotels was never changed. I'm thinking it is something related to new version of wordpress which is on both sites.
    Code will follow in sep posts. Thanks!

    Posted on 03-Jan-10 at 10:58 pm | Permalink
  99. Whenever I try to post the html code in this comment box, the comments don't seem to go through.

    I've posted the two versions at
    http://puertoricosmallhotels.com/blog-intro-test/

    The only difference I can see between the two is the following added before the blog-intro version:

    After this, they both look the same to me...

    Thanks!
    Rick

    Posted on 03-Jan-10 at 11:09 pm | Permalink
  100. sorry, the html reference was stripped out again:
    I stripped out the brackets - so this is the only difference between the two pages. On the blog-intro page, these are directly before the html and must be what is causing the visible bracket and code wrapping around the image (looks like a shortcode entry).

    div id=”blog_introduction”
    div id=”blog_introduction_content”

    Posted on 03-Jan-10 at 11:13 pm | Permalink
  101. Matt K wrote:

    I'm running WP 2.9 and in the options section all the options are missing it just shows the radio buttons then /> next to them. Is there anyway to make it compatible with WP 2.9 Thanks...

    Posted on 04-Jan-10 at 7:04 am | Permalink
  102. @Richard, please let me know if version 1.9.6 will fix the caption problem. (This update also might be able allow executable php, a problem which Thingymajig encountered and covered earlier, but I don't have the time to confirm this.)

    @Matt, I'm running 2.9 without problems. Just a guess, but it could be a browser specific issue. What browser do you use? Do you encounter your problem with all browsers (IE, Firefox, Opera, etc)?

    Posted on 04-Jan-10 at 11:03 am | Permalink
  103. Caption problem is now resolved.

    This is a really great plugin - THANKS both for the development and for taking the time to resolve the issue.

    Also, for Matt's issue, I'm using WP2.9 ok on Safari and options are all there along with the radio buttons.

    Posted on 04-Jan-10 at 12:09 pm | Permalink
  104. Matt K wrote:

    I tried it on firefox and IE also and there is nothing next to the radio buttons its weird i tried reinstalling it and it still doesn't work.

    Posted on 04-Jan-10 at 6:35 pm | Permalink
  105. Matt, please try version 1.9.7 and let me know if it works for you.

    Posted on 05-Jan-10 at 7:43 pm | Permalink
  106. Matt K wrote:

    Yep that fixed it...thank you for all the support...much appreciated

    Posted on 05-Jan-10 at 10:04 pm | Permalink
  107. Abigail Monaco wrote:

    Hello,
    Using the latest version with WP 2.9.2 and I noticed that it ads an extra closing p tag to the code:

    FIRST PART OF BI CONTENT
    SECOND PART OF BI CONTENT

    The BI is not working (not displaying at all) and by using the debug option the --> part of the commented text is attempting to close it I guess? therefore it becomes visible below the next item where the BI is supposed to show into the live page.

    Posted on 07-Mar-10 at 6:12 am | Permalink
  108. Abigail Monaco wrote:

    Sorry but the code part I included in my last post was rejected.

    I just realized that the issue appeared just after installing a plugin called "Thumbnail For Excerpts" maybe not compatible?
    Any suggestions will be appreciated, thanks

    Posted on 09-Mar-10 at 12:03 am | Permalink
  109. Jenn wrote:

    Hi, I tried installing this plugin and now when I press on a comment part of any of my blog entires it takes me here http://bloomphotography.ca/blog/blog-introduction#respond

    Please help, I've tried deleting the plugin and its still doing that.

    Posted on 12-Jun-10 at 2:28 pm | Permalink
  110. Jenn wrote:

    never mind, I figured it out!

    Posted on 12-Jun-10 at 2:32 pm | Permalink
  111. James wrote:

    Where is the HTML source written to in the FTP? I can view the source in the plugin editor but I would like to remove some attributes from the html to get it how I would like it, only problem is I can't find it.

    Thanks!
    James

    Posted on 04-Aug-10 at 6:31 am | Permalink
  112. HTML source is generated in function bintro_get() after the line that starts

    if (get_option('bintro_debug')) {

    But what would you like to change? I might be able to incorporate that into the plugin (as a setting, for instance).

    Posted on 04-Aug-10 at 7:46 am | Permalink
  113. Francisco wrote:

    Hello,
    Question.. is it possible to display a flash animation or an applet rotator into this introduction?
    Thanks

    Posted on 04-Aug-10 at 8:14 am | Permalink
  114. James wrote:

    I wanted to remove the actual title from the blog introduction at the top, I got the text title removed but the spacing on the top is a little off. Trying to force a style on the PHP to get it in line with the other pages.

    See: http://www.jamesandmegan.co.uk/jimotest/

    Posted on 04-Aug-10 at 9:08 am | Permalink
  115. James wrote:

    If you have any suggestions on how I can change the position of the top margin I would appreciate it! Still having troubles with it :(

    Posted on 04-Aug-10 at 9:44 am | Permalink
  116. @Francisco, it should be possible as the intro permits shortcodes as well as HTML code.

    @James, if the title is not printed then your intro is within two div tags. You might want to put some borders around these to see how they work. E.g.
    border: 1px solid red;
    for "Style for intro container" setting and
    border: 1px solid green;
    for "Style for content" setting (in the plugin settings).

    Now, what you'll probably discover is that the margin originates from paragraph tags (

    ) in your introduction content (or that the borders actually make that margin disappear, depending on your browser). You'll see a preview of intro HTML code in the settings. If it has

    tags in it, they are generated automatically by WP. In your style.css you can then add something, say,

    #blog_introduction_content p {
    margin: 0 0 .5em 0;
    padding: .5em 0;
    }

    to get rid of the top margin.

    Hope that helps!

    Posted on 05-Aug-10 at 10:55 am | Permalink
  117. Francisco wrote:

    Jussi,
    Nope, I'm trying to insert a small flash banner with it, doesn't work at all, furthermore it duplicates the latest article posted to the blog.

    Posted on 14-Aug-10 at 7:05 am | Permalink
  118. Jussi wrote:

    Francisco, that sounds pretty bad. At the moment I don't have the time to fix the plugin to allow flash. Sorry. But if you find a way to make it work (another plugin etc), please post the solution here for others to use.

    Posted on 16-Aug-10 at 9:04 am | Permalink
  119. Francisco wrote:

    Actually I did, for the time being I manually inserted the following line of code into index.php where I want to appear:

    <div id="introCont"><?php include (TEMPLATEPATH . "/intro.php"); ?></div>

    Depending on the template, id can be anything and the path to intro.php where the actual code for the introduction is.
    Just a temporary quick fix since it cannot be suppressed from older post page's 2-3-4-etc like I wish to do.

    Posted on 16-Aug-10 at 11:56 pm | Permalink
  120. Francisco wrote:

    Jussi, If is of use, your plugin worked fine until the last WP 2.9.2 and Better and Thumbs Excerpt plugins where also installed.

    May be conflicting with each other?

    Posted on 17-Aug-10 at 12:26 am | Permalink
  121. Jussi wrote:

    Francisco, if you disable that other plugin does the problem still persist?

    Posted on 17-Aug-10 at 7:48 am | Permalink
  122. Francisco wrote:

    For what I understand last thing my predecessor did was on the process of updating the blog and that BI failed after installing not the WP update itself but the plugins I mentioned before.
    I can try and disable next maintenance time and post the results here. Thanks

    Posted on 18-Aug-10 at 6:11 pm | Permalink
  123. Kevin wrote:

    I have several blogs on 3.0.1 and the intro will not display. I have all of the config option and it saves the config, but nothing shows on the front page. Any thoughts on what I should check?

    Posted on 20-Aug-10 at 3:31 pm | Permalink
  124. Kevin wrote:

    Never mind...had a permalink issue...fixed.

    Thanks

    Posted on 20-Aug-10 at 3:46 pm | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*