• Resolved npredford

    (@npredford)


    Hi,

    I have changed my theme from Connections to Vertigo Electrified widget-ready. I have “Jerome’s Keywords” which I added the code to the “post.php” for Connections like this
    Technorati Tags: <?php the_post_keytags(true, ‘technorati’); ?>

    In the Vertigo Electrified theme there is no “post.php” file so I am unsure of what file to amend to show Technorati keywords at the end of each post.

    PHP FILES:
    comments
    functions
    home
    archive
    page
    index
    search
    sidebar

    Theme website:
    https://www.briangardner.com/themes/vertigo-electrified-wordpress-theme.htm

    THIS IS A COPY OF THE POST.PHP file from the Connections theme:

    <BEGIN COPY>
    <p class="post-date"><?php the_time('D j M Y'); ?></p>
    <div class="post-info"><h2 class="post-title"><a>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    Posted by <?php the_author(); ?> under <?php the_category(' , '); ?><?php edit_post_link('(edit this)'); ?><br/><?php comments_popup_link('Add Comments', '1 Comment', '[%] Comments'); ?>&nbsp;<a
    href="<?php trackback_url(display); ?>">Trackback
    </div>
    <div class="post-content">
    	<?php the_content(); ?>
    <!-- Start FeedFlare Code -->
    <script src="https://feeds.feedburner.com/~s/PracticalMarketingTips?i=<?php the_permalink() ?>" type="text/javascript" charset="utf-8"></script>
    <!-- End FeedFlare Code -->
    
    <a href="void(rollpop=window.open('https://www.blogrolling.com/add_links_pop.phtml?u=PracticalMarketingTips&t=https://www.miriadz.com/blog','rollit','scrollbars=no,width=475,height=350,left=75,top=175,status=yes,resizable=yes'));rollpop.focus();">Blogroll Me!</a></p><br>
    
    <br>Technorati Tags: <?php the_post_keytags(true, 'technorati'); ?>	<div class="post-info">
    		<?php wp_link_pages(); ?>
    	</div>
    	<!--
    		<?php trackback_rdf(); ?>
    	-->
    	<div class="post-footer">&nbsp;</div>
    </div>
    
    <END COPY>

    Would appreciate help with this as Jerome’s keywords website has no support.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Jerome’s keywords and vertigo electrified theme’ is closed to new replies.