Future updates to this plugin will only come from the official GitHub repo.
If you are using wp cli to install this plugin, use the following command:
wp plugin install https://github.com/billerickson/be-media-from-production/archive/master.zip --force --activate
]]>
I’m using the excellent Display Posts plugin, and have created two categories of posts, Highlighted and Archived. If you browse to link I provided, and click on ‘Archived Posts’ in the menu bar, that will bring up the ‘Archived Posts’ page. However, the column header will still say ‘Highlighted Posts’.
I have created a child theme which I’ve customized for my client; but I do not see how to get the column header to change to say ‘Archived Posts’. Would you have any suggestions?
This is the code for the plugin to display the Archived Posts:
[display-posts category = "archived-posts" include_excerpt="true" excerpt_more_link="true" excerpt_length="50" excerpt_more="Read more" include_date="true" orderby="date"]
Any help appreciated!
Thanks,
Rick
Is there any way we could update this plugin so that it works for relative URL paths?
Hard-coded absolute URL paths in our CSS files would break between environments so we have been using relative to make sure they continue to load between environments.
]]>