The content tag has no wiki summary.
0
votes
2answers
20 views
Two different pages that share the same content?
I have a self-hosted WordPress site. I need to display the same content on two different pages (a contact page and another page used for promotion purposes).
They will need to have minor tweaks such ...
0
votes
2answers
30 views
How can i show only 30% of the “the_content(”More…“)”?
I'm trying to make a page that has all the posts in it and shows 30% or less of the content of the post. So I'm editing a page template and I can't figure out how to show only 30% of the content. I'm ...
0
votes
2answers
46 views
How do I make certain areas editable?
I'm new to wordpress and I'm currently converting an HTML/CSS site I made to wordpress to make it easier for my client to edit it from the admin panel.
I have provided 3 screenshots and I'll refer to ...
0
votes
2answers
16 views
My UPDATED content ONLY shows when I am signed in.
Good Day, as mentioned in my title, my webpage Lasnersport.com only shows it's updated content when i am signed in. When not signed in it shows context from months ago as its current.
0
votes
2answers
119 views
Is there a standard public URL convention used on a Wordpress site directly to a page listing all of a user's public content?
Is there a standard convention for a full direct public URL address that, when visited/clicked on, will show a page list all of user account's public content uploaded on that site.
Background:
I ...
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
58 views
Hide parts of the post content on the home page
I have a post that contains a video (or a slider) and some text.
Is it possible to hide the text on the home page, but still display the rest? How would I do that?
0
votes
1answer
37 views
Empty string supplied as input when parsing content
I have this code:
<?php
function mb_find_my_image( $content ) {
if( is_home() ) { /* if is home start */
$dom = new domDocument;
$dom->loadHTML($content);
...
0
votes
1answer
90 views
How to delete all posts, categories and tags from Wordpress database
I have WP website with over 40,000 posts. Now I'll like to delete all posts, categories and tags. So All content and related meta. All I want to keep is static files. Is there a easy way to do this ...
0
votes
1answer
41 views
Automatically search and replace link in content (pages/posts)?
The users of my site mainly share documents by inserting links into content (pages/posts) using the built in editor. These files include everything from pdfs to word documents. The users currently ...
0
votes
1answer
48 views
Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How?
Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How?
Is there an easy quick way to do this? To delete all Pages, Posts, Comments and stuff that got imported?
Or ...
0
votes
1answer
35 views
Is it possible to set the upload location to a different server?
Our university has given our student society a 1GB portion of storage to be used for our website. We're low on their bandwidth priority however so it did not work speedily with Wordpress.
I managed ...
0
votes
1answer
75 views
Bulk move (or copy) from a custom field to the post content?
I need to move (or copy) the contents of a custom field into the main post body, replacing any existing content.
I need to do this for a few hundred posts...Is there a quick way of doing this?
I can ...
-1
votes
1answer
77 views
Iframe only visible after log in
I have a website on WordPress and I am trying to add a Iframe on its website. I have done similar sort of thing on two other websites previously without any issue..
Here is the website in question: ...
-1
votes
1answer
31 views
Shortcode returning specific content of a post
I'm currently building a plugin to display specific part of post after accepting verification code. Can a shortcode return a part of a post? I mean:
Bla bla bla
[shortcode postID="100"]
Special bla ...
-2
votes
1answer
22 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
41 views
Show only posts with images and a fixed amount of posts
I found this code online. Its a code that only shows posts with images inside. Now, the problem is that if you set Wordpress to show 50 posts, this code shows the posts with the images, but also ...
1
vote
0answers
39 views
Show image on the left and content on the right using ul li
Well im looking for a way to do this.
In the index to show each post, with the "thumb" on the left and the content of the right using ul li to do so.(http://ae.tutsplus.com/ for example)
So far i ...
0
votes
0answers
23 views
Retrieve image from content, assign it as a featured, and then remove it from the content
I am trying to grab the first image from the content and use as featured image, then remove the that image from the content.
I found the plugin get the image, but it doesn't save image on the post, ...
0
votes
0answers
22 views
how to code if the page doesn't exist execute and display this content?
I am trying to develop a wordpress theme, I having hard time on how to code on how to support on this:
if I don't have any page created yet, there is a substitute title and content displayed.
Is ...
0
votes
0answers
17 views
Display external web content, not the RSS
Is it possible to display external web content (not the RSS) on Wordpress web?
If so, how to do that?
Thanks for any helps.
0
votes
0answers
46 views
qTranslate: Use page-content of another language instead of Non-availability message
if a page for a language is empty, normally the "Non-availability message" appears and told the user to open the page with an other language.
But i want to display the page-content from another ...
0
votes
0answers
220 views
Loading content dynamically using jQuery.load
So I am working on a website for a client and they want a tabbed content area. Without loading all of the queries on a single page, how can I go about doing this? Right now I have the following for my ...
-2
votes
0answers
29 views
wp-content will move but not rename
define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/new-wp-content-name' );
define('WP_CONTENT_URL', 'http://www.site.com/new-wp-content-name');
This works so long as I keep the folder called ...