senthilmaster
Forum Replies Created
-
Ok thank you for the reply.
Forum: Plugins
In reply to: [Insert Pages] Using wordpress excerpt and changing "read more"Thanks Paul!
However I would like to use the <!–more–> markup you can add in your page content as the excerpt length, not a fixed word number.
Is that possible?I’m not good with writing functions, I was hoping for an option to change “read more” inside the shortcode… Same for the formatting.
Are you thinking of adding those options to your plugin?
??Cheers
Forum: Plugins
In reply to: [Insert Pages] Using wordpress excerpt and changing "read more"One more ??
Is it possible to keep the original text format (paragraphs, bold etc.)?
ThanksForum: Plugins
In reply to: [Insert Pages] Using wordpress excerpt and changing "read more"Actually, I didn’t check it before, but the “read more” link is sending to the homepage and not to the page in question.
In case you need to see the page : https://www.jparnaud.fr, bottom left box.
Thanks
Forum: Plugins
In reply to: [Posts in Page] Replace 'Next / Previous'Thank you ivycat, I didn’t know about the first-child/last-child!
So for anybody whishing to achieve the same, here are the 2 lines I added in my Twenty-Ten child-theme’s stylesheet:
#content .pip-nav li:first-child { float: right; } #content .pip-nav li:last-child { float: left; }
Forum: Plugins
In reply to: [Posts in Page] Replace 'Next / Previous'That’s perfectly working, thank you so much for your help!
Just a small correction for anybody wishing to do the same, it must be
'← Older Posts'
for the arrow to be displayed (the ; was missing), and to be placed before the text ??Just another question, is there a way to apply an id or a class to each, so that I can style them (for instance float:left and float:right) in my CSS stylesheet?
Forum: Plugins
In reply to: [Posts in Page] Remove Next & PreviousHello Eric,
Is there a way to replace “Next” and “Previous” by
<?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentyten' ) ); ?>
(andNewer posts →
) used by TwentyTen for the posts pages ?I tried copying the TwentyTen’s loop.php navigation lines at the end of posts_loop_template.php but it didn’t work…
Forum: Plugins
In reply to: [Posts in Page] template='loop.php' not workingAllright I get it now! My confusion came indeed from thinking
posts_loop_template.php
was the THEME’s loop, but it is actually the PLUGIN’s loop…
Sorry I’m really not good with coding and all these technical things ??So yes now it is working!
I should manage tweaking this file to my needs…Thank you so much for your help, both of you.
Forum: Plugins
In reply to: [Posts in Page] template='loop.php' not workingThanks so much for you swift answer!
Yes I did copy loop.php (in TwentyTen it is just called loop) and tweaked it so that my posts are displayed as I want in https://www.axoscience.com/category/projects/anr/, and I would like the posts displayed in my news page (https://www.axoscience.com/company/news/) using your plugin’s shortcode to actually look exactly the same, which is not the case when I only use [ic_add_posts category=’news’], that’s why I tried adding template=’loop.php’…
Thanks for letting me know if you find what’s wrong.
Forum: Plugins
In reply to: [Per Page Sidebars] Applu per-page-sidebars to the loopThanks Agatha !
I was hopping I could try it, but couldn’t find time up to now :/
I’ll definitively test it asap.