jenyus
Forum Replies Created
-
Forum: Your WordPress
In reply to: My first WordPress sitelooks good! i love the minimalist colors and nice layout. one suggestion is to use images with smooth edges, the people in the header are a little jagged, IMO and that webinar image looks pretty low res. hi res images really add a level of professionalism and polish to the website. looks great though overall!
how long have you been doing web development for?
Forum: Networking WordPress
In reply to: disabling multisite with wp 3.0thanks!!
Forum: Networking WordPress
In reply to: disabling multisite with wp 3.0thanks michael! do you know what tables i need to remove from my database?
Forum: Fixing WordPress
In reply to: Virtual Classroom and online education?Thanks for the links! if anyone has any more specific info that would also be greatly appreciated.
Thanks!
Forum: Plugins
In reply to: paginate pages?so how does it divide up the page? the real estate plugin lists all the pages in the same way that wordpress lists the posts by default. you can see what i mean here: http://quailpropertymanagement.com/home/rentals. Here is an idea that i had that almost works:
I have this little bit of code to increment a counter.
i declare this before the loop:<?php $postnum = 1; ?>'
then this in the loop:
`<?php echo “listing number:” . $postnum++ . “
\n”;?>
<?php if ($postnum == 6)
echo “<!–nextpage–>”; ?>I did this so that on every 6th listing it would create a new page. but,
<!--nextpage-->just displays as a regular html comment when executed in the php file. what code does<!--nextpage-->pull? could i just stick that in?Thanks!
Forum: Fixing WordPress
In reply to: use <!–nextpage–> in page.php fileHi shane thanks for your quick reply. those werent quite what i was looking for. when you use the <!–nextpage–> within a page it seperates the page right there and any other content is viewable on site.com/page/2 for example. im trying to get it to break the page into two right at that point.
Thanks!
Forum: Fixing WordPress
In reply to: Make new pages automatically become child of another pageIf anyone knows how to do this it would be super helpful!!
Forum: Fixing WordPress
In reply to: Make new pages automatically become child of another pageanyone have any possible solutions?
Forum: Plugins
In reply to: Technician reportsThanks! thats great!
Forum: Installing WordPress
In reply to: moved wordpress and now 404 and 500 errorswow, i feel retarded. i never uploaded the index.php file. its all okay now! Thanks!
Forum: Installing WordPress
In reply to: moved wordpress and now 404 and 500 errorslol sorry, the page id is http://priorityteam.com/?page_id=659. just redirects to the homepage. does it make any difference that the under construction page is default.html?
Forum: Fixing WordPress
In reply to: %postname% permalink structure not working 404awesome thanks! ill check that
Forum: Installing WordPress
In reply to: moved wordpress and now 404 and 500 errorsyeah te first one is the default. the website is priorityteam.com and an example of a page that should work is: http://priorityteam.com/products
Thanks for all your help so far!
theres about 50k-60k people that visit this site per month so getting it up and running asap is a big priority for me.
Thanks!
Forum: Installing WordPress
In reply to: moved wordpress and now 404 and 500 errorsI reset the permalinks to default but now when i try and navigate to a page using the default permalink structure it just goes to the homepage and nothing else happens.
I followed those instructions when i moved it so im not sure if its a step that i missed. could be though, ill double check.
Also, whats weird is the 404s are the generic ones, not from wordpress.
Thanks for the suggestions though!
Any other ideas?
Forum: Fixing WordPress
In reply to: %postname% permalink structure not working 404ya i double checked all that and its all good. Any other ideas?