87rounds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar links & RSSwhat some people do is they set up another external WP blog or subscribe to https://del.icio.us/ . by setting up another wp blog you can parse the feeds from the other blog and show them on your main blog
Forum: Fixing WordPress
In reply to: Dynamic content to static pageYou can use pages to display dynamic content by creating the template with dynamic content.
Forum: Fixing WordPress
In reply to: Creating about.php with Mallow after 1.5 upgradeif your server has mod_rewrite enabled you can change your permalink structure to look like what you want it. For example, mine: https://87rounds.com/minutes/absolute-linking/
which is a link page made from the new page function and the minutes folder is my root.The first thing you have to make sure of is having a .htaccess and having its permission set to 666 so that it is user rewriteable. Then you go to:
Options > Permalinks>
then change your permalink structure to :
/%year%/%monthnum%/%day%/%postname%/
then just click on the button at the bottom to update your permalink struckture.
Forum: Plugins
In reply to: Gravatar pingGravatar.com is back up again, but I might give Chris J davis a try, But he might be too busy.
Forum: Plugins
In reply to: Gravatar pingActually, Gravatar already has a solution for those who dont have gravatars.
<img src=”<?php gravatar(“R”, 40, “https://87rounds.com/minutes/wp-content/themes/minutes/who.gif”); ?>” alt=”Gravatar” />
However, if the gravatar site isnt up the default gravatar doesnt show up.
Forum: Plugins
In reply to: Gravatars and Strayhornoh, what you have to do is switch templates and switch it back to your previous template for the new php to work.
Forum: Your WordPress
In reply to: Classic Theme ModifiedYeah, dont worry bout it.
Forum: Your WordPress
In reply to: Classic Theme ModifiedIm not really sure if the old classic theme in versions 1.2 > was called gemini.
But I used the 1.5 version of the classic theme to make what i have up now temporarily.
Forum: Your WordPress
In reply to: Classic Theme ModifiedWhat new Classic theme?
Forum: Your WordPress
In reply to: Classic Theme ModifiedNope, I really modified the CSS of the original classic theme by Dave Shea if you look at it closely in the CSS and just did one modification to the footer to include some respect, where the respect is due.
https://87rounds.com/minutes/wp-content/themes/minutes/style.css
https://87rounds.com/minutes/wp-content/themes/classic/style.cssAnd I didnt rip off any Kubrick V2 CSS, I just eyeballed everything else from it. It says that in the footer anyways.
The thing I was trying to to was to see how really flexible the old classic theme was. You can even just paste in the modified CSS into your classic theme without changing anything from the template and end up with what I have right now.
By the way, look at the footer, its been there since the beggining.