sngsl
Forum Replies Created
-
Forum: Plugins
In reply to: eBay / Amazon affiliate plugins?Hi H3ODST,
I was finding that kid of plugin last days and only found one plugin that can use for affiliate things…
Try WP ROBOT 3
Hope this will help you…
Forum: Fixing WordPress
In reply to: Please need help with IMDB info…Thank you so much Webjunk,
I’ll try as you explained and post comments here…
Thank you so much for fully understandable help.
Forum: Fixing WordPress
In reply to: Please need help with IMDB info…Hi Webjunk,
Thank you so much for the reply. i’m using IMDB Tag Plugin i downloaded from https://www.fots.nl/index.php/imdb-tag/
please explain i don’t have any idea with turning off cache and etc.
Thank you..
Forum: Fixing WordPress
In reply to: Please need help with IMDB info…Can anybody help me with this please?
Forum: Fixing WordPress
In reply to: Please need help with IMDB info…Can anybody help me with this please?
Forum: Fixing WordPress
In reply to: Please need help with IMDB info…Hi guys,
My problem solved after
replace
<?php
if (is_home()) {
query_posts(“cat=-14,-16”);
}
?>To
<?php query_posts($query_string . ‘&cat=-14,-16’); ?>
Thanx
Problem Solved after replace
<?php query_posts($query_string . ‘&cat=-14,-16’); ?>
to
<?php
if (is_home()) {
query_posts(“cat=-14,-16”);
}
?>Thanx
Forum: Fixing WordPress
In reply to: How to intergrate Read More Image?It’s Works 100%. Thank you so much jonimueller.
Forum: Plugins
In reply to: [TEXT EXPAND PLUGIN] Where can I find that?Hi GenerationV,
It’s seems you didn’t got a solution for long time…
If you still need that kind of plugin you can get Text Expanding Plugin by following the link bellow.
https://www.dagondesign.com/articles/expanding-text-plugin-for-wordpress
If you have any question feel free to ask I’ll help you as i can, I’m using this almost 2 months…
Enjoy…
Forum: Fixing WordPress
In reply to: How to add image or icon to permanent link?Hi RVoodoo,
Thank you so much for your quick response..
I’m using a Page Template (only show post from 1 category) and I’m only need one small image showing with the permanent link with post title.
i this time my site is under developing and it only have a coming soon page.
please be kind to ask necessary information and I’ll provide them..
if you have enough time please make attention for my other questions also.
Thank you
Forum: Fixing WordPress
In reply to: How to intergrate Read More Image?Hi guys…
Can anyone suggest me another way or another codes?
I tried the codes given by jonimueller but it didn’t work for me. don’t know that i had a mistake or not.. please help me…
Thank you…
Forum: Fixing WordPress
In reply to: How to intergrate Read More Image?Hi jonimueller,
I tried your codes but it’s not working for me…
can you tell me whats wrong please…
Thanx
Forum: Fixing WordPress
In reply to: How to intergrate Read More Image?Hi jonimueller,
Thank you so much for your quick response.
I’ll try it and post a result here soon…
please post anyone have a other ideas about it…
Thanks…
Forum: Fixing WordPress
In reply to: How to link page with sidebar widget category link?Yes threestyler,
Thanks for remind me that, The Plugin Name is
category redirect2
You can Download it by this link
https://wpjudge.com/wp-content/uploads/2010/01/category_redirect2.zip
This pluging was worked for me with WordPress 2.9.2
Enjoy..