Forum Replies Created

Viewing 15 replies - 496 through 510 (of 675 total)
  • Forum: Plugins
    In reply to: Plugin: Miniblog
    Marc

    (@marc)

    Thanks BauB, that corrected the problem.

    Forum: Fixing WordPress
    In reply to: Sending Referers?
    Marc

    (@marc)

    Forum: Plugins
    In reply to: Plugin: Miniblog
    Marc

    (@marc)

    I 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.

    Marc

    (@marc)

    Marc

    (@marc)

    CF 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.net
    Marc

    (@marc)

    Nearly unreadable

    Forum: Fixing WordPress
    In reply to: Help with RSS
    Marc

    (@marc)

    Look 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: Greymatter
    Marc

    (@marc)

    Sure, no problemo 🙂

    Good luck with the rest of the task at hand

    Forum: Installing WordPress
    In reply to: Greymatter
    Marc

    (@marc)

    I 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/ATOM

    As 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.

    If 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.

    The “perfect time” to use tables passed years ago.

    Forum: Fixing WordPress
    In reply to: Enabling RSS/ATOM

    macmanx: “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.

    Excellent question tomhanna!

    If it is, it has been hacked beyond recognition.

Viewing 15 replies - 496 through 510 (of 675 total)