carlager
Forum Replies Created
-
Forum: Plugins
In reply to: [Gwolle Guestbook] Alignment labelsThanx 🙂
Forum: Plugins
In reply to: [Gwolle Guestbook] Input fieldThanx:)
Forum: Plugins
In reply to: [Gwolle Guestbook] Admin reply by :Hi Marcel.
The PHP code in functions.php should be
function my_gwolle_gb_admin_reply_header( $html, $entry ) { // $html is a string $html = ''; return $html; } add_filter( 'gwolle_gb_admin_reply_header', 'my_gwolle_gb_admin_reply_header', 10, 2 );[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 8 years, 4 months ago by bdbrown.
Forum: Plugins
In reply to: [Gwolle Guestbook] Admin reply by :Thanx a lot for your reply.
Then function seem to work.
Which PHP code do I need to show the date of the entry to the right of the avatar ?
Carl
Forum: Fixing WordPress
In reply to: Space between widgets in sidebarThanx 🙂
Forum: Fixing WordPress
In reply to: Submit commentThanx a lot for this.
Problem was driving me crazy
Forum: Fixing WordPress
In reply to: Anchor to latest post1. it only shows 1 article (the latest) instead of 5 or 10 of the latest (which is the usual use-case
No problem
2. and to only show the Title of the post, which usually is linked directly to the article
No problemProblem
Open most recent post when clicking the “Follow me” buttonForum: Fixing WordPress
In reply to: Anchor to latest postThanks for your answers.
@adele
Should the xxx be . get_permalink($recent[“ID”]) . ‘”>’ . $recent[“post_titleIn which case the anchor will be
“http://www.domainmysite.com/. get_permalink($recent[“ID”]) . ‘”>’ . $recent[“post_title”>Følg os@karl
I would like not to have a latest post widget on the front page and have the Read More (in my case Læs Mere) to link directly to the latest postIs that possible ?
I am new to WordPress. Hope you will help despite my probably stupid questions
Forum: Themes and Templates
In reply to: Change textHi coeManiac,
Changed it in header.phpAnd now it works 🙂
Thanx for your help
Forum: Themes and Templates
In reply to: Change textHi codeManiac,
My problem is that I can´t find the line define( ‘BAVOTASAN_SEE_MORE’, __( ‘See More’, ‘arcade’ ) );
Is it supposed to be in the themes functions.php file ?
Forum: Themes and Templates
In reply to: Change textHi codeManiac
Thanx for a swift reply.
Site description is
Pagetitle : Heron
Tagline : på turHeader.php says
<?php
/**
* You can overwrite the defeault ‘See More’ text by defining the ‘BAVOTASAN_SEE_MORE’
* constant in your child theme’s function.php file.
*/
if ( ! defined( ‘BAVOTASAN_SEE_MORE’ ) )
define( ‘BAVOTASAN_SEE_MORE’, __( ‘See More’, ‘arcade’ ) );
?>
<?php echo BAVOTASAN_SEE_MORE; ?>
</div>What should I insert in the function.php file ?
Forum: Fixing WordPress
In reply to: White blockI think the text widget was activated using page builder.
Any ideas how I delete it ?