![]() |
What WP plugin will do this?
I need to be able to add a note or author comment after each blog post and would like to have it highlighted like this is. I see it on many blogs but can't find a plugin to do it.
http://i52.tinypic.com/900g39.jpg Thanks in advance. :thumbsup |
Edit the post page and had div with proper css and content in it? :S
|
Quote:
I figured there is plugin for this but I could be wrong. |
try to add this in your /wp-content/themes/YOURTEMPLATE/single.php
PHP Code:
PHP Code:
You can also create a shortcode for that, like [note msg="blablabla"].... Hit me if u need help :thumbsup |
It's not a plugin. I don't know Wordpress much expect reverse engineering it, but there's comments, and then there's admin comments, or something to that affect. Maybe it's "author comments".
Anyway, it's in the CSS. You have to find a theme that supports it, then copy it. PS. Don't quote me on that, as I could be wrong. Again, I don't know WP very well. |
Quote:
You can create a shortcode for that. Its easy shit. Add something like this to ur /wp-content/themes/YOURTHEME/functions.php PHP Code:
then, in the post that you want to call, write [note msg="blalbla bla bla"] where you want the warning |
post the blog you see it on.
|
Lots of hard solutions for an easy problem.
Search "WP Author Plugin" in google, there is dozens of them, you could also just add it as a custom field and have a lot more control over it (ie an endless amounts of text/image/author combinations and even advertisements). Working it as a custom field allows you to add it wherever you want, but also with any text/image/etc that you want to put. |
you're over complicating things, just do this:
Code:
Alternatively, if your theme doesn't use excerpts, then you can simply place the_excerpt() there, so you'll only need to add an excerpt to display that text, and if you don't input anything, then nothing will be displayed. |
Quote:
Also flagging me when I try to create a custom field. Grrrrr. It's a Woo Theme. |
I messed something up in my functions page that was creating the error for the custom field. Working on that now.
|
OK... I think the custom field will work, but how do I tell it to call just 1 key (key is called "note")?
If I put the_meta() it calls them all. |
Quote:
Thanks everyone. |
Quote:
scoll down http://www.woothemes.com/2011/02/new-ideas-feb-11/ more info http://www.woothemes.com/2010/08/woo...rk-shortcodes/ http://www.woothemes.com/2011/02/we-...ur-shortcodes/ |
check this plug-in http://wordpress.org/extend/plugins/...x/screenshots/
|
All times are GMT -7. The time now is 03:04 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123