Martin Hasan
Forum Replies Created
-
Forum: Plugins
In reply to: [Taxonomy Images] Use outside taxonomy term archive page templatesNo, this is basically from me trying everything possible. Ended up being more simple than anything else.
Forum: Plugins
In reply to: [Taxonomy Images] Use outside taxonomy term archive page templatesI’ve finally figured out how to get the category images for each individual post.
<?php print apply_filters( 'taxonomy-images-list-the-terms', '', array( 'after' => '</div>', 'after_image' => '</span>', 'before' => '<div class="my-custom-class-name">', 'before_image' => '<span>', 'post_id' => $post->ID, 'taxonomy' => 'YOUR-TAXONOMY', ) ); ?>
Just replace “YOUR-TAXONOMY” with whatever you custom taxonomy is.
Forum: Plugins
In reply to: [News-Ticker] how to use 3 news ticker for 3 different category.Looking for the same thing here! Just wondering how can I make the first news article to load with the page? It looks like the first item is empty and then it scrolls to the first news item. Any clues?
Forum: Fixing WordPress
In reply to: Duplicate postsEach “module” is in a function.
Forum: Fixing WordPress
In reply to: Duplicate postsThe thing is I’m working off a theme. Each of these sections are called as a module. Every module is located inside “module.php”.
Forum: Fixing WordPress
In reply to: Fatal error: Out of memory@phe.le I’ve tried all that. But I’m still getting an error…
Forum: Fixing WordPress
In reply to: Fatal error: Out of memoryFirst of all thanks for the quick reply!
That’s the the weird thing, I’m only using 2 plugins! I guess I have to give my hosting a call.
Forum: Plugins
In reply to: Contact Form 7 Calendar CF7I’m also having the problem problem, I see the calendar, I can pick a date but it won’t come up once I read the email.
Is there a special tag for the email body? Thanks.
Forum: Fixing WordPress
In reply to: Plugin editor isn't working.Is there something else to do that maybe I missed?
Forum: Fixing WordPress
In reply to: Plugin editor isn't working.Yeah, I’ve tried all that and still nothing.
Forum: Installing WordPress
In reply to: Error in MySQLThank you. Very helpful.
Forum: Installing WordPress
In reply to: Error in MySQLDoes that help?
Forum: Installing WordPress
In reply to: Error in MySQL— phpMyAdmin SQL Dump
— version 2.8.2.4
— https://www.phpmyadmin.net
—
— Host: localhost:3306
— Generation Time: Sep 29, 2009 at 10:45 AM
— Server version: 4.1.20
— PHP Version: 5.0.5
—
— Database:foster_wordpress
—
CREATE DATABASEfoster_wordpress
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USEfoster_wordpress
;— ——————————————————–
Forum: Installing WordPress
In reply to: Error in MySQLBasically I have an SQL back-up file of a previous installation of WordPress and I’m trying to move it to another server. When I try to upload the back up I get that error.
Forum: Installing WordPress
In reply to: Error in MySQLPhpmyadmin. It’s a back-up sql file.