sleepw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Physical Pages, How?if it exists on the server, then it can’t be created by WordPress…excepting the fact that the database resides on the server.
So option 1 is you use WordPress pages…generated on demand.
Option 2: static html.
Only option 2 is physically on the server as a file. For example you can copy a file but you can’t copy a WordPress page in that manner.Forum: Fixing WordPress
In reply to: My posts are not showing up..help?you’re right…that makes sense.
Forum: Fixing WordPress
In reply to: Can I choose what category posts to show on the first page?Forum: Fixing WordPress
In reply to: Physical Pages, How?i do this all the time..but the *hard* way:
Save a sample page from your blog to your hard drive, strip out all the php, you now have an html template for static pages.Forum: Fixing WordPress
In reply to: Can I choose what category posts to show on the first page?i think there’s a limit-post plugin ..not sure.
Forum: Fixing WordPress
In reply to: Create a scrolling menustart by creating your menu..in plain html
Forum: Fixing WordPress
In reply to: Can I choose what category posts to show on the first page?Add the following line to Index.php (in your theme) in between the get header and have posts lines. using your categories numbers of course
`<?php get_header(); ?>
<?php query_posts($query_string . “&cat=-23,-20”); //Block categories 20 and 23 from main page ?>
<?php if (have_posts()) : ?>`
Forum: Fixing WordPress
In reply to: need help with blogyou’re very welcome
Forum: Fixing WordPress
In reply to: My posts are not showing up..help?ok i see..you KNOW that she is using permalinks
Forum: Fixing WordPress
In reply to: need help with blogi see a closing div…on the last line…do you have an opening one??
Forum: Fixing WordPress
In reply to: Fatal Error: Out Of Memory Line 1021is it serious?
failing memory could be a sign of alzheimer’sForum: Fixing WordPress
In reply to: need help with blogtry to make the video smaller in width to see if its breaking your style.
if not, post your code please – for the video in the sidebar..Forum: Fixing WordPress
In reply to: My posts are not showing up..help?don’t delete your .htaccess unless you know how to recreate it.
Forum: Fixing WordPress
In reply to: import mass data from static webcopy and paste.
this can help by doing batch conversions from html to text:
http://www.nirsoft.net/utils/htmlastext.htmlForum: Fixing WordPress
In reply to: Editing non-active templateyes.
if you don’t want your site down, then work offline with a WAMP.
http://www.wampserver.com/en/i suggest you use a text editor and FTP since it is much easier to undo a mistake.