-
WordBuddyPress started the topic Last name field in the forum Creating & Extending 11 years, 5 months ago
I would like to add an profile field which is linked to the last name field in the WordPress admin section.
Does anyone know how to do that?
-
WordBuddyPress replied to the topic BuddyPress title shows link in the forum How-to & Troubleshooting 11 years, 6 months ago
I combined my theme with the twenty twelve theme and found out that the error is in the functions.php file. It was because I added the snippet “remove private from post title” I fount on CSS tricks
-
WordBuddyPress replied to the topic BuddyPress title shows link in the forum How-to & Troubleshooting 11 years, 6 months ago
@mercime I made my own theme. I also tried using the page.php from the twentytwelve theme but that didn’t work either even though if I activate the twentytwelve theme everything is fine.
-
WordBuddyPress replied to the topic BuddyPress title shows link in the forum How-to & Troubleshooting 11 years, 6 months ago
The error is in this script:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
[Read more]
<h2 id="page_title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<p id="author"><?php the_author(); ?></p>
<div class="content">
<?php the_content(); ?>
</div>
<?php endwhile; endif;… -
WordBuddyPress replied to the topic BuddyPress title shows link in the forum How-to & Troubleshooting 11 years, 6 months ago
@mercime Thank you for the hint. The twenty twelve theme displays it correctly, I will look at my them more closely. If I find the mistake I will post it in case someone else has this problem too.
-
WordBuddyPress started the topic BuddyPress title shows link in the forum How-to & Troubleshooting 11 years, 6 months ago
Since the BuddyPress update (1.7.2) the title of BuddyPress pages show the link of the page.
For Example the User profile doesn’t show “username” instead it shows “username.
Screenshot of a title:
@wordbuddypress
Active 9 years, 3 months ago