InnovoGraph.com
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Including a list of blog posts or thumbnailsThank you so much for helping me, Susan.
I keep learning about WP and I’m glad Site Origin is a good developer. I should add some images to my posts to add to the thumbnail experience.
Forum: Themes and Templates
In reply to: Change bullet fontDone. Thanks.
/* Enter Your Custom CSS Here */ul li {
background: none;
list-style-type: disc;
font-size: 16px;
padding: 0 0 .5em 0;
margin: 0 0 0 10px;
}Forum: Themes and Templates
In reply to: Change bullet fontGreat, fevered.
Straight round bullets replaced the bullet style that came with my WP template but that’s okay.
Where in this code should I add 16 px (if that’s right) so I can get the bullet font about the size of other body text, please?
ul li {
background: none;
list-style-type: disc;
padding: 0 0 .5em 0;
margin: 0 0 0 10px;
}Forum: Fixing WordPress
In reply to: Changing the backgroundokay
Forum: Fixing WordPress
In reply to: Can’t create date format “May 6, 2013"I changed the code in the index.php. That finally fixed the other date issues.
Thank you
Forum: Fixing WordPress
In reply to: Can’t create date format “May 6, 2013"Thank you, Carleton and Alchymyth.
Forum: Fixing WordPress
In reply to: Can’t create date format “May 6, 2013"Victory. Thank you so much, Carleton. That’s been bugging me for months.
How about the Blog Home page date format?
https://www.innovograph.com/blog/
On my own I can’t see which PHP file to change.
Thank you,
Grant
Forum: Fixing WordPress
In reply to: Can’t create date format “May 6, 2013"Sorry: https://www.innovograph.com/blog/
I see the “Single Post” .php file in the WP Editor. Right now I think the code I need to change is:
<time datetime=”<?php the_time(‘Y-m-d\TH:i’); ?>”><?php the_time(‘d-m-Y’); ?></time><span class=”author-link”><?php the_author_posts_link()
Forum: Fixing WordPress
In reply to: Added more to my root permalink than neededThanks, esmi. Thanks, x500.net.
semi nailed it.