Marcomail
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: why the upload images are 96 height ??I would send to editor the original image, i’m not interested to have the thumbnail…where i can set image dimension ??
Forum: Plugins
In reply to: extract the link from an articlebump, any idea ?
Forum: Fixing WordPress
In reply to: in_category doesn’t work with subcategoriesbump
Forum: Plugins
In reply to: extract the link from an articlebump
Forum: Fixing WordPress
In reply to: add a rss feed in an articlebut i can specific a different feed for every post ?
Forum: Fixing WordPress
In reply to: add a rss feed in an articlei would insert in an article a rss feed that show me the latest 5 posts from another site
Example:
article: opidAOIDHODFSflfajlfdjgkòg
skhsfaahfjfahfjkafhjafkhskj
dkfjklfhlfahfajfhfjhfaafjjf
ksjfkalfalkjafhfjfhjfhfjffhpost a comment | sdjhsghfgfh
here the latest 5 post from
an external feedForum: Fixing WordPress
In reply to: add a rss feed in an articleno, you have don’t understand…i would associate an external feed ??
Forum: Fixing WordPress
In reply to: add a rss feed in an articleI would associate to every article a specific rss feed….for example:
– i have an article that speak about cellular…i would have the possibility to associate an rss feed from another site that have cellular rss feed…have you understand ? Not based to the category, but to the articles
Forum: Plugins
In reply to: extract the link from an articleup
Forum: Plugins
In reply to: extract the link from an articlebump
Forum: Plugins
In reply to: extract the link from an articleok, i’ve solved….but why when i use doesn’t work:
preg_match(“#<a href=\”(.*)#”, $_POST[‘content’], $article);
if i delete \” the script works but it includes also the ” before the url…i would capture only the url
Forum: Plugins
In reply to: extract the link from an articlewhy this code didn’t work ? I’m trying to capture the text between “_”
function updateAutoMetaData($id) {
global $autometa;$current = get_post_meta($id, $autometa["name"]);
if (!isset($current) || (sizeof($current)==0)) {
//prepare the content
// $article = strip_tags($post->post_content);$article = preg_match("#_(.*)_#", $_POST['content'], $article);
$meta_exists=update_post_meta($id, $autometa["name"], $article);
if(!$meta_exists) {
add_post_meta($id, $autometa["name"], $article);
}
}
}Forum: Plugins
In reply to: New plugin: Post ThumbsIs possible create thumbs of external server image ? I host all the image in a different site, but i would have thumbs for this…is possible do it ?
Forum: Plugins
In reply to: Navigation for homepage that work with different loopbump
Forum: Plugins
In reply to: New plugin: Post Thumbsi’m trying the plugin in my apache local server:
domain name: localhost/domainname
Default image: https://localhost/domainname/wp-content/default.jpg
Full domain name: https://localhost/domainname
Base path: d:/programs/easyPHP1-8/www/domainname
When is create the pthumb, after i have submitted an article ? I try to submit an article but now wp doesn’t show me any article in the homepage…i must delete tb_post_thumb to whow it correctly…i don’t know why