Output the_title() inside the_content()
I’m sure this isn’t possible but thought I’d ask. I have a testimonials section, the html of each testimonial is like so <p> … Read more
I’m sure this isn’t possible but thought I’d ask. I have a testimonials section, the html of each testimonial is like so <p> … Read more
I’m working on my own custom theme (first custom WP work so I’m a real beginner) and need help in listing the first … Read more
I’d like to have the content of the current single post loaded into the og:description meta property – but the ‘. $content .’ … Read more
This is a bit difficult without posting scads of code, but my question is: What are the benefits of filtering through apply_filters(‘the_content’, ‘anything’);, … Read more
This concerns a problem at my blog. My provider recently required me to upgrade from PHP 5.2 to PHP 5.4. This in turn … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
Example post <p>Lorem ipsum dolor sit amet</p> <p>Morbi elementum odio vel tortor adipiscing vel tempor risus ullamcorper.</p> What I have done : function … Read more
Is it possible to control the length of the content or excerpt for a specific query/loop? I have come across the following code, … Read more
Before I call the_excerpt(), the_permalink() displays the correct thing. Afterwards, it does not… <?php global $query_string; //strip out the “pagename=blog” so that the … Read more
I’m migrating a client site over to a WordPress CMS. I made templates for each of the pages that would have static content: … Read more