gall
Forum Replies Created
-
Forum: Plugins
In reply to: I changed permissions; sidebar widgets now won’t save changesWow. I found out what the problem was: Safari. I had been using Firefox and Sidebar Widgets worked fine. Switched to Safari: no dice.
Forum: Plugins
In reply to: I changed permissions; sidebar widgets now won’t save changesSo I could edit them with the online editor. When things are set, I’ll set them all to 644.
Forum: Plugins
In reply to: subscribe mebrian:
Getting newest version and disabling the cache on 2.0.2 didn’t work for me. All I want is for it to show up in the standard meta section: all I get is a blank pointer.
I am using Sidebar widgets; is this the problem?
Forum: Themes and Templates
In reply to: Where is the “!– technorati tags start –” section generated?Ok. I had given up here and had written an AppleScript to do the tag code for me, but ecto sees this code and screws around with the categories list. I hate that.
So, I got the 5lb sledgehammer out and I now have code that will do this thing. derrell’s solution above doesn’t work for me for some reason.
If I use
</p><p style="text-align:right;font-size:10px;">Technorati Tags: $tags$</p>
as above, there is no change in what WordPress serves back.
However, if we use
</p>
<p style="text-align:right;font-size:10px;">Technorati Tags: $tags$</p>all is well.
I get this as code served back from WP:
<p><!-- technorati tags start --></p>
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="https://www.technorati.com/tag/commercials" rel="tag">commercials</a>, <a href="https://www.technorati.com/tag/idiocy" rel="tag">idiocy</a>, <a href="https://www.technorati.com/tag/Mark Cuban" rel="tag">Mark Cuban</a>, <a href="https://www.technorati.com/tag/popular culture" rel="tag">popular culture</a>, <a href="https://www.technorati.com/tag/television" rel="tag">television</a></div><p><!-- technorati tags end -->
</p>'and this is <strong>exactly</strong> right.
I still don't know why WP is dumping that
` in there, but it is gone now and the code is perfect.Forum: Themes and Templates
In reply to: Where is the “!– technorati tags start –” section generated?I am having the exact same problem. MarsEdit doesn’t have this problem at all, but it has a specific WordPress setting for the posting interface.
I can’t find the right combination of settings to make WordPress stop putting in the
but if MarsEdit can do it, it seems to me to be an ecto ‘feature’.