Search found 3 matches
- Thu Sep 03, 2009 6:54 pm
- Forum: PHP - Code
- Topic: multiple pages menu not showing?
- Replies: 0
- Views: 197
multiple pages menu not showing?
Hello all, I'm trying to run some php script in wordpress and have implemented a plugin to allow this. Everything seems to work fine except the menu at the top of the page does not show up? For example: <back> 1 2 3 <next> (does not show on the page) the code I'm using works fine on a normal php pag...
- Mon Mar 16, 2009 4:20 pm
- Forum: PHP - Code
- Topic: Limiting Records Displayed
- Replies: 3
- Views: 185
Re: Limiting Records Displayed
Hi,
If you can find this on your page:
$limit = 12;
Just change it to this:
$limit = 6;
If you can find this on your page:
$limit = 12;
Just change it to this:
$limit = 6;
- Mon Mar 16, 2009 3:36 pm
- Forum: PHP - Code
- Topic: problem with php email alert?
- Replies: 1
- Views: 142
problem with php email alert?
Hello all, I'm having a problem with my php code. I have it set up to alert me by email when there are no products or results in a particular category, but I'm getting alerts even when there are results. Does anyone have any idea why this would be happening? I keep getting emails that there are no p...