3stripe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Conditional tag to check for <!– more –>?Ok, I think I cracked it!
For anyone interested:
<?php if(strstr($post->post_content,'<!--more-->')) { echo 'we found a more tag!'; } else { echo 'no more tag found, sorry'; } ?>Forum: Plugins
In reply to: Plugin to show latest post on a remote page?You could use the RSS feed from WordPress site to display the latest post and excerpt on your other site?
Forum: Plugins
In reply to: Menubar plugin – use permalink structure instead of default links?Nice work tinne, thanks!
Forum: Plugins
In reply to: How to display all photos uploaded to a post via template tag?Did you get anywhere with this Kaf? Sounds sweet!
I’ve been surfing all of the post/image threads on here and none of them seem to address the issue of multiple image attachments yet.
Forum: Plugins
In reply to: Display elements of post (Text, Image) separately?I also would love to do this.
My layout would benefit greatly if images that have been uploaded and attached where in a separate div, in my case floated to the right of the text column.
I’ve thought about using an image gallery plugin to achieve this, but am loathe to introduce something outside of WP’s native functionality, especially as it will make things more convoluted for the end user (who will be less tech-savy than moi!)
Forum: Plugins
In reply to: Plugin to allow easy linking to other internal pages?You know what, you are right. I am just being tight/lazy. I should either work it out myself, or pay someone to. Stay tuned!
Forum: Plugins
In reply to: Plugin to allow easy linking to other internal pages?Surely someone has made this plugin by now? I would if I knew how! 🙂
Forum: Plugins
In reply to: Using sidebar widgets in multiple sidebarsWorked nicely for me as well, thanks!
Now I just need to work out how to use a widget more than once (I want to have certain standard widgets in every sidebar)
Forum: Plugins
In reply to: Redefine default thumbnail size plugin?Fourthed.
WP’s default image handling is still somewhat lacking.
This should without question be a native option somewhere in the admin panel!
Forum: Plugins
In reply to: Structured Blogging in WordPress 2.1 Problems?Are you using Safari by any chance?
Forum: Plugins
In reply to: Restrict a plugin to particular posts or categories?One thing I’ve realised, before a post is saved, there’s no way of knowing what categories have been assigned to it, unless you did something javascripty/ajaxy?
Forum: Installing WordPress
In reply to: No WYSIWYG Editor in 2.1Is there a way to disable the ‘code’ tab for certain users, let’s say anyone who’s just an Editor, not an Admin?
Forum: Plugins
In reply to: Restrict a plugin to particular posts or categories?Ooops. An example of a plugin I’d like to restrict:
Custom Field GUI plugin
http://rhymedcode.net/projects/custom-field-gui/Forum: Themes and Templates
In reply to: image instead of the word ‘protected’?Very curious to see the solution for this!!!
Isn’t it frustrating when people say they “figured it out” but don’t post the solution 🙂
Forum: Everything else WordPress
In reply to: Changing the form text on password protected entriesI got it fixed in the end 🙂