fondalashay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hide elements on subscriber dashboardhello! with this code i have 2 questions.
1 – not sure how or where to add the “if” you mentioned
2 – just wanted to make sure that i would add it here?:
/wp-admin/includes/dashboard.phpfunction example_remove_dashboard_widgets() { global $wp_meta_boxes; unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']); } add_action('wp_dashboard_setup', 'example_remove_dashboard_widgets' );
Forum: Plugins
In reply to: WordPress User Profile GravatarThanks so much! Works great ??
Forum: Fixing WordPress
In reply to: users permision.hi! can you be more specific on what you did! i am needing to do the same? Which document would i edit, and what would i change?
Thanks!!
Forum: Fixing WordPress
In reply to: List authors is listing admin multiple timesoh AMAZING! you are my new hero!
thank you so much! the girls are going to be soo happy!
Forum: Fixing WordPress
In reply to: List authors is listing admin multiple timesok looks like this now.
Forum: Fixing WordPress
In reply to: List authors is listing admin multiple timescool! well it is a start! it looks like this. so it is getting the different authors.. just in a odd way ??
Since this is so troublesome.. is there a way i can just manually link in the profiles?
like this for example (just my thoughts.. i know it is not valid)
<?php echo get_avatar(admin, '50' ); ?> <p><b><?php the_author_link(); ?></b> <small>(<?php the_author_posts(); ?> Articles)</small></p> <p><?php the_author_description(); ?></p> <br /> <?php echo get_avatar(cynthia, '50' ); ?> <p><b><?php the_author_link(); ?></b> <small>(<?php the_author_posts(); ?> Articles)</small></p> <p><?php the_author_description(); ?></p>
If something like this would be easier.. i have no problem adding this to the code when i have a new author.. as it is not going to be very often that I add one.
thanks again for all your help!
Forum: Fixing WordPress
In reply to: List authors is listing admin multiple timeshey! thanks! the pastebin looks exactly the same to me… i might be missing something.. is there something i need to click to see what you have done? I have never used pastebin before.
I am so sorry… you are being so helpful.. and i am just not understanding.. i am very sorry. I am still new with php and wordpress and well codes in general.
Forum: Fixing WordPress
In reply to: List authors is listing admin multiple timesqueesy,
thanks! I have had that previously. I am looking for a more beefed up version. I am needing the avatar and authors bio with it. Not just a list of names!
You can see here what i am going for and my problem.
thanks for the help!
Forum: Fixing WordPress
In reply to: List authors is listing admin multiple timesPastebin link: https://wordpress.pastebin.ca/1656467
thanks!
Forum: Fixing WordPress
In reply to: List authors is listing admin multiple timesI took it out and noting changed.
Here is a link to the site not sure if that will help! it is just on a test server now, but i really need to figure this out bc it is moving soon to the real deal!
any other ideas?
Thanks!Forum: Fixing WordPress
In reply to: sidebar spacingok thanks again.. i am so sorry to bother you more but i am learning now that there seem to be some big flaws in my theme.. lol.. so i understand if you want to stop helping ??
it all works great on the main page.. but when you open a single post the content container is very small and does not extend the length of the page.. i am obviously way out of my league here!
https://fondalashay.com/download/issue3.png
my theme did not originally have a sidebar.. so i had to add it.. and not knowing what i was doing ??
Forum: Fixing WordPress
In reply to: sidebar spacingawesome that it pulled it up… but it also made the page short and put the page nav in the sidebar. (Not sure if there is a way to solve that without me leaving it live…. ?? ) but here is a another photo of what it looked like –>
https://fondalashay.com/download/issue2.png
thanks for the help!! and if you know how to fix that let me know! i am still new to wordpress ??
THANKS!
Forum: Fixing WordPress
In reply to: Strange space? added by wordpress?maybe it is the width… try changing it to 40px instead of 50px
Forum: Fixing WordPress
In reply to: Categories and subcategoriesyou should look into setting up Google Analytics
Since you are basically just wanting to track where your viewers are clicking.. this will work perfectly! here is a little walk through on how it works