hustleturtle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how do i change the default post date and time??i cant even see the author name on the post =(
Forum: Fixing WordPress
In reply to: how do i change the default post date and time??<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>thats the single.php
what do i change there?Forum: Fixing WordPress
In reply to: how do i change the default post date and time??this is all i see on index.php
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: how do i know im getting listed on google yahoo etc?i see Googlebot/2.1
and Yahoo! Slurp
and 26 other entries on agent
is that ok?Forum: Fixing WordPress
In reply to: how do i know im getting listed on google yahoo etc?ok
i see nothing
my site is new i started posting few days agohow long do i need to wait asuming i post daily?
Forum: Fixing WordPress
In reply to: how do i know im getting listed on google yahoo etc?u mean on http://www.google.com??
http://www.yahoo.com??my server supports webalizer can i see that there??
i think i only see the hits, on webalizer =(Forum: Fixing WordPress
In reply to: how to display post author on a blog?dude this support its awesome
i have never been to a support like this!
thanks all!oh by the way im so noob i need to press F5 to view the replies =(
what rss reader can i use for keeping track?
is there a popular one?Forum: Fixing WordPress
In reply to: how to display post author on a blog?this is whats in there:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>nothing more nothing less
did you mean to paste what you have there?cheers
Forum: Fixing WordPress
In reply to: how to display post author on a blog?wow
thanks
im still confuse since i dunno too much php
i forgot to tell you i want it like blogger do
posted by author name and the timetime is also important
cheers