danielpol
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Template] [Plugin: Custom Post Template] wp_get_theme errorupdating to the latest wp version will solve your problem. wp_get_theme() it’s implemented in 3.4 or so
Forum: Fixing WordPress
In reply to: User profile, remove personal optionsthanks kayjayone
Forum: Fixing WordPress
In reply to: User profile, remove personal optionsHey billgoldberg,
did you succeeded with that? I have the same issueForum: Fixing WordPress
In reply to: date.php – next link gets 404nobody ?
just a note
Search works fine with
<?php previous_posts_link(); ?>
<?php next_posts_link(); ?>Forum: Themes and Templates
In reply to: Vigilance theme – change header‘<?php bloginfo( ‘name’ ); ?>’ this outputs “Hello” which is the name of your blog
Forum: Themes and Templates
In reply to: Vigilance theme – change headerIt’s possible. Copy/Paste the code or just try until you get there 🙂
Forum: Themes and Templates
In reply to: Vigilance theme – change headerthe code you posted must be the from index.php or so
Please paste the code from header.phpForum: Themes and Templates
In reply to: Vigilance theme – change headerTry this
<a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><img src="<?php bloginfo('template_directory'); ?>/pathToImage/logo.png"/></a>
just replace/pathToImage/logo.pngwith the path to your logoForum: Hacks
In reply to: shortcode functionAh, it WORKS. Silly me 🙂
Thanks a lot shabar.
I owe youForum: Hacks
In reply to: shortcode functionForum: Hacks
In reply to: shortcode functionoops, sorry.
changed it now but still doesn’t work as expected
I get this<ul> <li>...</li> <li>...</li> <ul> <ul> <li>...</li> <li>...</li> the page content <ul>This is strange
Forum: Hacks
In reply to: shortcode functionshabar I added the 2 lines but bothing happens, it’s the same with or without the 2 lines.
Thanks for your time.Forum: Fixing WordPress
In reply to: how to display posts from category and sucategorywhen a parent category is selected
i mean when you click on it
what template is using this code?
this would be category.php
..but your solution actually works. Thanks alchymyth. I owe you.
And if we’re here maybe you can help me with my other issue. I have the calendar widget and i want to display the posts from a specific day.
I supose I’ll have to create date.php.Forum: Fixing WordPress
In reply to: different template to page content