ernestg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom theme – CommentsThanks
Forum: Fixing WordPress
In reply to: Can't get my comments to work for old postsFigured it out. It had nothing to do with my settings or comments.php.
For anyone else that stumbles upon this. I fixed it by logging into my cpanel from the hosting provider.
Selected phpMyadmin
Selected the correct database for the wordpress site
Check wp_comments
Click the SQL tab
Enter this:
UPDATE wp_posts SET comment_status = "open"
Then press go.
That’s it!
Forum: Fixing WordPress
In reply to: Can't get my comments to work for old postsHere’s a bump. Still haven’t gotten it to work.
Forum: Themes and Templates
In reply to: Grid of PostsGreat! It’s exciting when stuff works the way you want it to. I kept on nagging alchymyth to help me style my page exactly as I had envisioned it and he kept helping, so if anything… just keep asking questions. Really glad I could help.
Forum: Themes and Templates
In reply to: Grid of Posts1. This will put the posts into columns. Use this code to add your own loop-grid.php to your site
2. This calls loop-grid.php into action. This should go in your main template. It went into my index.php
3. This styles the grid. You put it in your css and can play around with it later.
By the time all of those steps are done… you should have some sort of grid layout set.
Also, PLEASE post your site. It’ll be easier for us to see what’s going on.
Forum: Themes and Templates
In reply to: Grid of PostsGenius. Site keeps shapin’ up. Thanks again.
Forum: Themes and Templates
In reply to: Grid of PostsAny idea how to put specific widgets in specific places?
I want to put a tag cloud below the “posts” or “games”. I’m trying to put the tag cloud as the “footer” widget and then “call” the footer widget but it wasn’t working. I tried this:
<?php get_sidebar-footer(); ?>
Forum: Themes and Templates
In reply to: Grid of PostsHow do you do that?
Hahaha Seems like it takes you no time at all.Thank you.
Few questions though why is my word press widget box 304px in width?
How do I get rid of the white space between the title of the widget and the actual widgets.
Forum: Themes and Templates
In reply to: Grid of PostsHey, so now that I’ve totally messed with WordPress twentyten theme I know see all of the mistakes I made while styling it to look like my existing website. I was not going to be using any widgets, but… now I really need widgets so I found this code:
<?php get_sidebar(); ?>
And put it in my index and I get the sidebar. Thing is… they look ugly, so now I’m asking for your help if you know how to style the sidebar and how to style each sidebar widget individually…I’m pretty decent with css now but, I don’t know If I must edit the sidebar.php or my css.
I’ve searched Google and I’ve gotten a couple of answers (seem outdated) but they don’t help. Thanks!
Forum: Themes and Templates
In reply to: Brand New twenty ten theme. Want to remove commentsI’ve made changes following someone else’s code and I’ve made so many changes since a month ago that I’m not precisely sure. Start a new thread or keep searching and you should find your answer. Sorry
Forum: Themes and Templates
In reply to: Brand New twenty ten theme. Want to remove commentsGimme a second to look up what I’ve got in there.
Forum: Themes and Templates
In reply to: Grid of PostsYep, it’s looking real good! Thanks a million. Like I said, you will definitely be receiving a good chunk of my first payment from adsense.
Forum: Themes and Templates
In reply to: Grid of PostsAlright, I just copied the code from the paste bin and got a fatal error.
Was I supposed to add that function in the previous post?
EDIT: ahahaha! I added the function and it worked!
Forum: Themes and Templates
In reply to: Grid of PostsSounds good. Thank you!
Forum: Themes and Templates
In reply to: Grid of PostsYeah, it should ALWAYS be 100 x 100. I posted like 40 games I think, if you click one you’ll see a thumbnail.