Somebody guide me to implement tag subscription plugin.

The way I would approach this is: Create several AJAX calls using the nopriv hook bound to the subscribe/follow button clicks. Within the PHP callback functions, I would insert value of the tag or the followed user into the logged-in user’s meta using add_user_meta, get_user_meta, delete_user_meta. Lastly, I would create a conditional function to use … Read more

Link to full-size image for subscriber only

Sure it is… its a 3 step process.. Check if user is logged in return check and create an if condition return the BIG image link or not at all (right?) The code (not check for user level since subscriber is the lowest level) if ( is_user_logged_in() ) { echo ‘<a href=””><img src=”LINK TO BIG … Read more

Add a Subscribe to Blog link next to comments

You will need to edit your theme. Find the file where the loop of posts is being outputted; typically this will be in index.php. Find the place where the comments link is being output, and add: | <a href=”https://wordpress.stackexchange.com/questions/65297/<?php echo get_feed_link() ?>”>Subscribe to Blog</a>

Email notification of new post includes code

You surely copied the content directly from the Microsoft Word. Because that MsoNormalTable thing I found in the texts when copied directly from MS Word. Copying directly from MS Word takes some formatting along with it. So, you can try any of the methods either : Copy the texts from MS Word, and paste them … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)