merijndk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t edit or create new pagesWe are having the same issue, What did you do to solve the problem?
That fixed the issue! I enabled https, but my site URL was set to http. Channing this to https fixed the issue.
Thanks a lot
Hello! We have the same problem overhere! Is there any news on a fix?
Forum: Fixing WordPress
In reply to: let the_title(); output the title without linkHmm wierd. I guess im doing something else wrong. Ill take a look at it. Sorry for the unclear question then
Forum: Fixing WordPress
In reply to: let the_title(); output the title without linkNo not at all. You really miss understand my question.
I just want to know how to strip out the of the wordpress the_title(); the title function….
Forum: Fixing WordPress
In reply to: let the_title(); output the title without linkI mean on the front end. on the page.php it will output all posts like this
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?> </div><!-- .entry-content --> <footer class="entry-meta"> <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-meta --> </article><!-- #post -->Now this line:
<h1 class="entry-title"><?php the_title(); ?></h1>Will echo the page_title as a hyperlink. I dont want the hyperlink. But instead just as plain text. So the user cant go the the post single page.
Forum: Fixing WordPress
In reply to: let the_title(); output the title without linkHmm I think you misunderstood my question.
Normally the_title(); outputs the title with the
<a>element But I dont want this. I want the_title(); just to output the title plain. With nohref.*Bump* Would there be anyway to fix this?
Forum: Fixing WordPress
In reply to: Images are brokenoke. I changed it to 777 and it works now… but this aint ver save right…?
Forum: Fixing WordPress
In reply to: Images are brokenHmm.. well. my upload map has 751. which should be good right?
The images themself has 640.. but even when I change them to 751 they wont show up…Forum: Fixing WordPress
In reply to: Images are brokenlink to wp: http://www.ticopierhagen.com/aguabajo/
This is url to an image I uploaded. Tho no of the images works: http://www.ticopierhagen.com/aguabajo/wp-content/uploads/2013/04/FB-graphic.jpg
The link to the image is probably forbidden..
🙂 hope you can help me