Posted in Development, Wordpress on Aug 6th, 2007
Hey everyone! I am currently updating my WP-Backlinks plugin and adding more features. I have gotten a lot of great feed back from everyone and I have a good idea of what everyone wants me to add. I am also writing two other plugins that are pretty cool. One of them is a DMOZ style […]
Read Full Post »
Posted in CSS on Aug 4th, 2007
.wp_def {
font-size:10px;
color:#000000;
}
.wp_def_li {
margin-top:-3px;
}
CSS “Cascading Style Sheets” is a way to design a style websites. it was designed to enhance the look and layout options availible for website1. Also reducing the code by hacing a style sheet that defines your websites layout2 and styles. This eliminates redundant code on each one of your websites pages. Having […]
Read Full Post »
Posted in PPC on Aug 4th, 2007
You have probably seen the words ads by Google all over the web. Why are so many webmaster turning to Google to make money off their sites? The relevance of each ad to the content on the page is like no other. Google in my opinion has the best ad program around. Let’s say you […]
Read Full Post »
Posted in Development on Aug 2nd, 2007
Function - wp_trim_excerpt()
Description - If there isn’t an excerpt for a post this function will create one. It takes the post and strips all the tags out of it so that it is just text. Then it limits the length of it so that you will have a the first 55 words of a post. […]
Read Full Post »
Posted in Development on Aug 2nd, 2007
I just started a new category that is going to benefit everyone that wants to code plugins, themes, or modify the functionality of wordpress. I plan on going over the architectures wordpress uses and every function that is used. Wordpress is setup to be able to be modified easily through the use of plugins, but […]
Read Full Post »
Posted in Wordpress on Aug 1st, 2007
I have been developing in php and making websites for about three years now and I am glad I ran into wordpress. I have started building all of my websites using wordpress because of how well written it is. I haven’t found anything else that has a better plugin or module system or a better […]
Read Full Post »