Recently, I updated my WP installation to PHP 8.1. Then I checked my website and found a PHP warning:
Warning: Undefined variable $page_name in /homepages/24/d13366683/htdocs/e-script/wp-content/plugins/blog-introduction/blog-introduction.php on line 116
(Same warning came for line 123, too.)
The reason for this is an omission in your code: I suggest that you include $page_name = FALSE;
after code line 97 (} else {
). Otherwise the variable $page_name
will not be initialised, if the calling page is not a WP archive page.
Hi! So there’s a conflict between these two plugins and the blog/category intro appears at the very top of my page (above the logo, nav..everything) instead of at the top of the blog roll content. Everything works fine when turning jetpack off, which unfortunately is not a solution. any suggestions out there? thanks
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>Hi!
After using the WP-Debug-Feature, i see the message:
Notice: Undefined variable: page_name in /is/htdocs/wp11011785_43C5XT2RQT/www/wp/wp-content/plugins/blog-introduction/blog-introduction.php on line 116
Notice: Undefined variable: page_name in /is/htdocs/wp11011785_43C5XT2RQT/www/wp/wp-content/plugins/blog-introduction/blog-introduction.php on line 123
Whats wrong there?
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>Hi,
I love your plug in and it has give me heaps of opportunities within my current theme, which just weren’t possible before.
I recently tried to simply add an opt in form within the page, so it is the first thing people see when they come to my site.
It worked great but the other plug in’s that i usually have in my pages came up automatically – the signature and linked within plug in. I can see the source code of this stuff in the preview section of your plug in and know which bits I would need to delete but i don’t know how to do this.
Can you guide me on how to do this or can you perhaps offer a solution within your plug in that allows me to cut out the other stuff that is linked to my page layouts?
Thank you so much,
Melissa
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>I’m using a template called WordPress AID 1.1.1 by Chris Molitor and installed blog-introduction, but it doesn’t work. Nothing appears.
What can I do?
Thanks!
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>The content of the page shows up in the left sidebar. If I choose to use the right sidebar instead, the problem goes away. Theme I’m using is Atahualpa 3.7.3 (hands down the most downloaded theme on WP)
EDIT: Found that changing the loop option to a higher number fixes the problem. I was gonna remove this post, but I thought it might help others (I did change the report from “broken” to “works”)
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>Since upgrading, the intro will no longer display and doesn’t appear in the source code any more, even when I set it to debugging mode and muck about with the settings.
Anything I can do to tweak it and get it back up?
Thanks…
]]>Hi, i use wordpress 3.1, atahualpa theme 3.5.3 and my site is https://www.ponzaracconta.it
i followed plugin istructions but doesn’t work. In configuration panel i put “yes” to show intro; then “page”; then “manifest-cat-intro” because my category is manifest; then “Yes” to show heanding; “Yes” to show content; then “everyone”; then “no”; then “no”; and “1” to Intro before nth loop.
Aldo the “Preview” doesn’t work.
Please help.
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>Hey,
Thanks for the plugin. Its a great help cause I wanted my home page to have a page and show the posts. Very creative on your part. Anyway, I’m having a little trouble. I use the geo mashup plugin to show conferences. Here is the page: https://projectcloud.info/conferences/
When you click on any of the dots, you see the blog introduction and then the post. That isn’t how it is supposed to be. So I asked some people and this is what one of them said:
“If this didn’t happen before, my guess is that the blog introduction plugin hasn’t been updated to handle the ‘ignore_sticky_posts’ query variable in WP 3.1, which was changed from ‘caller_get_posts’, now deprecated. That would have been true with Geo Mashup 1.3.9 also. You could see if Geo Mashup 1.3.8 changes the behavior.”
I tried the solution he gave me but it didn’t work out.
Thanks for taking the time to answer my query.
]]>I put the settings as you showed, and no preview show at the bottom of the settings page, and also nothing shows on the front page.
I look forward to a fix, or contact me if you have questions or want to see the site.
-RARCA
]]>Great plug-in, wondering if there is a way to get it to stay on the page when user clicks ‘read more’?
see > https://livingkitchenwellness.com/blog/
Thanks!
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>Hi
Is there any limit like 50 words? I have set up a page from which blog-introduction is pulling data, however only 1st 50 words are being pulled and displayed on my homepage
any reason for that ?
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>This seems to be a great plugin. I’ve ben looking for something like this for a while, so that new visitors to my site aren’t left completely confused as to what its about.
I wanted the intro post to occur outside of the main loop – right at the top of the page, as I have some other stuff before the loop starts.
I managed this by adding the code:
<?php bintro_print(); ?>
in the relevant portion of the template. It acheives the right result, but I’ve no idea whether this counts as an official way of doing this, or if it is likely to stop working in a future version.
https://www.ads-software.com/extend/plugins/blog-introduction/
]]>