• Coldforged — Love your plugin! Have it working for my titles. I want to experiment with the actual content. I can not seem to get it to work. Below is the code that I would want to now have rendered via ImageHeadline plugin. What would the new line look like? Tried posting on your site but posting is halted

    <div class=”storycontent”>
    <?php the_content(__(‘(more…)’)); ?>
    </div>

Viewing 8 replies - 1 through 8 (of 8 total)
  • Check the Cold Forged thread for the plugin. Look for the RunPHP plugin and what it does. Briefly it allows you to use image headlines anywhere within the page, including dropcaps.

    You can see an example on my blog, check the pages. And be advised images aren’t enabled on all themes. (try manji and plain vanilla)
    https://cranialcavity.net/wordpress/index.php

    EDIT While on the subject of this plugin, and in case CF drops by.

    A suggestion: Would it be possible to modify the plugin to change fonts and colors as your themes chage via the theme switcher. As written now it parameters are set to appear on one theme they remain the same as themes are “switched.”

    Marc, I was also wondering about the use of the plugin with themes. Anyone know if there’s a way to enable changing the font, or color of the font between themes?

    Thread Starter mdrdsr

    (@mdrdsr)

    I have already installed the PHP and it was rendering the content as an image, but unfortunatley it was rendering the actual call to the php function. I could not figure out the appropriate syntax to make the call for content…I tried exactly what is in the CF thread but to no avail…

    <?php echo ImageHeadline_render( ‘Whatever text’,’formats’ ); ?>

    where I replaced ‘whatever text’ with

    ‘<?php the_content(__(‘(more…)’)); ?>’

    It appears that the syntax involving the ‘ or ” is not valid. Any ideas?

    try passing the content to a variable, then including the variable, without quotes, in the function call for the title images…

    <?php echo ImageHeadline_render( $yourcontentvariable,'formats' ); >;

    See this comment for a method to include arbitrary, dynamic content.

    Whenever I try to access coldforged’s site, I get this error page:

    Forbidden
    You don’t have permission to access /archives/2005/02/18/new-image-headline-plugin-is-finally-ready/ on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
    ——————————————————————————–
    Apache/1.3.33 Server at https://www.coldforged.org Port 80

    Any possibility we’ll actually be able to access your site some time in the near future?

    What browser are you using?

    I was using Avant browser, but that never even occurred to me. I just went there in Firefox and I could see it fine (looks good btw).

    What’s that all about? How could it be forbidden access in one but not the other?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Image Headlines Plugin’ is closed to new replies.