Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Plugins
    In reply to: Calender for Posts?
    Thread Starter ajtaylor20

    (@ajtaylor20)

    Correct, but when your making a post and you want to know when to set the date for the post according to when other posts are going to happen.

    You have to go back to the main index page to see this. Even then you cant see when future posts are going to happen.

    So I have to go to the “manage” page to see when posts are going to happen and if I have a months worth of posts already entered I have to page through them all to see when exactly they are going to post.

    VERY IRRITATING!

    Id like to have 1 calendar that shows each day and what posts land on that day, times and subject titles. Having this viewable from the post.php would only make sense considering its where you set the post date for the post.

    Dr.Mike… Does this make sense at least to you? Cause no one else seems to understand the need for this as of yet and I cant for the life of me understand why not.

    Forum: Plugins
    In reply to: Calender for Posts?
    Thread Starter ajtaylor20

    (@ajtaylor20)

    Anyone….

    Thread Starter ajtaylor20

    (@ajtaylor20)

    Bump!

    Thread Starter ajtaylor20

    (@ajtaylor20)

    BUMP

    Thread Starter ajtaylor20

    (@ajtaylor20)

    Using:
    <!–[if IE]>
    <style stype=”text/css”>
    body {background:pink;}
    </style>
    <![endif]–>

    Had no effect on IE vs FF inserting like this:

    <head>
    <!–[if IE]>
    <style stype=”text/css”>
    body {background:pink;}
    </style>
    <![endif]–>
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    <base href=”<?php echo get_settings(‘home’); ?>/” />
    <meta http-equiv=”content-type” content=”text/html;charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <link rel=”stylesheet” type=”text/css” media=”screen,projection” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <link rel=”icon” href=”<?php bloginfo(‘template_url’); ?>/favicon.png” />
    <?php wp_head(); ?>
    </head>

    ———————————–
    Inserting this:
    <!–[if IE]
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory); ?>/ie_style.css” media=”screen” />
    <![endif]–>

    Get this error:

    Hope that helps you o
    Parse error: syntax error, unexpected T_STRING in /home/imagehos/public_html/bombpost/wp-content/themes/neptune/header.php on line 26

    Heres the code:
    <head>
    <!–[if IE]
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory); ?>/ie_style.css” media=”screen” />
    <![endif]–>
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    <base href=”<?php echo get_settings(‘home’); ?>/” />
    <meta http-equiv=”content-type” content=”text/html;charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <link rel=”stylesheet” type=”text/css” media=”screen,projection” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_settings(‘siteurl’); ?>/print.css” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <link rel=”icon” href=”<?php bloginfo(‘template_url’); ?>/favicon.png” />
    <?php wp_head(); ?>
    </head>

    Thread Starter ajtaylor20

    (@ajtaylor20)

    Thanks doodlebee ill give that a try!

    Andrew

    Thread Starter ajtaylor20

    (@ajtaylor20)

    BUMP… Therehas to be something for this…

    Thread Starter ajtaylor20

    (@ajtaylor20)

    (BUMP)

    Ive asked this question before and had no response… can I show a better example of this? Im lost as to my request and I have yet to know how to accomplish this simple task (I think)

    Andrew

    Thread Starter ajtaylor20

    (@ajtaylor20)

    Perfect Thanks!!

    Thread Starter ajtaylor20

    (@ajtaylor20)

    http://canadanoise.com/category/reviews/#

    This page is exactly how I want my blog to look. A thumbnail to the left and the subject line to the right. Clicking either it takes you to the specific article.

    Ideas? Plugins? anything like this out there?

    Thread Starter ajtaylor20

    (@ajtaylor20)

    What I would like to do is to create a page and have the post be created with say the top 2 lines and the thumbnail of the page that I make. So the post I will not have to make or link back to the page but will automatically be drawn from the page I create.

    So if my page looks like this…

    <Page>

    [Picture] Headline of the article im posting on

    Text starts here and continues on for ———————————————–
    ———————————————–
    ———————————————–
    ———————————————–
    ———————————————–

    <Post>

    [Thumbnail of Picture] Headline of the article im posting on (When clicking this it links to the page.)

    Man I hope this makes sense. Is this currently possible with WP or maybe a plugin?

    Andrew

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