drb05
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to totally disable comments section?anybody please?
Forum: Fixing WordPress
In reply to: how to totally disable comments section?And also, if I click on a post, the new page with the post has stuff to put a comment like message body, name, email ID etc. How can I remove that also?
Forum: Plugins
In reply to: is anybody using this plugin?Make sure you play with setting in configuration part of feedlist.php (like disable random etc-it is simple, as author has clear instructions on how to do that part in the same file itself).
Main problem, I had was where I put in the code to call the feed. I put the code in theme/yourtheme/index.php
- <?php feedList(array(“rss_feed_url”=>”https://mysite.com/forum/forum_backend.php?id=23&type=333&feed_id=71&no_cache=1”,
“num_items”=>15,
“show_description”=>false,
“random”=>false,
“sort”=>”none”,”new_window”=>true));
?>Most of the above settings are not default. for example, random-was true; sort=’asc’ like that. These settings were messing my feed. When I changed all those as above pasted code, everything works fine now.
Hope its clear, if not post, I will help.
drb
Forum: Fixing WordPress
In reply to: how to totally disable comments section?could you please let me know how to disable trackback also?
thanks,
drb
Forum: Fixing WordPress
In reply to: how to totally disable comments section?Sorry I could not find the mentioned code in the link that you gave me. my wp_content/themes/conundrum/index.php
does not have that code. This is how it looks:<?php get_header(); ?>
<div id=”toplines”><?php bloginfo(‘name’); ?> ~ <?php bloginfo(‘description’); ?></div>
<table cellspacing=”0″ id=”content”>
<tr>
<td id=”left”>
<?php if (have_posts()) : ?><div class=”left_bgcolour”>
<?php while (have_posts()) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”posts_dateline”>Posted: <?php the_time(‘F jS, Y’) ?> by <?php the_author() ?></div>
<div class=”posts”><?php the_content(‘Read the rest of this entry »’); ?></div>
</div>
<div class=”posts_bottomline”>Posted in <?php the_category(‘, ‘) ?> ~ <?php edit_post_link(‘Edit’, ”, ‘ ~ ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></div><?php endwhile; ?>
</div>
<h2><div style=”float: right;”><?php previous_posts_link(‘Next Entries »’) ?></div>
<?php next_posts_link(‘« Previous Entries’) ?></h2><?php else : ?>
<div class=”left_bgcolour”>
<h2>Not Found</h2>
<div class=”posts”>Sorry, but you are looking for something that isn’t here.
</div>
<?php include (TEMPLATEPATH . “/searchform.php”); ?>
</div><?php endif; ?>
</td>
<td> </td><td id=”right”><?php get_sidebar(); ?><br><br>Latest topics in forum <br>
- <?php feedList(array(“rss_feed_url”=>”https://mysite.com/forum/forum_backend.php?id=23&type=333&feed_id=71&no_cache=1”,
“num_items”=>15,
“show_description”=>false,
“random”=>false,
“sort”=>”none”,”new_window”=>true));
?></td>
</tr>
</table><?php get_footer(); ?>
Forum: Plugins
In reply to: is anybody using this plugin?I got it to work. It took several hours of trial and error.
Forum: Plugins
In reply to: is anybody using this plugin?anybody please?
Forum: Plugins
In reply to: is anybody using this plugin?and also, each refreshing the index page, shows different feeds-somtimes,current-sometimes past dates etc.
Forum: Fixing WordPress
In reply to: how to display sticky text on index page using category template?Oops!.
I thought I would be able to accomplish what I wished by using the above method.I would like to have a sticky text in index and all pages of categories on top of all posts. Is that possible with any plugin?
thanks,
drb
Forum: Fixing WordPress
In reply to: Image text wrappingI figured my problem’s solution. I used margin commands in css to do the trick.
Forum: Fixing WordPress
In reply to: red alt plugins-help pleaseYes. WP 2.01.
Forum: Fixing WordPress
In reply to: red alt plugins-help pleaseanybody please?
Forum: Fixing WordPress
In reply to: Image text wrappingHi all,
I tried to wrap text around image as above. I put the css code:
image-align-left {float: left;
padding: 4px;
}
.image-align-right {
float: right;
padding: 4px;
}
in my styles.css and in post used like this:
<img title=”Supastition” alt=”Supastition” src=”https://bluntedpresents.co.uk/SiteImages/Supastition.jpg” class=”image-align-left”>But my padding around image is not sufficient enough. Text is very close. I tried increasing padding to 100px in image. still the same.
Can somebody please help me out?
thanks,
drb
Forum: Fixing WordPress
In reply to: text wrapping around image and file uploadPlease?
Forum: Fixing WordPress
In reply to: how to automatically post articles?[bump]
please?