cyanalab
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Insert (few) ads in between the posts on the homepageCogmios,
Thank you for your answer, but im not sure i see what you mean?
Should i do :
<?php $postnum = 1; $showads = 3,6,9; $counter = 1; ?>
or
<?php $postnum = 1; $showads = 3; $counter = 1; ?>
<?php $postnum = 1; $showads = 6; $counter = 1; ?>
<?php $postnum = 1; $showads = 9; $counter = 1; ?>before the loop, and 3 times the code
<?php if ($postnum == $showads) { ?> <<ADD ADVERTISING HERE>> <?php } $postnum++; ?>
<?php if ($postnum == $showads) { ?> <<ADD ADVERTISING HERE>> <?php } $postnum++; ?><?php if ($postnum == $showads) { ?> <<ADD ADVERTISING HERE>> <?php } $postnum++; ?>
im not super efficient with php as you can see.
thank you for your helpForum: Fixing WordPress
In reply to: 500 error when updating *some* usersthanks Milamber – im guessing its the issue i have then – i just reactivate the plugin and update our users profile and everything is fine !
Thanks !
Forum: Fixing WordPress
In reply to: wp-cron.php gives 404 & Blog SlowIm having the same issue !
And it looks that nobody has answer to it !My host ( mediatemple ) told me that there is script that is calling wp-cron.php to this path ‘/var/www/html/’. Its is the wrong path, the path should be : /var/www/vhosts/”domainname.com”/httpdocs/wp-cron.php
Where can I change the incorrect path ?
Would LOVE some help on this..
Anyone ?
Forum: Fixing WordPress
In reply to: Posting my blogroll to a pageThats great and its working for me, but is there a way to style this page ?
Forum: Installing WordPress
In reply to: Installed fine, dashboard area fine, home page is blankI have a similar problem,
When I got a blank page, I go in the admin section and reselect ( the same ) theme. The its fine, but only for a few moments, let’s say i check it few hours after and the blank page is back. Dont know what to do ?If someone can help that would be really appreciate. Thanks
Forum: Installing WordPress
In reply to: Blank page instead of my home pageI have a similar problem,
When I got a blank page, I go in the admin section and reselect ( the same ) theme. The its fine, but only for a few moments, let’s say i check it few hours after and the blank page is back. Dont know what to do ?If someone can help that would be really appreciate. Thanks