Marcomail
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: rss feed (conditional tag)none ?
Forum: Fixing WordPress
In reply to: rss feed (conditional tag)Could you give me the exact code, i’m not a programmer.
i think this is the code to modify:
<?php if (get_settings('rss_use_excerpt')) : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php else : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php if ( strlen( $post->post_content ) > 0 ) : ?>
<content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
<?php else : ?>
<content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
<?php endif; ?>
<?php endif; ?>Forum: Fixing WordPress
In reply to: rss feed (conditional tag)But i can do it ?
Forum: Plugins
In reply to: Someone can do it for money ?up
Forum: Fixing WordPress
In reply to: rss feed (conditional tag)up
Forum: Fixing WordPress
In reply to: rss feed (conditional tag)help
Forum: Plugins
In reply to: an image for new post in a categorynone ?
Forum: Plugins
In reply to: Someone can do it for money ?none ?
Forum: Fixing WordPress
In reply to: rss feed (conditional tag)none ?
Forum: Plugins
In reply to: Someone can do it for money ?yes, but this ICON will be taken from the feed and cropped, it’ll be different for every post
Forum: Plugins
In reply to: Someone can do it for money ?Are youuuuuuuu read this post ? Answer me
Forum: Plugins
In reply to: Someone can do it for money ?none ?
Forum: Plugins
In reply to: [Request] A thumb up and down pluginI search the same script π
Forum: Plugins
In reply to: click counter and log serverbumppp
Forum: Plugins
In reply to: feedwordpress permalinks options ‘original website’ and ‘this website’i have find the same problem some time ago.
Could you check if the navigation menΓΉ in the single page (next and previus) work good when you try to use permalink to “Original website” ?