blauweogen
Forum Replies Created
-
Thank you for the response. I will give it a try!
Hi @iovamihai
I was searching for a solution to this as well. I had about 10,000 users before using SliceWp. Would love to be able to bulk add them. I may explore a database edit or something.Beautiful! Exactly what I needed. Still testing, but works perfectly so far. I am planning to use SliceWP Pro on a few sites in the near future.
Thanks @iovamihaiHi, iova.mihai (@iovamihai)
Thank you so much for your reply. It is more than I hoped for! That is the scenario I want. I want the author to make commissions on what they post, and hopefully, it will encourage them to share the post more. And easier too. I would be very grateful for any bit of code you could give me.Thank you!
- This reply was modified 2 years, 11 months ago by blauweogen.
Thanks, @nauriskolats !
It works. I’m sure there is a more eloquent way to do it. Thanks KTS915 for the prod my brain needed.
<div class="article-content"> <?php if ( !is_single() ) : // Only display Excerpts for Search ?> <?php the_excerpt(); ?> <?php if (get_the_excerpt()): ?> <p><a class="radius small button secondary" href="<?php the_permalink()?>"><?php _e("Continue reading", 'kleo_framework');?></a></p> <?php endif; ?> <?php endif; ?> <?php if ( is_single() ) : ?> <?php if (!is_user_logged_in()) : ?> <?php the_excerpt(); ?> <span style="color: #993300;"><em>-Log In For Full Article</em></span> <?php else : ?> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'kleo_framework' ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'kleo_framework' ), 'after' => '</div>' ) ); ?> <?php endif; ?> <?php endif; ?>
Ah, I think it just hit me. I may be able to use an if statement to show excerpt to non members or content to members. Will report if and how it works when finished.
Thanks KTS915, I am aware and somewhat familiar with the PHP conditionals. Just haven’t figured out how to use it to show an excerpt to non members and full content to members.
Forum: Plugins
In reply to: [Favorites] BuddypressYup, I agree. I could use it right now in fact. I would simply like users (logged in or not) to be able to favorite a member’s profile page.
Forum: Plugins
In reply to: [Event-O-Matic] Author?Also using Buddypress.
Forum: Plugins
In reply to: [Frontier Post] Permalink in list for s2member levelsHmm, my brain must be fried, I just realized it is a draft and not published post. I removed the link. I will look at updating, but I will have a few modifications to reimplement. (still on 1.4.9)
Thanks for a great plugin, and answers! Thanks.
Forum: Plugins
In reply to: [Frontier Post] Comment form shows on Shortcode pageThat works beautifully! Great job and great plugin!
Forum: Plugins
In reply to: [Frontier Post] Comment form shows on Shortcode pageYeah, I know sometimes it’s not an easy fix. Thanks.
Forum: Plugins
In reply to: [Frontier Post] Comment form shows on Shortcode pageHi, thanks for the reply! Unfortunately I already have comments and share buttons turned off on the edit page. And comments are turned off for the whole site as well.