puppy18
Forum Replies Created
-
Forum: Plugins
In reply to: Customizable Post Listing Working with 2.1?anyone found the solution to this problem yet?
please advise.THanks.
Forum: Themes and Templates
In reply to: An XHTML Error I don’t understand<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” xml:lang=”en”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<link rel=”shortcut icon” href=”favicon.ico” >
Doctype and favicon link are two different header entities.Forum: Themes and Templates
In reply to: Daily Misery themesomeone posted a very good tutorial in the post comment section regarding the ajax stuff. It’s a good read ??
Forum: Themes and Templates
In reply to: WordPress 2 Theme CompetitionI think his site is back up again. https://kcyap.com
For those sponsors and theme designers, maybe you can ask him questions about the competition there.
Forum: Themes and Templates
In reply to: Daily Misery themeThePawSpa – actually a person commented on my blog that no plugin is needed to post an image on the left side for every post.
Bhoney – that’s why i included the psd. file. ?? You can make changes with the psd file.
Pezastic – i used slideshowpro for my image gallery.
Thanks for the nice words guys.
Forum: Themes and Templates
In reply to: Daily Misery themeHmm, i just realized something – should’ve removed those page link from the navigation. All of em point to my site. Oh well~
Forum: Themes and Templates
In reply to: Daily Misery themebasically you install the custom plugin, and in your custom field key, put ‘image’. For the value, put your image tag, like
<img src=""..... />
Forum: Themes and Templates
In reply to: Daily Misery themehehe, thanks
Forum: Your WordPress
In reply to: I’m blogging about WordPressToo many words…
Which is good content-wise. But you need to give the words some space to breath. Add some paddings, whitespaces and organize it accordingly.
You dont have to cut it down, just a little bit of reorganizing and playing with the typo :).
Forum: Themes and Templates
In reply to: Supposedly Clean – theme release.Fix some bugs and repatch the download. Thanks to Max and Leia for the quick feedbacks!
Forum: Themes and Templates
In reply to: Supposedly Clean – theme release.Yeah. That is not for sale, unfortunately :).
Forum: Themes and Templates
In reply to: Changing link colors and underlineswell you can use the css selector.
say if your html tag is like this:
<div class=”post”>
asdkjas asdadas as
</div>
<div id=”sidebar”></div>Then you can make changes to the link in the ‘post’ area only by using something like this:
.post a{
text-decoration:none;
}That way it wont affect the sidebar css link properties. Hope that helps.
Forum: Fixing WordPress
In reply to: Need helping making iframebasically you can just do it like normal html.
<iframe>
<php? blabla(); ?>
</iframe>Put whatever wordpress’s php tags there to display whatever you want ^_^.
Psst: Dont tell anyone I teach you how to use iframe cuz most ppl here hate it since it is not search engine friendly, inaccessible and one too many scrollbars. Ciao~
Forum: Fixing WordPress
In reply to: WP 2.0 slow on Win2003, cache not working?try to cut down the number of pinging services you have in your option page.
*in fact i deleted all of them, even ping-o-matic*
Forum: Everything else WordPress
In reply to: Is wordpress ADA compliant?Stay away from iframe and flash just to be on the safe side. And you can download firefox screenreader extension to constantly test your site content to see how the real screenreaders will read your site content.
And of course, keep the code-to-content ratio low in your source.