zecke
Forum Replies Created
-
Forum: Themes and Templates
In reply to: get_the_attachmentOk. I found the answer:
<?php $attachment_link = wp_get_attachment_link($image->ID, 'large'); ?>Forum: Themes and Templates
In reply to: Images like wikipedia in wordpressThank YOU 🙂 I forgot that it`s possible 🙂
One more thing:
What I’m trying to do is change the link to the main attachment page in WordPress. Basically, I’m trying to change the word attachment to media.
I’m trying to change:
example.com/parent-category/child-category/post-slug/attachment/attachment-name/
to:
example.com/parent-category/child-category/post-slug/media/attachment-name/
Thanks in advance for any help on this.
I tried this solution but it didnt work – http://stackoverflow.com/questions/4532508/how-to-change-the-attachment-url-in-wordpress
Forum: Themes and Templates
In reply to: Display only 3 items from the loop and then "read more"Hi
Thank You for Your answer. It
s a good idea, but I need to make sure that google bots (I care only about them) see whats in hidden div.And again – I`m not a php programmer, so I need more detailed help ( I mean code : ) )
Forum: Themes and Templates
In reply to: Put some html code after third item in the loopOk. Thanks. I posted it as a new one
Forum: Themes and Templates
In reply to: Put some html code after third item in the loopAnd I got another problem with the same code and I can`t figure it out.
I need to change this code to show only 3 first items from the loop. Then after those 3 items I need something like “read more” link and after clicking that I want to get rest of the loop.
Of course even wihtout clicking “read more” all items from the loop suppose to be visible in source code for bots to indexing.
If You know how to help me, do not hesistate 🙂
Thanks
btw. I`m in love with WordPressForum: Themes and Templates
In reply to: How to get the_title(); as a single tokenIt`s working 🙂 Thank You 🙂
Forum: Themes and Templates
In reply to: Excerpt of category_descriptionI used wp_trim_words(). Thank You
Hi Michael.
I also need Your plugin work on category page. Is it possible ?
I got custom category page with lot of <h2> subtitles and I need table of content for it
Thanks in advance