leogermani
Forum Replies Created
-
Forum: Plugins
In reply to: simple.. give php the category of current post – but it dont work!ps – .. Im not testing this ok.. it might not be exactly it, but this is the way…
Leo,,
Forum: Plugins
In reply to: simple.. give php the category of current post – but it dont work!cmon
global $wp_query; $curObj = $wp_query->get_queried_object(); $curObj = $curObj->ID; //or maybe post_ID .. post_id $categories = array(); foreach(wp_get_post_categories($curObj) as $cat_id) { $categories[] = get_cat_name($cat_id); }
Forum: Plugins
In reply to: simple.. give php the category of current post – but it dont work!ok,
sou you want a ready code…
you are lucky today:
global $wp_query; $curcat = $wp_query->get_queried_object(); $curcat = $curcat->cat_ID;
Then use this ID to get what you wanto from the category. The name, link.. etc.. with functions like:
get_cat_name
get_category_link
etc…cheers
Leo,,
Forum: Plugins
In reply to: simple.. give php the category of current post – but it dont work!This will only work inside the Loop
Forum: Plugins
In reply to: New Plugin: postTabsAll this plugin does is to split the content of a post into tabs. It will deal with any kind of information that you are ablo to insert on your post. So, if you have another plugin that allows you to insert what you want, this plugin will put it inside the tab..
Ill try to republish this…
Leo,,
Forum: Plugins
In reply to: New Plugin: postTabsHey..
Ive published this plugin 2 days ago and it is still not showing on the plugin directory. Is that normal?
Leo,,
Forum: Plugins
In reply to: New Plugin: postTabsIts hard to adjust the position of the tabs for every browser. I first tried using float: left and display: block – it looked ok in iE but not in firefox…
Its wierd Ive published the plugin here this morning and its still not available…
Leo,,
Forum: Plugins
In reply to: New Plugin: postTabsThanks cinematic,
It worked with a conditional comment for IE. I also tested on safari, IE7, knoqueror and Opera and its fine!
So I decided to release it again as 1.0 now! All testing and feedback are welcome.
Ive already uploaded to the wordpress plugin directory as well and it should be available soon. Meanwhile you can download it at the plugin homepage at:
https://pirex.com.br/wordpress-plugins/post-tabs/Im just not happy with the fact that self.focus(); is not working in firefox… wonder why…
Leo,,
Forum: Plugins
In reply to: New Plugin: postTabsSo a demo you have:
Forum: Plugins
In reply to: [Plugin: HTML Templates] Broken PackageOK. Its fixed.
Leo,,
Forum: Plugins
In reply to: Transmenu – JavaScript Errorhi guys,
This is probably because the names of the directories in the remote server are different from the local. Double check it.
See the comments from january 27 on the plugins page here:
https://pirex.com.br/wordpress-plugins/transmenuLeo,,
Forum: Plugins
In reply to: Quick Subscribehi officearrow,
Thats the idea of this plugin. Only capturing email adresses so you can use them with another plugin to send news or updates to your subscribers.
I made this plugin because I didnt find any easy way to do it. And I really didnt want people having to choose a username and receiving a password only to subscribe to a newsletter. They will never use this username or password: thats the idea.
Leo,,
Forum: Plugins
In reply to: transmenu plugin css helpcheck this page out:
https://www.ads-software.com/support/topic/135053?replies=4#post-680265Leo,,
Forum: Installing WordPress
In reply to: Vertical Menu [Plugin: Transmenu]Forum: Plugins
In reply to: Transmenu Errorhey guys,
I will turn my anti-spam off…
Ovidiu, this is an interesting question. If I have time Ill go after it. The language plugin should use some filter… it shoul be simple to resolve…
About IE compatibility have a look here:
https://www.ads-software.com/support/topic/135053?replies=4#post-680265Leo,,