timhodson
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] picking up the wrong imagesBeen away for some time recently, so not had a chance to explore this.
Thanks for the additional info.Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] picking up the wrong imageshmmm. thanks for the bug report. i’ll see if I can reproduce and fix.
TimForum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Open links in new window?Hi katemgilbert, I don’t know how technical you are, but…
You can amend the blog-in-blog template that is used to show posts. look for the post_permalink. Within the anchor tag add a target attribute. something like this.
<a href="%post_permalink%" target="_blank">linkytexthere</a>
Now, doing that may offend some web developer purists, and so you may also want to read this for some additional info.
https://jalada.co.uk/2011/02/10/why-you-shouldnt-use-target_blank-and-what-to-use-instead.html
tim
Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Support for Custom taxonomies?Hi , You can already specify a custom post type. Adding the custom taxonomy is taking a bit longer to work out.
Will let you know if/when I can add custom taxonomies. This is on my TODO list.Thanks
TimForum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Does bib work in wp 3.2?Yes, it should work in WP3.2.1 as that is what I am currently running on the dev machine.
You’ll need to give any error messages that you get. try turning on the debug feature of the plugin and seeing if you get anything. (should be a textarea in the footer of any page showing a BIB shortcode.
Silly question: you have actually got some content for the chosen category etc?
Tim
Forum: Fixing WordPress
In reply to: [Blog-in-Blog] Blog in Blog plugin – remove/hide picture of authorHi, you can do this by removing the author avatar part of the template from the blog in blog template options.
I’m not seeing any posts with a leave a response section… send me a link with the affected info and I will try to have a look.
Tim
Forum: Plugins
In reply to: [Blog-in-Blog] only works in pages?Hi,
That is correct. Only use in pages. otherwise there would be an infinite loop created if the post you try to display was in the category that your post was.Version 1.1 will be checking for such a condition and giving an error message.
Thanks
TimSo this should be fixed in version 1.1 which will be released shortly (within a couple of hours of this post ?? )
TimHi arudd,
Thanks for the idea. I’ll just add classes to the spans rather than using the style attribute, then people can style/hide them as they wish. that’ll be in the next release (1.1). Also I have used more specific/descriptive classnames to avoid css classnames clashing (e.g. bib_next_link bib_next_link_inactive )Cheers
TimForum: Plugins
In reply to: [Blog-in-Blog] Typo in Installation InstructionsThanks,
I’ve added it to my list.
Glad you find it useful.
Tim- Disable all plugins, add blog-in-blog – still see problems?
- Then add back each other plugin used until problem shows.
- Then tell me which plugin is conflicting.
Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Is There Numeric Month Template Tag?good idea, will be in the next version.
Forum: Plugins
In reply to: [ImageMenu] Doesn't work.There has been less interest in the imagemenu plugin, and thus no time to write documentation. the main reason why it is on wordpress plugins is because that is the easiest way to deploy it.
It has not been extensively tested (beyond one specific use case), so you may have come across some un-found issue.
If it is still an issue for you, let me know the detail and I will see what I can do.
Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] .tpl fileSounds like you want to really be creating some special templates within your theme.
Blog in Blog is not designed to do anything more than show some stuff in the main content area.Forum: Plugins
In reply to: [Blog-in-Blog] Application questionI use it on several sites, one being https://timhodson.com.
- create a page in wp as your welcome mat.
- in wp reading settings, make that page your home or static home page.