basketball
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Safari Specific Hacks“What usually renders well in FF redners well in Safari.” That’s usually always true, strange thing is this is the first time my site has looked that bad in safari. Anyways how would a I feed a different stylesheet for Safari?
Forum: Your WordPress
In reply to: WordPress in Flash? Lets see somebody beat thatThe website looks really nice but I really dislike how you have to scroll to see the rest of the posts.
Forum: Fixing WordPress
In reply to: HTML source code?You can just edit in FTP and close it expecting it to be fixed. Unless you are on windows default ftp client you have to download edit save then reupload.
All the <head> stuff is in your index.php OR linked from the index.php file. To find it:
1) Open your index.php file, look for the code similar to
<?php include “a long directory/header.php”; ?>
2) Look at the the file listed (header.php) for the <head> tags. If it’s not there look at the nest php include and so on and you should find itForum: Fixing WordPress
In reply to: Disabling the user from changing font sizes?Oh that makes sense, thanks for the clarificatoin lawtai
Forum: Fixing WordPress
In reply to: HTML source code?Look at your index.php file from top to bottom if you see the <head> meta tags title and stuff near the top just add the javascript between the heads tags. If it jumps from including wp-blog-header.php to the
<?php if (have_posts()) : ?>(main content) with a few include lines in between I would look in the files that the index.php is including them in. For example I have index.php which has an include to header.php and mainmenu.php and all my javascript code is in the header.php file.As for the FTP, you could download/edit/upload but i find it easier to just edit the file from wp-admin if it’s just adding a piece of javascript code.
Forum: Fixing WordPress
In reply to: List pages by recently modified on sidebarAwesome, thanks a lot both of you guys 🙂 Man Scott you are one talented plugin magician
Forum: Fixing WordPress
In reply to: Disabling the user from changing font sizes?That’s odd lawtai, my site uses almost all em declarations and it still isn’t resizable in IE.
Forum: Fixing WordPress
In reply to: List pages by recently modified on sidebarHrm, well I am currently using the customizable most listing by Scott Reilly from this URL http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/
Would there be a way to incorporate pages instead of posts into that plugin somehow?
Forum: Fixing WordPress
In reply to: monthly archives – not all posts showing upRight into the plugins folder, activate and you only change that one integer 🙂
nvm. looked at your site, glad you got it working.
Forum: Fixing WordPress
In reply to: HTML source code?If your using wp 1.5 you have to go to your blog directory > wp-content > theme > default or whatever your using and edit the PHP
if your using WP 1.2 the fiels should in your blog directory
Or you can login to your admin panel go to themes then theme-editor
If you want to change the look modifity the stylesheet (wp-layout.css or style.css). The other files usually vary, if you want to change the menu on the side look for sidebar.php, if you want the main index look for Main Template or index.php
Forum: Fixing WordPress
In reply to: HTML source code?You go to your blog, then you click on view then source (if on Internet Explorer) or page source (if on firefox)
Forum: Fixing WordPress
In reply to: monthly archives – not all posts showing upA plugin would be your best bet. On my site I have 9-10 posts per page on archives and 3 on the front page using this plugin.
http://rephrase.net/miscellany/05/perpage.phps
All I did was set the number of posts per page to 10, and then using the plugin I indicated I want 3 on the front page.
Forum: Fixing WordPress
In reply to: monthly archives – not all posts showing upWhat’s your website? Lemme have a look, could just be the amount of posts you have per page on.
Forum: Fixing WordPress
In reply to: Disabling the user from changing font sizes?Just a thought. You can add a font changer and make put in the options which won’t break your layout but still let the user change font size.
Forum: Plugins
In reply to: Wp list pagesWell I am going to have over 100 pages (hopefully) since I am using wordpress more of a cms then a blog, so I wanted something that would show the pages that were just added or modified on the sidebar.