Marcomail
Forum Replies Created
-
Forum: Plugins
In reply to: but feedwordpress cache rss feed ?if i try to updated feedwordpress says there are 0 new posts but i have 2 new fresh posts on feed….why this problem ?
Forum: Plugins
In reply to: [Plugin: GD Star Rating] Different rating based for categoryand what’s the category rating on gd ? So the onyl way i use wordpress function to show different loop based on category ?
thanks
Forum: Fixing WordPress
In reply to: Ping Service informationOk, maybe i don’t explain better my question.
WordPress when ping, send only title and url, or also the content ?
Forum: Plugins
In reply to: [Plugin: Efficient Related Posts] i don’t understand very wellSorry but my english is not very well so i don’t understand perfectly.
if i have a new posts called “test post” related to this 4 posts:
– Related post one
– Related post two
– Related post three
– Related post fourafter i have published the post and i enter in “Related post one” i will have a related post to “test post” ?
thanks
Forum: Plugins
In reply to: [Plugin: Efficient Related Posts] i don’t understand very wellThanks for the support Aaron! So everytime i publish an article it update all the old posts, and not the only i’m writting, i’ve understand right ? But for a related posts it’s enough only a tag ?
Forum: Fixing WordPress
In reply to: do not have some specific category post in other siteBut is it enough exclude posts from feed or is it necessary also disable ping ?
Forum: Fixing WordPress
In reply to: change “site admin” in “profile”No, the only way to modify “Site admin” it’s modify the core file
Forum: Fixing WordPress
In reply to: change “site admin” in “profile”i have only this
<li>|<?php wp_loginout(); ?></li> <li>|<?php wp_register(); ?></li>Forum: Fixing WordPress
In reply to: different number queriesat the moment 29
Forum: Plugins
In reply to: [Plugin: User Community] the images are all unmoderatedi’ve installed your capabilies plugin and i’ve solved the problem 🙂
thanks
Forum: Plugins
In reply to: [Plugin: User Community] why i don’t see the plugin to install it ?i’ve solved
Forum: Plugins
In reply to: NextGEN Gallery RSSbut it’s correct, so if a person add your rss feed receive a notification every time you add a photo.
You can create a new template page with a custom query that search topics that starts with the “Title” of the page (for example, the title will be named “A”)
Forum: Plugins
In reply to: NextGEN Gallery RSSTry this:
$title = html_entity_decode(stripslashes($image->alttext)); $desc = html_entity_decode(stripslashes($image->description)); $url = $site ."/snakes; $thumbwidth = $ngg_options['thumbwidth']; $thumbheight = ($ngg_options['thumbfix'] ? $ngg_options['thumbheight'] : $thumbwidth); $out = $indent . "<item>\n"; $out .= $indent . "\t<title><![CDATA[" . $title . "]]></title>\n"; $out .= $indent . "\t<description><![CDATA[<a href=" . $url ." ><img src='" . $image->thumbURL . "'></a>]]></description>\n"; $out .= $indent . "\t<link><![CDATA[" . $url . "]]></link>\n"; $out .= $indent . "</item>\n";change this in the last line of media-rss.php
Forum: Fixing WordPress
In reply to: Update an articlei don’t understand, if i update a post the published date it’s always the same.
For example, if i correct an article, or i add something to an article, is it correctly change the published date ? Or there is some way to know that i have modified the article ?