aimkbe
Forum Replies Created
-
i have all the fields i need on the registration page. The problem is the email field is out of place which messes up everything below that. How do i change this
https://international.quackitup.com/loginregister/
that is the page i want to change
i wanted to add a link that directs users to a page where it shows all their posts they uploaded.
i am trying to add it in the plugins editor
<div class=”avatar_container” style=”float:left;”>” title=”<?php _e(‘Go to homepage’,’wpms-network-sidebar-login’); ?>”><?php echo get_avatar($user_ID,’48’,get_option(‘avatar_default’)); ?></div>
/upload-your-thread/” title=”<?php _e(‘Post Your Threads’,’wpms-network-sidebar-login’); ?>”><?php _e(‘Upload Your Threads’,’wpms-network-sidebar-login’); ?><?php if(current_user_can(‘publish_posts’)) { ?>
/upload-your-thread/” title=”<?php _e(‘Upload’,’wpms-network-sidebar-login’); ?>”><?php _e(‘Upload’,’wpms-network-sidebar-login’); ?><?php _e(‘Welcome back’,’wpms-network-sidebar-login’); ?> <?php echo $user_identity; ?>, <?php _e(‘use the links above to get started or you can’,’wpms-network-sidebar-login’); ?> “><?php _e(‘Log out »’,’wpms-network-sidebar-login’); ?>.
For the “Upload Your Photo” link, i just simply replaced the address and the text, same for the “My Fav” link.
In between “Upload Your threads” and “My Fav” link, i wanted to ad a linnk that directs users to a page where it shows all their posts they uploaded.
For example, “https://international.quackitup.com/author/aimkbe/”
aimkbe is the users name
Hello Joshua Parker,
Your plugin is is amazing!
I figured out how to tweek somethings in the widget. Forexample, i changed the one of the links to a “Upload Your Photo”, which directs the user to a upload photo page.
Now i wanted to add another link but i get a error and the plugin is disabled. Is it possible to add a brand new link?
Forum: Plugins
In reply to: [WP Favorite Posts] [Plugin: WP Favorite Posts] Can I sjow Images?How do i llink my image to a post?
echo " <ul>"; if ($favorite_post_ids): $favorite_post_ids = array_reverse($favorite_post_ids); foreach ($favorite_post_ids as $post_id) { $p = get_post($post_id); echo "<div class='postContent'>"; echo get_the_post_thumbnail ( $post_id,'smallthumb' ); echo ""; echo "<a href='".get_permalink($post_id)."'>post_title ."'>" . $p->post_title . "</a> "; ' </ul>