papa4174
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: flshow Manager] XML FILE Errordsonesuk you are the master. thanks!
Forum: Plugins
In reply to: [Plugin: WordPress Related Posts] install help neededi’ll try that. thanks kwbridge, you rock!
Forum: Plugins
In reply to: [Plugin: WordPress Related Posts] install help neededSorry I am new to this. Here is my single.php code. Would you mind dropping it in there for me? I koow it’s a lot to ask but I am racking my brain and getting no where fast.
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”navigation”>
<span class=”alignleft”><?php previous_post_link(‘« %link’) ?></span>
<span class=”alignright”><?php next_post_link(‘%link »’) ?></span>
</div><div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”entrytext”>
<?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
<p class=”postmetadata alt”>
<small>
This entry was posted
<?php /* This is commented, because it requires a little adjusting sometimes.
You’ll need to download this plugin, and follow the instructions:
https://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
/* $entry_datetime = abs(strtotime($post->post_date) – (60*120)); echo time_since($entry_datetime); echo ‘ ago’; */ ?>
on <?php the_time(‘l, F jS, Y’) ?> at <?php the_time() ?>
ad is filed under <?php the_category(‘, ‘) ?>.
You can follow any responses to this entry through the <?php comments_rss_link(‘RSS 2.0’); ?> feed.<?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
//Both Comments and Pings are open ?>
You can leave a response, or ” rel=”trackback”>trackback from your own site.
<?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can ” rel=”trackback”>trackback from your own site.
<?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.
<?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.
<?php } edit_post_link(‘Edit this entry.’,”,”); ?>
</small>
</p>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: How to use an external CSS file with my poststhanks buddha! worked like a charm!
Forum: Fixing WordPress
In reply to: How to use an external CSS file with my postsoops I did forget the }
inside of my external file, .cssname is the style name
so I want the the text “Click Me” to be styled by the css file.
but right now my text Click Me in my latest post on my blog is still black. If it were styled by the external css file it should be pink.
Forum: Fixing WordPress
In reply to: How to use an external CSS file with my postsstvwolf mind helping edit this code.
I put my css file in:
/public_html/wp-content/themes/mytheme/test.csshere is the html code I put in a new post:
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Untitled Document</title>
<link href=”<?php bloginfo(‘template_directory’); ?>/test.css” rel=”stylesheet” type=”text/css” />
</link></head>
<body>
<p><span class=”cssname”>Click Me</span></p>
</body>Here is the code in my css:
@charset “utf-8”;
.cssname {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FF6699;
text-decoration: underline;
Not sure what I’m doing wrongSorry if I offended anyone.
Is there a way to edit my post original post or delete it? I don’t want to offend anyone.
Again sorry.
Forum: Plugins
In reply to: [Plugin: Article Directory] How can I underline my categories?bump
Forum: Plugins
In reply to: [Plugin: Article Directory] How can I underline my categories?bump
Forum: Fixing WordPress
In reply to: Please help me change my email opt-in forms background colorthanks for your help but i think you may have misunderstood me. what i’m looking to do is change the area where you actually type in your email. right now a good chunk of it is blue with a bit of yellow on the sides. i’d like it to be all yellow.
if you know a fix for this i’d appreciate it
Forum: Fixing WordPress
In reply to: Underline my Categoriesbump
Forum: Fixing WordPress
In reply to: Why does out of place text appears at the top of my blog posts?Thanks thisiseddie. Saved me hours.
Here’s to learning new shit! Cheers!Forum: Fixing WordPress
In reply to: Why does out of place text appears at the top of my blog posts?no one?
Forum: Fixing WordPress
In reply to: Why does out of place text appears at the top of my blog posts?bump
Forum: Fixing WordPress
In reply to: My wishlist. Can you help me out?Sounds awesome Chewru. I’m thinking it should be old hat for someone experienced. The plugin I’m using is Article Directory X https://www.ads-software.com/extend/plugins/article-directory/#post-4677
How do you want to do this? Should I email you my theme?