The the-content tag has no wiki summary.
2
votes
2answers
71 views
How to show video from specific category on sidebar?
I need to get video and content from recent posts in specific category called "Video" and show it on my sidebar.
The problem is when I need to have limited text content. so, when I use the_content(); ...
1
vote
2answers
34 views
Adding a form at the end of the content
I'm trying to add a little form after each post for a plugin I have to code, but I'm not very familiar with Wordpress. By using add_action with the_content as hook, I was able to add some text to the ...
0
votes
2answers
228 views
Include custom fields into the content of a regular page
Here's my setup:
Parent "Gallery" page: _regular page, not custom type or anything _
Several "Project" child pages (could be as few as 1, unlimited
number): also normal pages
Child pages will ...
1
vote
1answer
65 views
Single post content custom order
In my post I have a shortcode for [video] than text content. Single post page displays first entry-meta, than title, than content [video] + text.
What I need is to add some condition in single.php so ...
1
vote
1answer
145 views
Removing permalink from post thumb in twentyeleven
possibly a simple thing to do but I'm not sure how it's done - I want to remove the permalink from a post thumb, in the default twentyeleven theme. Looked through content.php and the other templates ...
0
votes
1answer
19 views
Retrieve page content and pass to PHP?
I'm new to WP but not PHP.
I've a custom page that I have a PHP call to do some processing on the page content.
the_content() even when enclosed in a function call
<?php ...
0
votes
1answer
34 views
the_content not working on one of two Multisite sites
I have a multisite with two subsites (sub-domain setup)
both sites have the same theme, same plugins but the first one is in Hebrew and the Second in English.
On certain templates (not all) in the ...
0
votes
1answer
128 views
How to limit the characters shown on the page - get_content
I've the below php to display the content of the post id#9 on my 'home page' of my site, so that whenever the client updates the page, it's reflected on the homepage as well - rather than having to ...
0
votes
1answer
59 views
Confused on loading page content
I'm building my first full site into WP and I am rather confused on the process involved to load the content you enter via the WP Pages editor into the actual page.
For example, I am having a static ...
-1
votes
1answer
71 views
Add read more to the_content
Hi I have a custom post type that i've truncated on the archives pages using this:
function limit_the_content($content){
$word_limit = 35;
$words = explode(' ', $content);
return implode(' ', ...
-2
votes
1answer
21 views
How to build or store lots of custom content
I'm setting up a new WordPress site and going forward we are going to be building a lot of custom interactions that will need to be stored within WordPress. When I say custom interactions I'm talking ...
1
vote
0answers
96 views
Can I insert the feature image inside the content, after any paragraph?
I want to display the feature image inside a post text, perhaps after the third or fourth paragraph (or any) into the_content.
Searching the site I've found this code, by Amit:
...
1
vote
0answers
91 views
proper use of the_content filtering
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');, and given my example loop, am I ...
0
votes
0answers
33 views
custom siderbar with custom cat post widget does not include content
I am trying to make a template with a left sidebar. In that sidebar I want to insert custom cat post query using a text widget so I can format it correctly the way I want. However when I do The ...
0
votes
0answers
94 views
Show latest post on front page but only up to 'more' tag
I use the 'get post' plug-in to insert the latest post in my Tutorial Category on my Blog's static front page. I use the 'more' tag to only show part of the post where appropriate but the plug-in ...
-1
votes
0answers
26 views
All my post content seems to have disappeared from my site :S
Basically what it says above - http://www.welookwelike.com/design-services/ - none of my post content is appearing... at all!
I've only just noticed it today. I've deactivated all plugins and that ...

