101tees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem, finding API KeyI have searched under my profile but I can not find my API key. What is my next option?
Forum: Fixing WordPress
In reply to: Define posts per page in a Category TemplateThe plugin works like a charm!
I wish I could have back the time I wasted trying to code everything myself…
Forum: Fixing WordPress
In reply to: Define posts per page in a Category TemplateI’m pretty new at changing code manually (php etc.) So, I need some advice.
I want to change the amount of posts on my category page(s). I’ve placed the code shown above in my archive.php file but it did not work or change anything. It actually made my post archive stop working…
Is there a certain place I need to place the code? I don’t have a category.php file, so do I need to create one?
By the way, I changed my archive posts to titles using the code below. I would assume I would place the code near this code… but again I’m new and a little clueless!!! Any help will be appreciated…
<?php while (have_posts()) : the_post(); ?>
<li id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?> <small>- <?php the_time(‘m/d/Y’) ?></small>
<?php endwhile; ?>
*The code above was taken from https://www.developedtraffic.com
**U can check out my site at https://101tees.com/blog/Forum: Fixing WordPress
In reply to: 404 Error after I change my Permalink Settingsbump
Forum: Fixing WordPress
In reply to: 404 Error after I change my Permalink SettingsI’ve read a bit more about the permalinks and if I understand correctly when you change the permalinks it will mess up the old links or posts. Is this true?
Regardless, even the new posts I make after the permalink change still do not work (404 error).
I’m not sure what you mean by abosulute path links. Sorry I’m still a bit new at this..
After I make the permalink change my categories or post links will not work. It only works in default.
Additional insight will be appreciated!
Forum: Fixing WordPress
In reply to: 404 Error after I change my Permalink Settingsbump
Forum: Fixing WordPress
In reply to: 404 Error after I change my Permalink Settingsbump
Forum: Everything else WordPress
In reply to: blogbookmarkerbump
Forum: Fixing WordPress
In reply to: Post Links and Recent Post only displays Submit CommentBUMP
Forum: Fixing WordPress
In reply to: How to Place RSS feed bookmark in URL…Thanks for the quick reply guys.
I did notice there was code in the default header that I didn’t have in my theme header. I added the code and tested it, but it had no effect.
So, I added the code provided by Otto42, and tested it but it also had no effect. So, I’m not sure what else to do…
However, I noticed that for some reason that when I click on a post link or recent post link on the blog page it only shows the reply comment box. Where it should be showing my entire post if I understand correctly.
What do you recommend now?