jmrezayi2
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontier Post] Is it possible to use the plugin in a custom page?Thank you so much for your response. Yes it is a php file:
“
<?php
// Include WordPress
define(‘WP_USE_THEMES’, false);
require(‘./wp-load.php’);
?>
<html>
<?php get_header(); ?>
<body><?php
frontier_user_posts(‘none’,0);
?>
<?php get_footer(); ?>
</body>
</html>
“But actually it does not do anything, and if I do not enter any input for the function, I get an error of not enough attributes.
I would really appreciate it if you could help me with this.
Thanks a lot for your awesome plugin.
JamshidThank you so much,
I learnt two things, first I did not know about custom CSS plugins, and I had hard time changing the default CSS.
Second, my problem is solved.
Thanks a lot 😉Wow.. Thank you so much 🙂 I will try this and tell what happened 🙂
No, So by default it should not be like this?
I don’t know what is a child Theme but I did not costum CSS.
Thank you 🙂