Xue Jimenez
Forum Replies Created
-
Hello @gazabyte
For the first question, the answer is yes you can customize the visuals, you have to change the default template for the plugin within your theme.
For the limit of posts yes it’s possiblefor both questions, I’d invite you to read the GitHub fr the plugin where you’ll find the right combination and explain to you how to customize your template (some PHP and HTML knowledge is required)
https://github.com/ivycat/posts-in-pageI hope it helps
Forum: Plugins
In reply to: [Posts in Page] Issue with posts in page with child themeHi Eric,
In checking this specific error, I think I found something, but the question would be: how can I submit code for you to review? Is it just a git pull?
Forum: Plugins
In reply to: [Posts in Page] Can we automate creation of tagsHello
Sorry for asking, but are you sure this is the plugin you should be asking in? This seems like a more general question.
Forum: Plugins
In reply to: [Posts in Page] Copy look of posts on homescreen – will payHello
I could help if you still need to
Best regards…
Forum: Plugins
In reply to: [Posts in Page] Post Title Characters Squished TogetherHello
That looks like a job for…CSS!
Hope that helps
Forum: Plugins
In reply to: [Posts in Page] no title only contentHello,
I would advise you to copy the posts_loop_template.php into your theme and style it according to your needs. You could remove the post’s title and add pretty much a lot of options, using WordPress’ own functions.
Forum: Plugins
In reply to: [Posts in Page] Issue with posts in page with child themeHello Eric
Sorry about not posting some additional information:
Wordpress
5.4.1
Posts-in-page
v.1.4.4
a few other plugins installed, but as far as I’ve seen no further incompatibilities:
Contact Form 7 (5.1.7)
Classic editor (1.5)
Dynamic Featured Image (3.7.0)
page-lists (5.2)
WP-SCSS (1.2.5)I’ve already tried verifying for incompatibilities among them, but so far so good.
In reading the documentation, since the results of line 345 are cached, I tried clearstatcache(); but it didn’t really help much.
I added (just for testing)
$template_file = get_stylesheet_directory() . '/posts-in-page/home-template.php';
in class-page-posts.php, but didn’t work either…