makemead
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Way to title posts using time stamp?I’d just modify the template to place what you want where you want it.
Forum: Fixing WordPress
In reply to: Changing dateCheck your index.php (the one in wp-content/themes/*template-name*/index.php, not the one in root) for something like this:
<?php the_time('F jS, Y') ?>or<?php the_date('F jS, Y') ?>
Take out the capital S.Or you can use
<?php the_date() ?>and it will be settable by using the Admin panel “Options” -> “General” -> “Date and time” section -> “Default date format” form fieldForum: Fixing WordPress
In reply to: How to translate date?Forum: Plugins
In reply to: Displaying a list of posts from one category on a page.Customizable Post Listing plugin kinda works, you just have to fix a few mistakes to get it to do what it’s supposed to do.
Forum: Plugins
In reply to: Displaying a list of posts from one category on a page.No go on the Customizable Post Listing plugin.
Any suggestions?
Forum: Plugins
In reply to: Displaying a list of posts from one category on a page.Trying Customizable Post Listings
Forum: Fixing WordPress
In reply to: Don’t want Posts on the HomepageHAHA. I couldn’t find it either. It’s very well hidden.
Forum: Fixing WordPress
In reply to: WP 2.1 – Posting ProblemThere is some talk about this in trac.
Forum: Fixing WordPress
In reply to: WP 2.1 – Posting ProblemWhat is odd though is that I cannot imagine the logic of this in the first place. Why would you want to change a div into p behind someone’s back?
I agree 100%. Changing div to p will break style sheets. Since there is no purpose for it, I’d say it needs to be nixed.
At least the trackbacks finally seem to be working. This issue will take its place in my regular complaints. :^D
Forum: Fixing WordPress
In reply to: <p> added to my postsThanks adriangab! ๐
Forum: Fixing WordPress
In reply to: Pages not foundHow did you know?
Honestly, it was a guess but it did happen to me before and re-clicking the permalink structure button worked. Glad I could help.
Forum: Fixing WordPress
In reply to: <p> added to my postsThat is VERY annoying! There should be a way to shut this off.
The worst part is that it even adds the <p> tag inside of other elements such as <dd>.
I guess what wordpress does it to try to keep the code semantic by placing a paragraph tag after two carriage returns. I wouldn’t mind so much if it closed it at the end but honestly, I’d like the option to control my own layout and leave the automatic stuff for the amateurs. ๐
Forum: Fixing WordPress
In reply to: Setting a Page to be the home page?Vielen Dank! ๐
Forum: Fixing WordPress
In reply to: Pages not foundGo into your admin panel under Options -> Permalinks and click the Update Permalink Structure button. See if that helps.
Forum: Fixing WordPress
In reply to: Weird Chars รขโฌโขWhat happens if you change your text encoding to utf-8?