SEA7
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post Columns] [Plugin: WP Post Columns] [end_columns] tag shows in textCan anyone recommend a column plugin that works properly? Is tinyMCE Advanced the way to go? Just thought one of the simple markup solutions would work and don’t want to try five more in frustration.
HELP!Don’t know why I thought this was complicated – it’s not. Go to the page https://venueview.com/3d-photo-wall/ select any of the pictures from the first photo wall.
The caption appears with a link. When using the NextGen Gallery you can delete the Alt & Title text (it defaults to the filename) that shows in the Cooliris caption.
In the description box just enter a standard href anchor to link to any page inside or out of your site. The links on all the images in that wall are the same link to the post about that condo:
For Unit H6 details click <a href="https://venueview.com/2010/09/the-cliff-condo-h6/">here</a>
The caption then looks like this:
For Unit H6 details click here
That’s it!
Forum: Fixing WordPress
In reply to: Hiding “posted on.. by…” in posts (Twenty-ten)Simple and it works! What could be better?
I decided to comment it and intial it.
/* Hide post meta (SEA)
———————————-*/
.entry-meta{display:none;}Put it right below
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,This will help me keep track of what I added and what it does. I am not a programmer, so I get lost a lot.