fkranjce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Conditional Tags on Attachment Page<?php if( !in_category(‘257’) ) : ?>
code
<?php endif; ?>
I use that code in header.php but when i click on image attached to post in category 257 it don’t work. It don’t behave like that image is in category 257.
Any way to test if image is attached to post in specific category?
Forum: Fixing WordPress
In reply to: Customizing the Read MoreThank you. It works.
Forum: Plugins
In reply to: ads after breakOK…i’ve found possible solution in my older post with same questions. Sorry for not searching it before i’ve post this.
Forum: Plugins
In reply to: ads after more tagNo one knows?
To clarify. Need some plugin which automatically add to all posts code in new line just after more tag (if it is present in post)
Forum: Plugins
In reply to: ads after more tagPlugin is not working for me 🙁
Any other similar plugin?
Forum: Plugins
In reply to: ads after more tagI’ve found what i was looking for
http://rudd-o.com/projects/wordpress-intelligent-content-ad-insert/
Forum: Fixing WordPress
In reply to: How to change the “more…” link… to say something elseOK than. I’ve backup original post-template.php as i don’t want to change it globally.
Now….my feed in feedburner is from feed-rss2.php so i guess i need to change something in there.
So..in that file i have this line mentioning the_content()
“<content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>”
In that line all i need to do is add parameter in the_content() like this
<?php the_content(‘Read on…’); ?>
Is that right way to do it?
Forum: Fixing WordPress
In reply to: How to change the “more…” link… to say something elseThx…i will try change it in post-template.php. I guess that will change only text in feeds as for web read more tag is changing in theme. Right?
Forum: Fixing WordPress
In reply to: How to change the “more…” link… to say something elseThx for a link.
I will try it but still i would like to know (and i guess it is possible) in what file i can change that manually.
Forum: Fixing WordPress
In reply to: How to change the “more…” link… to say something elseHi,
Anyone know if that is even possible to change?
Forum: Fixing WordPress
In reply to: How to change the “more…” link… to say something elseHello,
I am posting in old thread as i have same question. IN that article i’ve changed Read more but that is only for web pages.
Is any way to change text in rss feed. Now it shows (more…) and i want to change that text.
I am using feedburner to process my feeds but i guess that (more…) part is made by wordpress.
Forum: Installing WordPress
In reply to: Manage Categories leads to blank page.I don’t know if this is related but after i’ve disabled spam karma plugin (latest version) i again can access manage section in admin panel.
Forum: Fixing WordPress
In reply to: blank page at first load (new wp-cache)Anyone?
Any ideas? I’ve tried to temporary disable wp-cache but my cpu load jump to 20. I need it to work 🙂
Forum: Fixing WordPress
In reply to: blank page at first load (new wp-cache)My php is 4.3.9
Is it possible that this new version which fixed blank page issue (clean->flush) is now not owrking on older php instalations?
Forum: Plugins
In reply to: show/hide textOK….i’ve found it.
<?php if( !is_single(‘xxxxxx’) ) : ?>
~ your ad code goes here ~
<?php endif; ?>That ‘xxxxxx’ should be title of post. Is it possigle to make it to search for one word anywhere in title.