quike
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: How to add different header image for every pageI used marcovidor’s solution
<div class="banner"> <?php if(get_post_meta($post->ID, 'banner', true)) : ?> <img src="<?php echo get_post_meta($post->ID, 'banner', true); ?>" /> <?php else : ?> <?php the_title(); ?> <?php endif; ?> <div>and with some hacking (had to erase a default header that my theme got built in to the functions.php file & adapt widths of the header) got it to work great!
Forum: Plugins
In reply to: New Image on each page for headeri’m gonna try what it says under:
Forum: Plugins
In reply to: Caution Gengo 2.5 carahed your wordpressRegarding my post here, I guess the issue could be the same as you stated above. Nevertheless, I tried to move the line you say above in Now Reading (looks like this: load_plugin_textdomain(NRTD, $path);), but the two are still not working together. Any clues? Grazie e a presto!
Forum: Plugins
In reply to: [Plugin: Gengo] Locale check during file upload; correcting is_excluded_urlPixline, do you have any clues why Gengo won’t work with another plugin? in my case specifically, Now Reading.
Any help will be greatly appreciated. Grazie!
Viewing 4 replies - 1 through 4 (of 4 total)