Marc
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin: MiniblogThanks BauB, that corrected the problem.
Forum: Fixing WordPress
In reply to: Sending Referers?Search is a good thing:
http://wordpress.org/support/search.php?q=enable+sending+referers
Forum: Plugins
In reply to: Plugin: MiniblogI have had the previous version of Miniblog installed and used it to input “short takes” of other blogs of note or news articles.
I assumed after I added the 6th entry (plugin is set to display 5 entries) it would drop the oldest and add the latest entry for display.
That hasn’t happened.
I just installed your 0.5 version and the problem still exists.
This is the code entered in the sidebar to call up the miniblog:
<li><h2>Short Takes</h2><ul> <?php
$asides = miniblog_return_entries(5, 0, '', 'Title');
foreach($asides as $aside) { ?>
<li><?php _e($aside->title); ?><br /><?php _e($aside->text); ?></li>
<?php } ?></ul></li>Any ideas why the list won’t update to the latest 5 entries?
Thanks in advance.
Forum: Themes and Templates
In reply to: How do I make a Tag cloud for my categoriesAnd here is another version.
http://frenchfragfactory.net/ozh/archives/2004/10/02/wordpress-category-map
Forum: Everything else WordPress
In reply to: HEADER ROLLOVER / swap IMageCF I believe he is looking to rotate the image contained in his header.
Just in case check this for instructions to rotate the image.
http://photomatt.net/scripts/randomimage
Either way both links should be helpful.
Forum: Your WordPress
In reply to: At-the-beginning.netNearly unreadable
Forum: Fixing WordPress
In reply to: Help with RSSLook in your dashboard, under “options” then “reading”
make sure in the box labled “Encoding for pages and feeds:” has utf-8 entered.
Forum: Installing WordPress
In reply to: GreymatterSure, no problemo 🙂
Good luck with the rest of the task at hand
Forum: Installing WordPress
In reply to: GreymatterI still have a zip file of WP 1.2.2 Mingus. If you would like a copy drop me a line and I will send you the zip.
marc at cranialcavity dot net
The trick is at the plugin authors site.
Forum: Fixing WordPress
In reply to: Enabling RSS/ATOMAs are smart ass answers.
But back to innomind’s question, which in part read “When you click on the RSS links “Entries (RSS) and Comments (RSS)”, on the bottom of the WP enabled site it returns a dead page.”
That has nothing to do with how an RSS reader or Technorati/Google read them. (via auto discovery)
Those links are provided for what? To enable visitors to copy the URL to be entered in the RSS reader manually.
As such being “dead” is an indication the wrong URL is entered and a visitor must dig thru the sites source code to get the correct one.
Forum: Fixing WordPress
In reply to: Trackback link locationIf you want a trackback link only on a comments page it will have to be placed in that file.
It should go somewhere within this section of code. Yours may vary slightly due to theme variations.
<label for="comment"><?php _e('Your Comment'); ?></label><textarea name="comment" id="comment" cols="50" rows="4" tabindex="4"></textarea>
<input name="submit" id="submit" type="submit" tabindex="5" value="<?php _e('Say It!'); ?>" />
If you place the TB code just below the “Your comment” line it will appear just above the entry box.
If is is just below the “submit” section of code the TB will appear just under the “submit” button.
Forum: Themes and Templates
In reply to: how to create this templateThe “perfect time” to use tables passed years ago.
Forum: Fixing WordPress
In reply to: Enabling RSS/ATOMmacmanx: “As for the “dead” links at “Entries (RSS) and Comments (RSS)”, they aren’t dead. They are very much alive. Your browser is displaying an error simply because it does not understand the feed:”
That is not correct. Here is the result when you open my “RSS” link from my sidebar.
<!-- generator="wordpress/1.5" -->
-
<rss version="2.0">
-
<channel>
<title>Cranial Cavity</title>
<link>http://cranialcavity.net/wordpress/index.php</link>
<description>Cobwebs, Dust, and a Few Living Cells</description>
<pubDate>Sun, 17 Apr 2005 01:51:25 +0000</pubDate>
<generator>http://wordpress.org/?v=1.5</generator>
<language>en</language>
-
<item>
<title>Grandstanding For Me, and None For Thee</title>
<link>http://cranialcavity.net/wordpress/index.php/1487</link>
-
<comments>
http://cranialcavity.net/wordpress/index.php/1487#comments
</comments>
<pubDate>Sun, 17 Apr 2005 09:44:44 +0000</pubDate>
<dc:creator>marc</dc:creator>
<category>International Politics</category>
<guid>http://cranialcavity.net/wordpress/index.php/1487</guid>
-
<description>That is only a small section of the entire result.
My guess is xaero has the wrong url in their sidebar links. Call up the correct url by looking at the source of your index page via your browser.
And BTW it works with the RSS feed plus comments as well.
Forum: Fixing WordPress
In reply to: Firefox doesn’t render webpage correctlyExcellent question tomhanna!
If it is, it has been hacked beyond recognition.