edinchez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Showing random posts instead of first posts from custom taxonomyIt doesn’t work, sadly. This is what it looks like right now:
$doctors_arguments = array( 'post_type' => 'doctor', 'orderby' => 'rand', 'posts_per_page' => 3, 'paged' =>$paged ); $doctors_query = new WP_Query( $doctors_arguments );It still shows only the first three posts. I also tried replacing “$doctors_arguments” with all the parameters directly, without any luck.
Any ideas?
Forum: Fixing WordPress
In reply to: Get featured image url and link to itWorks perfectly! You are a life saver! Thank you very very much.
Forum: Fixing WordPress
In reply to: Get featured image url and link to itI’m not sure if you noticed, but there’s more to the code than that <div> element. The format I pasted it in is wrong, and I’m sorry for that. Here’s the particular piece of code I need to change:
<?php $image_id = get_post_thumbnail_id(); global $gallery_image_size; $featured_image = wp_get_attachment_image_src( $image_id, $gallery_image_size ); ?> <a href="<?php the_permalink(); ?>"><?php echo '<img src="'.$featured_image[0].'" alt="'.get_the_title().'">'; ?></a>Especially this:
<a href="<?php the_permalink(); ?>"><?php echo '<img src="'.$featured_image[0].'" alt="'.get_the_title().'">'; ?></a>Awesome! Hope it won’t take too long for the next version.
Nevermind, fixed with some CSS.
Forum: Plugins
In reply to: [WP FB Like] [Plugin: WP FB Like] Centering the button in manual positionNevermind, fixed the position with some css help and by changing the width of the button in the settings, but I’m still having problems with the color scheme. Any help with that?
Forum: Fixing WordPress
In reply to: Problem with the search baroh, looks like the problem was my theme’s searchform.php! Thanks a lot!
Forum: Fixing WordPress
In reply to: Changing comments_popup_link url?anyone??
Forum: Plugins
In reply to: Category Posts plugin not showing posts in homepageplease anyone, i really need this before tomorrow…
Forum: Plugins
In reply to: Category Posts plugin not showing posts in homepageanyone?