scottkr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image placementI’m not running a CSS file. Can’t I just do it in HTML and if so what code?
I found it now.
By the way, this is the site.
I added this for one of the listings
[gallery link="file" columns="5" include="847,977,852,854,490,491,492,495,496,497,498,499,500,501,90,91,92,93,94,95,96,97" size="Small Thumbnail"]Otherwise I need to replace the slider images on the index page. I started at Post/Add New/ from Categories checked Front Page Flash. Then the window appeared with the Gallery tab. But the new ones are not replacing the ones already there. I guess what I should be doing is going to the existing Post of the one where I want to add the new images for the slider and selecting Front Page Flash then Publish?
“write post tab” ?
I don’t have Gallery. I just have Media / Library
When I go to Add an Image, the tab called Gallery is NOT there.’
the plugin that’s installed is – jQuery Lightbox For Native Galleries
Forum: Fixing WordPress
In reply to: gallery include excludeWhere do you locate the numbers for example if you want to do the following
[gallery link="file" columns="5" exclude="566,577,583" size="Small Thumbnail"]
[gallery link="file" columns="5" include="566,577,583" size="Small Thumbnail"]
but where do you find the numbers to include or exclude depending on what you want to do?
I just added a bunch to the media section but I don’t see any numbers?
Forum: Fixing WordPress
In reply to: Date stamp on PostsThis is what it has now
<?php the_time(‘l, F jS, Y’) ?>
I’m going to change it to this
<!–?php the_time(‘l, F jS, Y’) ?–>
Forum: Fixing WordPress
In reply to: Date stamp on PostsAren’t we looking for date and not time? Or does Word Press consider date and time the same thing?
Forum: Fixing WordPress
In reply to: Date stamp on Postsalchymyth:
no category.php file at all.
We do have archive.php though.I do see the snippet of code you mention but no “the_date” just _time
Dates for whatever reason are not showing up on Pages, just Posts so that’s fine.
Forum: Fixing WordPress
In reply to: Date stamp on Postsnope, no loop type files.
I did find this in another php file but I guess its not it since it doesn’t say “the_date”
<?php comment_date(‘F jS, Y’) ?>
Forum: Fixing WordPress
In reply to: Date stamp on PostsHow can the_date be working if
$posts is not set to the_date()
cause it says this
$posts[0]Forum: Fixing WordPress
In reply to: Date stamp on PostsI found this in archive.php
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
but its commented out.
Forum: Fixing WordPress
In reply to: Date stamp on PostsHere’s a post where it shows up
http://www.woodbury.nj.us/category/event-announcements/
it says Wednesday, May 25th, 2011Forum: Fixing WordPress
In reply to: Date stamp on PostsWell actually I didn’t create the custom theme. My designer did and he’s not available for a few days and my client asked about how to remove the date from those Posts. I’m just trying to figure out where it is so I can comment or remove that snippet of code.
So you are saying its not going to be in page.php but it could be in the other php files you mentioned?
index.php, single.php, archive.php
Forum: Fixing WordPress
In reply to: Date stamp on PostsThe date is only showing on Posts not Pages. Does that make any difference?