Tagged Questions
0
votes
1answer
9 views
Get content or excerpt of top rated votes @GD-Star Rating?
I am using the GD-star Rating plugin and I have a function which outputs the top rated posts. The problem: it won't show the content or the excerpt of those posts. How can I do this? This is the ...
0
votes
2answers
26 views
Creating a press page for our project
Over time our project got some good press: press releases, interviews, media appearances
Now I want to create a "press page" (something like this). Requirements:
is easy to update - everyone can ...
0
votes
1answer
59 views
Wordpress truncate posts question (plug-in related)
I'm using a plug-in ("Wordpress plugin random post slider") for Wordpress that pulls a random post from a category, and displays it in a slider for use as a shortcode or php code in a template.
I've ...
0
votes
1answer
76 views
Filtered content appears in the excerpt
I am modifying the content using the "the_content" filter. But this filtering is seen in the excerpts also.
Consider the following code,
function modify_content($content = ''){
return 'HELLO ...
1
vote
1answer
235 views
Show Sub pages excerpt+thumbnail
I'm trying to show the excerpt+thumbnail of all subpages in a specific parent; I tried a bunch of plugin but no one actually works as I need; andy advice?
0
votes
2answers
5k views
What is generating my meta og:description?
My site has Facebook social graph meta tags in its page:
<meta property="og:title" content="First Look at Dwarves from The Hobbit"/>
<meta property="og:description" content="Movie"/>
...
2
votes
2answers
517 views
How to limit 1 image per post on homepage only?
most of my post on wordpress got 6 or 5 images perpost. My problem is if I posted 5 new post with new images, it will be totall 25 images display on my homepage.
I want to limit 1 image perpost on ...
3
votes
5answers
1k views
Cannot strip JW Player shortcode?
On the WordPress archive template I am using a custom excerpt function that includes a reference to strip_shortcodes(). For some reason, shortcodes are being rendered and displayed in the archive.
...
1
vote
1answer
697 views
Aggregate Summaries of Posts of Different Blogs in Multisite Instance
I have a Multisite Wordpress installation with 7 different blogs. I want to show an aggregate of the summaries of posts from those 7 blogs in the main blog. Do you know a good way to do this?