Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter codi

    (@codi)

    Tried that….didn’t work either <:(

    Thread Starter codi

    (@codi)

    I set up a php page just as described:-

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, false);
    require(‘/home/webnews/public_html/blog/wp-content/themes/news-magazine-theme-640/header.php’);
    ?>

    <?php
    $posts = get_posts(‘numberposts=10&order=ASC&orderby=post_title’);
    foreach ($posts as $post) : start_wp(); ?>
    <?php the_date(); echo “
    “; ?>
    <?php the_title(); ?>
    <?php the_excerpt(); ?>
    <?php
    endforeach;
    ?>

    and I get this error message:-

    Fatal error: Call to undefined function language_attributes() in /home/webnews/public_html/blog/wp-content/themes/news-magazine-theme-640/header.php on line 2

    so far, I have not been able to figure out the problem. Any help would be greatly appreciated.

    Codi

    Thread Starter codi

    (@codi)

    RVoodo….you are the MAN or the LADY as the case may be…that did the trick…Thank you very much. Your having taken the time to assist is greatly appreciated.

    I am slowly putting together this site http://webnewsfeed.com and http://webnewsfeed.com/blog

    All input is greatly accepted.

    Also thanks to vtxyzzy for your effort.

    Thanks again

    Codi

    Thread Starter codi

    (@codi)

    This is what I have now:

    <?php print(date (‘g:i A T’)); ?>

    and this is what it shows ast 12:34 PM EST

    4:34 PM UTC

    When I used your snippit it showed

    5:28 PM UTC

    Thread Starter codi

    (@codi)

    Thanks Tim…DIH..! Apparently looked everywhere else…thanks again.

    Codi

    Thread Starter codi

    (@codi)

    Stvwlf,

    Thanks loads for the link…works just great

    Thanks again for your response…I don’t know much but if I can ever help you, let me know

    http://americansvow.com

    Thread Starter codi

    (@codi)

    Forget it…I got worn out trying to get it to work so I trashed it.

    Thread Starter codi

    (@codi)

    Thank…it works great…sorry it took so long to get back to you. Thanks again..

    Codi

    Forum: Plugins
    In reply to: user_description()
    Thread Starter codi

    (@codi)

    Thanks MichelH…but the assistance you gave me didn’t help because I’m not a programmer and I don’t understand how to do what it says. I was hoping someone would step up to the plate and take up the challenge. I may be blind in one eye and unable to see out of the other, but I thought it would be a neat addition to WordPress. A hyperlink from the blog author’s name to a page built on the fly showing the information in the user_description section of his registeration.

    Thread Starter codi

    (@codi)

    Not what I am looking for. I don’t want to have to create static pages for each author…I want them created on the fly from a hyperlink on the author’s name that is pulled each time a blog is brought up on the browser. When the link on the author’s name on the blog is clicked on, it should call the fly page and provide that author’s id # to the fly page where you would have the php code to pull that info from the database. That’s what I need and I know it can be done, but unfortunately, I’m not the one to do it.

Viewing 10 replies - 1 through 10 (of 10 total)