The content tag has no wiki summary.
0
votes
1answer
18 views
What does Wordpress mean by they have full rights to content
I am pondering publishing my blog. I'm leaning more towards WordPress however, I don't want to worry about WordPress doing whatever they want whenever they want withmy blog because I have signed up ...
0
votes
0answers
18 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, ...
1
vote
1answer
18 views
Make WordPress size and name images for Retina.js
I'm a huge fan of the way retina.js works for high pixel density displays. Essentially, when it's loading image assets (via <img> or css image) it will check if there's a @2x suffix version of ...
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
1answer
26 views
Problem with content - not loading
So, this is my problem... Everything in my wordpress website is up and running, except when I get into a post and the content simply doesn't load. Everything else does, except for the post content.
...
-1
votes
2answers
43 views
How to make a website like the ones in theme demos? [closed]
I don't understand, in Joomla there was a quickstart package that came with templates to show the template's power with data. So our site would be like the one we see in the demos.
I have found some ...
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 ...
-1
votes
0answers
24 views
Content management where content is divided into many pieces on the same page [closed]
I hope this question is not too inappropriate here.
My pages use custom templates. In each of them, the content is divided into several blocks each with its own style. For example : an array of data ...
0
votes
1answer
21 views
same wordpress, 2 domains
I currently have 2 domain names. www.xclo.co.uk is my site hosted by wordpress (found here www.xclo.co.uk/dir) and also www.xclo.mobi obviously for my mobile site.
now my .mobi site is pointed to ...
-1
votes
0answers
19 views
How do I place an image behind accordion DIV? [closed]
I'm new to wordpress and website building. Just bought a theme and faced an issue.
I want to put my image behind accordion div container. How I can do that?
My theme has content building option, but ...
0
votes
3answers
43 views
How do I find PHP file that contains content of my page?
Let's say I have created a page in admin dashboard and put some content in it.
How I can find PHP file in my hosting file manager that contains that content?
0
votes
1answer
57 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?
-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 ...
0
votes
1answer
51 views
How to exclude the word “class” from being matched in search?
I would like to exclude the word "class" from being matched to the search term "lass".
On a site I'm helping manage, the search term "lass" is quite prominent. Unfortunately, that matches the common ...
0
votes
0answers
21 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
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
2answers
27 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
45 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
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
1answer
86 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
0answers
45 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
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
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
0answers
216 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
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 ...
0
votes
1answer
43 views
Built-in Method to Extract Embedded Video from Content
Is there way to extract embedded video without using a regular expression as seen here?
I was hoping that there would be a way to get them using a WordPress function.
0
votes
1answer
50 views
How can I call a specific file (via php) by referencing the logged-in username?
I want to setup a page that will display different content for each registered user of my site who falls within a specially-created user role ('map_user'). So, for example, if a site user who is in ...
0
votes
1answer
30 views
Recommended sidebar / content widths
I'm developing my own theme. Does WordPress recommend or require a minimum or maximum when it comes to the width of the content or sidebar elements of an post, page or archive page? If not, are there ...
1
vote
1answer
47 views
How can I automatically insert the page content as the title?
I have a custom post type with no Title field. These are short status messages, where only the content matters. The RSS feed and permalink display the title as Auto Draft, which is not very useful. ...
0
votes
1answer
135 views
Filter/Remove HTML Elements on all posts and pages
I'm working on a migration from Drupal to WP. The database conversion and import went smoothly, but there is a lot of 'crap' in each post content such as divs with inline styles. Basically, in each ...
0
votes
1answer
105 views
Simple Math Quiz or Captcha to hide whois query form
I have a whois form in my site that enables users to query for domain name availability and if available gives them the option to request for registering it. The whois form is inserted via shortcodes.
...
2
votes
2answers
96 views
Adding short codes from a page's content on header and hiding the same from page's content
I have created a page and added the following shortcode from wp-orbit-slider
[orbit-slider category="test"]
I want the contents of
[orbit-slider category="test"]
be displayed on the header ...
-1
votes
1answer
76 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: ...
0
votes
1answer
47 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
33 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 ...
-1
votes
2answers
83 views
Wordpress Shortcode loads at the top
I tried all solutions of the topics here but I haven't been able to find a solution. I made a Plugin for a Shortcode. My problem is that the plugin code get always loaded above the content. I already ...
1
vote
1answer
270 views
Split the content of the_content();
I want the content before the <!--more--> tag in one column and the rest in another column (single.php) only.
I don't want to use plug-ins where I would need to edit all the posts to get it as ...
0
votes
2answers
85 views
Replace full content with an excerpt
My theme shows full posts on the main page and I want it to show only the summary, I tried searching for the_content tag in my theme's index.php file but it is not even there!
I don't have a home.php ...
0
votes
3answers
147 views
How can I return shortcode output to the top of the content?
I have a shortcode called update which is used as follows
[update title='' date=''] this is some update, etc. etc. 2 paragraphs or more [/update]
This outputs some html that wrap the title, date ...
2
votes
1answer
36 views
Same content shared between multiple posts?
I want to have some cotent shared between various posts.
Why?
I am writing a series of posts on backbone js. The thing is every post has some common content ie from where you can download the ...
0
votes
1answer
74 views
Reapproval for edits and deletion after post is published
I regularly have guest authors who post one or more articles on a non specific schedule. So I provide them with permanent contributor accounts to avoid the hassle of making them accounts and deleting ...
0
votes
4answers
137 views
How do I display an image before the first post of the loop when I'm using get_template_part?
I have used $count before, but never run into this problem. I cannot get it to work. I have limited php background, so please be patient with me! Here is the $count setup code:
<?php $count = ...
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 ...
0
votes
1answer
223 views
Display content of page template (get_page)
My problem is that I displayed content of 3 pages on index.php by using get_page(). The problem is that each of those pages have own page template
/*
Template Name: another page template
*/
which ...
0
votes
1answer
206 views
Show content after the first and second paragraph
The function below is used to show certain content after the first paragraph. I would like to show 'content X' after the 1st paragraph and 'content Y' after 2nd paragraph.
<?php
$paragraphAfter= ...
0
votes
1answer
390 views
How to use wp_editor(); in functions.php then retrieve content in the template
I want to use wp_editor(); (custom editor)
I've tried several methods but I am lost and I can't get it to save the post and retrieve the content in template
How to edit posts with the new wp_editor ...
0
votes
1answer
173 views
Loading a post's content, into a div outside the loop, when it's title is selected in a list
I am building a site in wordpress where at a certain part there is a container that has a list of post items (see it as a menu/sidebar), and an empty space where I will load content. When you click on ...
0
votes
1answer
99 views
The_excerpt() doesn't parse <!--more--> - how to change that?
I'm using the_excerpt(); in blog.php file (post listing page) and it doesn't recognize <!--more--> if "Excerpt" field is empty and it grabs the beginning of the content as excerpt.
This issue ...
0
votes
1answer
74 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 ...
0
votes
1answer
48 views
Iteratively add sub shortcodes to php array
I have this shortcode structure:
[component]
[type1]some content[/type1]
[type2]some more content[/type2]
...
[typeN]some other content[/typeN]
[/component]
I would like to have the ...