daand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: First; weird url forward, now blank pages..#not super cache, but Quick cache is the plugin name..
Forum: Themes and Templates
In reply to: PHP code in template tagWhat if i want to exclude the current post in the get posts code?
$postslist = get_posts('numberposts=1000&order=ASC&exclude=....&orderby=date&cat=' . $cat_id);In which case … should be the current post ID.
The current post ID template tag is;
the_ID()I thought.I would very much appericiate it when someone could explain how it works, because i dont want to bother you every time..
Thanks in advance!
DaanForum: Themes and Templates
In reply to: PHP code in template tagEsmis solution worked!!
Thanks very much!!Forum: Themes and Templates
In reply to: Images display in themeI am sorry,
I will try:
http://www.daand.com/category/ontwerpen/flyers
Here, the image are not showing up..
I could be that it is just me, but the should be 4 pictures on each page, and when you mouse-over a overlay should apear (that is working)
But the images sometimes dont show up..
You can also try the next page, indicated by “Volgende pagina”.Hope it is a bit clearer now, thanks for reading, and helping!
Forum: Themes and Templates
In reply to: Decode Base64 Footer PleaseIs the code complete now?
http://mariskahoeve.nl/footer.txtForum: Themes and Templates
In reply to: Green Park 2 with Safari: no links!Try to deactivate all plugins, it may help.
If not, check style.cssForum: Themes and Templates
In reply to: Decode Base64 Footer PleaseThanks for the quick reaction!
I have checked and uploaded it again:
http://mariskahoeve.nl/footer.txt
This is the exact text from the footer.phpForum: Themes and Templates
In reply to: Decode Base64 Footer PleaseCan someone help me decode this:
http://mariskahoeve.nl/footer.txt
I want to add a banner beneath the footer, but it is decoded, and i dont know how to decode it… 🙁Forum: Plugins
In reply to: [shadow box] not workingWorking..
Didnt have a footer tag either..
Forum: Fixing WordPress
In reply to: Sidebar and footer gone..I solved it..
I removed everytinh after the image. I fount out that there was a code from a plugin to shorten the exerpt.
The code “<?php excerpt(’20’); ?>”
Created the error, so i changed it back to the original “<?php the_excerpt(); ?>”
So i will find a way to shorten the exerpt again.Thanks for the help everyone, especially Esmi 🙂
Forum: Fixing WordPress
In reply to: Sidebar and footer gone..The problem is there are a get footer and single..
<?php get_sidebar(); ?>
</div>
<div class=”clear”></div><?php include (TEMPLATEPATH . “/footer.php”); ?>
</div>I havent changed the websitelayout since 9 months..
Last week it was working fine..Thanks for yor reactions guys, you have som more hints?
Forum: Plugins
In reply to: Widget – only display child categoriesThanks!!
Very usefull!!!Can i remove the item “Categorie” which is displayed just above the child categories?
It has probembly something to do with the css, because i cant find it in the php code…
http://www.campingdestriene.nl/website/category/verblijfsmogelijkheden/camping-algemeenForum: Plugins
In reply to: Shadowbox not working in themeCould anyone have a look?
Forum: Plugins
In reply to: Shadowbox not working in themeNo-one?
Forum: Fixing WordPress
In reply to: next page error 404I know what the problem is;
When i delete the .htaccess i get this URL;
http://www.skydance.nl/category/nieuws2/page/2
And thisone works!!But when i refresh the page i get;
http://www.skydance.nl/nieuws2/page/2So the category before is gone, this one Doesnt work..
So just link to the good URL and your problem is solved!Thanks!