[wdvltalk-social] Question on Wordpress
joseph
smilepoet at vfemail.net
Wed Sep 26 11:31:21 BST 2012
Right, I think I've worked out what to do. I realise how badly I'd
described it - if I have this right. I have taken single.php, called it
Gordon.php and made these changes (I've just put the few lines] I've
added asterisks to show my changes.:
(top)
<?php
/*
Template Name: Gordon
*/
?>****
<?php get_header(); ?>
(above content)
<?php boozurk_hook_before_posts(); ?>
<h4 style="color: #a9a9a9;">DIRTY TRICKS KILLED LORD GEORGE GORDON</h4>****
<div id="posts_content">
<?php if ( have_posts() ) {
while ( have_posts() ) {
the_post(); ?>
(below content)
<?php boozurk_hook_after_post_title(); ?>
<?php boozurk_hook_before_post_content(); ?>
<div class="storycontent">
<?php the_content(); ?>
<a>link material</a>*****
<?php if ( !post_password_required() && isset(
$boozurk_opt['boozurk_post_formats_audio' ] ) &&
$boozurk_opt['boozurk_post_formats_audio' ] == 1 )
boozurk_add_audio_player(); ?>
</div>
Before I put this in place, can you just confirm it looks OK [and I know
I should have used css for the colour!]? Do I need "div" as well?
Joseph
More information about the wdvltalk-social
mailing list