Documentation

Domain Post Not displaying correctly

Question

The domain post is not displaying correctly with my Theme

Answer

This is a theme incompatibility issue with the plugin post. Your theme requires more code/tags to display a post correctly. The solution is to save the theme code into the plugin code; however, we are going to save the plugin’s domain content information. This only applies to the plugin domain post.

Here is how you can fix it:
– Navigate to your WordPress theme file structure (via cpanel, FTP, etc)
– Open your theme wp-contents/single.php file
– Copy the single.php file code
– Keep this file open
– On another window, navigate to WordPress plugin file structure (via cpanel, FTP, etc)
– Open wp-contents/plugins/my-domain-list-pro/single-mdlp-my-domain-list.php
– In single-mdlp-my-domain-list.php, remove all content EXCEPT for the main content data inside of single-mdlp-my-domain-list.php. Anything inside
– Paste single.php file code on the very top of single-mdlp-my-domain-list.php
– Move the code saved from single-mdlp-my-domain-list.php from the bottom of the file into the pasted content area of the single.php
– Save single-mdlp-my-domain-list.php

If you are not familiar with manipulating wordpress code, please create a temp account for me on your site and I’ll make the changes for you.