data58
Forum Replies Created
-
I just checked under Appearance > Customize > and don’t have Product Archives as an option.
Forum: Fixing WordPress
In reply to: Admin Login Error messageI didn’t see any updates. It was working fine yesterday and started the error today. Also I noticed the admin login is fine I get the Parse error after I login to the admin panel.
Forum: Fixing WordPress
In reply to: Admin Login IssueI have gone into the code of the file class-wp-list-table.php and here is the code where the error is happining.
/**
* Make private properties readable for backwards compatibility.
*
* @since 4.0.0
* @access public
*
* @param string $name Property to get.
* @return mixed Property.
*/
public function __get( $name ) {
return $this->$name;
}Here is the link to my admin login:
http://ezgrogarden.com/wp/wp-adminForum: Plugins
In reply to: [List category posts] How to format the list to look nicerThis is what I am using. I am still trying to make it a little better though it isn’t quite where I want it.
[catlist name=strawberries thumbnail=yes thumbnail_size=100,100 thumbnail_class=”alignleft” excerpt=yes excerpt_size=25 numberposts=5
orderby=rand]Forum: Plugins
In reply to: [List category posts] align thumbnailTry adding this:
thumbnail_class=”alignleft”