jetshack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is there any easy way to delete blank lines in css stylesheet?Forum: Fixing WordPress
In reply to: Force page reload on every visitForum: Requests and Feedback
In reply to: Want an option to forward a blog posting via e-mailForum: Fixing WordPress
In reply to: Force page reload on every visitFor static sites, if the content of your site has changed then the visitor should see the latest content. I THINK their browser will compare the cached doc time stamp vs the time stamp on the file on the server, if they’re the same then it loads the cached doc otherwise it grabs the newer version off the server.
For WordPress sites the index.php is being generated dynamically so it will always load from the server…
To reload a page at a set in terval add this to the head
<META HTTP-EQUIV="refresh" CONTENT="XX">
change XX to the number of seconds you want to to wait between refreshes… Don’t know how that would be of benifit to most sites (maybe stock tracking)…
Or you could put a link on the page telling them to refresh it at their leisure with something like this
<A HREF="javascript:history.go(0)">Refresh</A>
or you could do it with a button….
<FORM> <INPUT TYPE="button" onClick="history.go(0)" VALUE="Refresh"> </FORM>
Forum: Fixing WordPress
In reply to: Arranging menu buttonslink to site… along with what order you’re wanting your links in.
Forum: Fixing WordPress
In reply to: Unique design for each page – is this possible?you can do this with page templates.
Forum: Fixing WordPress
In reply to: Remove all possibility to commentfirst suggestion would be not to disable comments but to use something like akismet…
if that’s not what you want, pull out the calls to comments out of your template files
Forum: Fixing WordPress
In reply to: Few probsForum: Fixing WordPress
In reply to: Few probsForum: Fixing WordPress
In reply to: Few probs3. delete comments.php alltogeter and see what happens… it should used the index template if it doesn’t find a comments template.
Forum: Fixing WordPress
In reply to: Add “Home” and “Forum” buttonlink?
Forum: Themes and Templates
In reply to: How to create a static page like the themwhy not just create a static page in wp?
if that’s not an option copy the source from the page which you’re wanting to mimic and edit accordingly.
Forum: Fixing WordPress
In reply to: Link Back to main sitereproduce your sites theme on your blog so that it looks seamless… structure links accordingly…
where a phsically located doesn’t matter.
without specifics that’s as general as I can be.
Forum: Themes and Templates
In reply to: job offer : making wordpress themeballpark range of what you’re willing to offer?
Forum: Everything else WordPress
In reply to: Advice in Setting-up site/blog/online-portfolioYou’ll probably do just fine with one copy of the software running, then set up different categories for academic and non-academic works.